- Copy the template tex file to a desired location.
- Edit as needed
- Use docker to generate pdf:
docker pull texlive/texlive:latest
cd <current-project-folder>
docker run -it --rm --network host --volume $(pwd):/root/ texlive/texlive bash
- After the last command above, you are in docker container bash, then do
cd root
which xelatex
xelatex template.tex
xelatex template.tex