Skip to content

🐋 TexLive image with apacite and babel-german installed.

Notifications You must be signed in to change notification settings

ingokuba/GrApaTex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GrApaTex

TexLive image with apacite and babel-german installed. Based on adnrv/texlive, which unfortunately had no apacite. Check out the repository for more documentation.

Contrary to all assumptions, the Gr does not stand for Greek, but for GeRman. This image can still be used for English.

Usage

Run it with

docker run -v "$(pwd)":/home ikuba/grapatex pdflatex document.tex

Or for example in GitLab CI:

image: ikuba/grapatex:latest
script:
- pdflatex document.tex
- bibtex document.aux
- pdflatex document.tex
- pdflatex document.tex

For some reason, pdflatex has to be called three times. 💁

About

🐋 TexLive image with apacite and babel-german installed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published