Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Minimal Docker image for building LaTeX documentation.

Notifications You must be signed in to change notification settings

omegacen/docker-latex-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-latex-builder

Minimal Docker image for building LaTeX documentation.

Superseded by https://gitlab.astro-wise.org/omegacen/ci-templates/-/tree/master/dockerfiles/latex-builder.

docker build -t omegacen/latex-builder .

Tectonic is used to compile the LaTeX files because tectonic will automatically fetch any required packages. A large set of packages is prefetched.

Contains

  • tectonic for the LaTeX compilation,
  • texlive-core for latexdiff,
  • git-latexdiff, and
  • biber for biblatex support.

History

V1.2, 2020/09/14

  • Add biber 2.11. Version hardcoded because the latest (2.12) is not compatible with the latest tectonic (0.1.15).
  • Therefore hardcode tectonic to 0.1.15.

V1.1, 2020/05/19

  • Add git-latexdiff.

V1.0, 2020/15/21

  • Add tectonic.
  • Initial version.

About

Minimal Docker image for building LaTeX documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published