TeX and LaTeX reserve some characters for its own use:
# $ % & ~ _ ^ \ { }
These should not appear as part of your text: if they do TeX will get
confused. Instead use
\# \$ ...
All TeX commands:
\begin{document}
Here is an {\it italicised phrase\/} in the middle of a sentence.
\end{document}
|
| ...previous | up (conts) | next... |