An oldie and a newie.
Mark Weiser
mark at umcp-cs.UUCP
Sat Dec 21 09:28:38 AEST 1985
In article <525 at smeagol.UUCP> earle at smeagol.UUCP (Greg Earle) writes:
>... So, how do you get
>"\n"s into an [nt]roff document without them being interpreted?
Use \e in place of \. Doubling \'s will sometimes not work because
each level of n/troff processing strips one off, and you can never tell
how many levels are happening because of macro preprocessing and so on.
\e is define to be the graphic representation of the escape character,
but is never itself treated as an escape. So, for \n, use \en.
-mark
--
Spoken: Mark Weiser ARPA: mark at maryland Phone: +1-301-454-7817
CSNet: mark at umcp-cs UUCP: {seismo,allegra}!umcp-cs!mark
USPS: Computer Science Dept., University of Maryland, College Park, MD 20742
More information about the Comp.unix.wizards
mailing list