Skip to content

antaljanosbenjamin/latex-extra-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Latex docker container

This container a set of latex packages that can be used to compile latex sources with latexmk, optionally using git or make.

The additional packages are:

  • biber
  • git
  • latexmk
  • make
  • texlive-bibtex-extra
  • texlive-fonts-extra
  • texlive-latex-extra

This repository is inspired by blang/latex-docker.

Example usage

The image can be used to compile latex document via the following command on Linux:

docker run --rm --name=none --user=$UID:`id $USER -g` --net=none --volume=`pwd`:/workdir --workdir=/workdir --entrypoint=latexmk antaljanosbenjamin/latex-extra:latest my_paper.tex

The image can also be used on Windows, but the above command won't work.

About

This container a set of latex packages that can be used to compile latex sources, optionally using git and make.

Resources

License

Stars

Watchers

Forks

Packages

No packages published