You do not have to use LaTeX, use MonsterWriter instead!

How to Insert Italics Text in LaTeX

You can write italic text in LaTeX by using the \textit{} command. The text which should be italic goes between the { and } symbol. See the example in Listing 1 in which "and parts of it" will be rendered italic.

\documentclass{article}
\begin{document}
This is text \textit{and parts of it} are italic.
\end{document}
Listing 1 - Italics text in LaTeX.
A LaTeX PDF containing the italics text
Figure 1 - The resulting PDF.