Answers for "how to write under a text in a equation with latex"

0

normal text in equation latex

\usepackage{amsmath}
$123 \text{stuff to type} 123$

% Without amsmath package:
$123 \textrm{stuff to type} 123$
Posted by: Guest on March-14-2021

Code answers related to "how to write under a text in a equation with latex"

Browse Popular Code Answers by Language