Answers for "how to write a text in in the middle of formula 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

Code answers related to "how to write a text in in the middle of formula latex"

Browse Popular Code Answers by Language