fixes for pdf output

This commit is contained in:
NT
2021-08-07 18:50:37 +02:00
parent 1b37720b45
commit cc71b43dc8
2 changed files with 22 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ iconv -c -f utf-8 -t ascii book-in2.tex > book.tex
# finally run pdflatex, now it should work:
# pdflatex -recorder book
pdflatex book
pdflatex book
mv book.pdf ../../book-pdflatex.pdf