General editing
There is nothing special to say about general editing of text. The usual text
attributes like bold (\textbf{...}
), italics (\emph{...}
or \textit{...}
) and
small-caps (\textsc{...}
); font attributes like sans serif (\textsf{...}
), fixed
width font (\texttt{...}
); size changing commands like \large
, \small
,
\footnotesize
, and the like will work as one would expect. A blank line will insert a
para token.
In short, all standard commands in general text manipulations work fine without any surprises.