LateX Quick Referenceby Saji P. K. |
HomeText formattingBold : \textbf{} Example: \textbf{This is a bold text} Italics : \textit{} Italics : \emph{} Small Cap : \textsc{} Underline : \underline{} Any text as it is: \begin{verbatim} Any text \sqrt $a^{3}$. The text will come as it is. \end{verbatim} Text color Package : \usepackage{xcolor} Example, to print text in red color, use: {\color{red}{Some text}} |