how to make normal text in latex equation code example
Example 1: latex normal text in equation
\usepackage{amsmath}
$...\text{normal text}...$
Example 2: latex normal text inside align
\text{Your text here}
\usepackage{amsmath}
$...\text{normal text}...$
\text{Your text here}