Tagged Questions
6
votes
1answer
76 views
Macros in \special
I tried to compute a bounding box in LaTeX and pass the value on to dvisvgm via DVI specials. The resulting code (which I copy-and-pasted together from all over the internet) looked as follows:
...
8
votes
2answers
142 views
Are \count1, …, \count9 useful?
To quote TeX by Topic, "whenever a \shipout occurs, TeX also writes the values of counters 0–9 to the dvi file and the terminal."
Do any dvi viewers or converters (e.g., dvips) make use of ...