-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
Description
Consider for example the simple tex file:
test.tex with content:
"
This is \TeX
\end
"
DVI output generated by TeX-Live:

DVI output generated by the program:

These HEX 0D (corresponding to unsigned int 13) should not be there. For some reason when Font Def 1(DVI command 243) gets executed the program adds this hexadecimal in the dvi, causing the DVI to be improper DVI output.
Reactions are currently unavailable