8000 GitHub - alexandrenorman/latex_docker: Personal LaTeX container
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexandrenorman/latex_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This docker was created for the sole purpose of generating PDF files through texliveonfly.

texliveonfly will take care of downloading any other packages needed to compile the .tex file and generate the .pdf. To keep texliveonfly from downloading the packages every time you run this docker, I would suggest building a new Dockerfile for your LaTeX project with this as your base image. Then run tlmgr to install the rest of the packages needed for your project.

Usage

To use the default pdflatex compiler:

docker run -v `pwd`:/source headgeekette/docker-latex [filename].tex

To use XeTeX:

docker run -v `pwd`:/source headgeekette/docker-latex --compiler=xetex [filename].tex

About

Personal LaTeX container

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 71.6%
  • Dockerfile 28.4%
0