normal letters in equation latex code example
Example: normal text in equation latex
\usepackage{amsmath}
$123 \text{stuff to type} 123$
% Without amsmath package:
$123 \textrm{stuff to type} 123$
\usepackage{amsmath}
$123 \text{stuff to type} 123$
% Without amsmath package:
$123 \textrm{stuff to type} 123$