On 2019-04-23 14:24, Dr Eberhard Lisse wrote:
Daniel,
The idea is to run it with the time command (under Unix/Mac, I don't
know how to do that in Windoze) and to see how log that takes (for
pdflatex and lualatex).
I just looked at the PDF to see it renders, but haven't even bothered to
read the title properly.
wget http://www.complang.tuwien.ac.at/anton/latex-bench/bench.tex
wget http://www.complang.tuwien.ac.at/anton/latex-bench/types.bib
pdflatex bench
bibtex bench
pdflatex bench
time pdflatex bench
time lualatex bench
On my Mac I have installed bench from
https://github.com/Gabriel439/bench
and run that, instead
bench 'pdflatex bench'
bench 'lualatex bench'
It's just to get an idea how slow your box is :-)-O
el
Unfortunately, it's a windows machine.
Daniel