Tagged Questions
4
votes
1answer
129 views
Bad rendering of OrnementsADF
With the code (typeset with XeTeX)
\font\orn="Ornements ADF" at 12pt
\centerline{\orn\char70\quad\char57\quad\char102}
\centerline{\orn\char102\quad\char57\quad\char70}
...
16
votes
1answer
242 views
What does `\ ` exactly do?
In the The Not So Short Introduction to LATEX2e - Version 5.01, April 06, 2011 it is suggested that:
A backslash in front of a space generates a space that will not be enlarged. (page 39)
It ...