Thesis template of Jochem Rutgers
Install Docker
To view the possible commands of the themplate run:
docker run -it -v $(pwd):/data guusk/docker-latex-thesis make help
To build the template run:
docker run -it -v $(pwd):/data guusk/docker-latex-thesis make fonts acrotex all
Reference awnser on stackoverflow
gs -o file.ps -dNOCACHE -sDEVICE=pswrite file.pdf
gs -o file-with-outlines.pdf -sDEVICE=pdfwrite file.ps
rm file.ps
gs -o file-with-outlines.pdf -dNoOutputFonts -sDEVICE=pdfwrite file.pdf