LaTeX text manipulation

by GarciaPL on Tuesday 7 August 2012


In this post i will put some very quick tips how create bold, italic and underline text in LaTeX.

Bold


             \textbf{simple text} or \bf{simple text}




Italic


             \textit{simple text} or \it{simple text}

Underline


             \underline{simple text} or \emph{simple text}









Reference :
[1] Mini LaTeX Tutorial