Fixed LaTeX writer tests for last patch.
This commit is contained in:
parent
940b603548
commit
8a218dc0d5
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ a\textsuperscript{hello~there}.
|
|||
Subscripts: H\textsubscr{2}O, H\textsubscr{23}O, H\textsubscr{many~of~them}O.
|
||||
|
||||
These should not be superscripts or subscripts, because of the unescaped
|
||||
spaces: a\^{}b c\^{}d, a\ensuremath{\sim}b c\ensuremath{\sim}d.
|
||||
spaces: a\^{}b c\^{}d, a\textasciitilde{}b c\textasciitilde{}d.
|
||||
|
||||
\begin{center}\rule{3in}{0.4pt}\end{center}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue