Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 726 Bytes

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. 💁