To reproduce the bug I'm using: latexmk -pdf faces.tex

The problem is on the last page (numbered 22), the line before the
last paragraph which starts with "Erst".

If you need more information or other files, you can find my e-mail at
http://weitz.de/ (the first link).


My ~/.latexmkrc looks like this:

********************************

sub asy {return system("asy '$_[0]'");}
add_cus_dep("asy","eps",0,"asy");
add_cus_dep("asy","pdf",0,"asy");
add_cus_dep("asy","tex",0,"asy");

$hash_calc_ignore_pattern{'pdf'} = '^/(CreationDate|ModDate|ID) ';

$pdf_previewer = 'start "c:\\Program Files\\SumatraPDF\\SumatraPDF.exe" %O %S';

$bibtex_use = 2;

$latex = 'latex --enable-write18';
$pdflatex = 'pdflatex --enable-write18';

********************************

I'm on MiKTeX with Windows 10 64-bit.  I can't reproduce the bug after
updating MikTeX today (August 17), but it was reproducible with the
MiKTeX version I had before.  In case someone wants to dig into this,
I have added my MiKTeX log.
