You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Penalties less than -10000 as output penalties are used to signal the output routine when to use some special output. This does not work in example ltxlinks1.tex which does not call special output.
This example also produces an empty page at the end of the document. This effect might be related to the first problem.
Penalties less than -10000 as output penalties are used to signal the output routine when to use some special output. This does not work in example ltxlinks1.tex which does not call special output.
This example also produces an empty page at the end of the document. This effect might be related to the first problem.
compare hilatex lxtlinks1.log:
{globally changing \outputpenalty=-10000}
{into \outputpenalty=0}
\output->{\let \par @@Par \ifnum \outputpenalty <-@m @specialoutput \else @
to pdflatex ltxlinks1.log:
{globally changing \outputpenalty=-10000}
{into \outputpenalty=-10001}
\output->{\let \par @@Par \ifnum \outputpenalty <-@m @specialoutput \else @
The text was updated successfully, but these errors were encountered: