<< Click to Display Table of Contents >> Character Processing |
Character / Keyword |
Description |
hex encoded text char |
e.g. \'c7, \'d3 |
special escaped text char |
e.g. \{, \}, \:, \\ |
control symbol |
e.g. \_, \-, \|, \<10> |
\par
|
End of paragraph |
\line |
Line break without starting a new paragraph |
\n |
End of paragraph |
\r |
End of paragraph |
\sect
|
End of section |
\page |
End of page |
\pagebb |
Page break before the paragraph, interpreted by VPE as \page |
\sect |
New section, interpreted by VPE as \page |
\tab |
Tab character |
\emdash |
Em-dash (—) |
\endash |
En-dash (–) |
\bullet |
Bullet character |
\lquote |
Left single quotation mark |
\rquote |
Right single quotation mark |
\ldblquote |
Left double quotation mark |
\rdblquote |
Right double quotation mark |