From 7960013cd4586542c2d7feab908a8befccc677f0 Mon Sep 17 00:00:00 2001 From: Bjorn Buckwalter Date: Wed, 15 Oct 2014 21:06:41 +0200 Subject: Escape spaces. Fixes jgm/pandoc#1694. --- tests/writer.latex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/writer.latex b/tests/writer.latex index a966e374b..82fa3c23f 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -734,7 +734,7 @@ These shouldn't be math: \begin{itemize} \itemsep1pt\parskip0pt\parsep0pt \item - To get the famous equation, write \texttt{\$e = mc\^{}2\$}. + To get the famous equation, write \texttt{\$e\ =\ mc\^{}2\$}. \item \$22,000 is a \emph{lot} of money. So is \$34,000. (It worked if ``lot'' is emphasized.) -- cgit v1.2.3