Answers for "how to include text in begin equation 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

Browse Popular Code Answers by Language