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

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?