14 lines
764 B
Makefile
Raw Permalink Normal View History

2022-05-19 12:05:26 +02:00
pdf: uebersicht-table
2022-05-19 09:11:50 +02:00
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
2022-05-19 11:14:29 +02:00
bibtex main.aux
2022-05-19 09:11:50 +02:00
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate ToC page indices taking account the new ToC file
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate PDF with new ToC
2022-05-19 11:14:29 +02:00
rm -f kapitel/*.aux *.aux *.bbl *.blg *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files
2022-05-19 09:11:50 +02:00
2022-05-19 12:05:26 +02:00
uebersicht-table:
echo "Rendering the studienübersicht requires node.js and the node package 'pageres-cli':"
echo " sudo apt-get install nodejs"
echo " npm install -g pageres-cli"
pageres file:///"`pwd`/studienuebersicht/table.html" 1300x700 --filename="images/studienuebersicht" --overwrite