pandoc/test/command/7299.md
John MacFarlane 5736b331d8 LaTeX reader: better support for \xspace.
Previously we only supported it in inline contexts; now
we support it in all contexts, including math.

Partially addresses #7299.
2021-05-19 16:14:49 -07:00

229 B
Raw Blame History

% pandoc -f latex -t plain
$1-{\ensuremath{r}\xspace}$
^D
1r
% pandoc -f latex -t plain
\newcommand{\foo}{Foo\xspace}

$\text{\foo bar}$
^D
Foo bar
% pandoc -f latex -t plain
a\xspace b
^D
a b