Latex Underline Code Example


Example 1: latex italic text

\textit{text}

Example 2: latex bold text

\textbf{text}

Example 3: underline in latex

\underline{science}

Example 4: latex italic

\emph{accident}

Example 5: underscore latex

\documentclass{article}  \begin{document}  \texttt{Samp\_Dist\_Corr}  \verb|Samp_Dist_Corr|  \texttt{Samp\char`_Dist\char`_Corr}  \end{document}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable