Answers for "string in equation latex"

1

string in equation latex

\documentclass{article}

\usepackage{amsmath}
\begin{document}


abcdef
$\text{abcdef} + \textrm{abcdef} + \textnormal{abcdef} + \mathrm{abcdef}$

{\sffamily
abcdef
$\text{abcdef} + \textrm{abcdef} + \textnormal{abcdef} + \mathrm{abcdef}$
}

\end{document}
Posted by: Guest on February-24-2020

Browse Popular Code Answers by Language