diff --git a/ts/input/tex/textmacros/TextMacrosMappings.ts b/ts/input/tex/textmacros/TextMacrosMappings.ts index 1f0fc8623..c871c0d6c 100644 --- a/ts/input/tex/textmacros/TextMacrosMappings.ts +++ b/ts/input/tex/textmacros/TextMacrosMappings.ts @@ -102,6 +102,8 @@ new CommandMap('text-macros', { Huge: ['SetSize', 2.49], Bbb: ['Macro', '{\\bbFont #1}', 1], + textnormal: ['Macro', '{\\rm #1}', 1], + textup: ['Macro', '{\\rm #1}', 1], textrm: ['Macro', '{\\rm #1}', 1], textit: ['Macro', '{\\it #1}', 1], textbf: ['Macro', '{\\bf #1}', 1],