Line breaks in `\text`
Issue Summary
Line breaks in \text
For example,
$\text{1
1}$
is rendered as 11
, but in LaTeX, there is a space in between, like 1 1
Please see texlive.net
\documentclass{article}
\usepackage{amsmath}
\begin{document}
$\text{1
1}$
\end{document}