summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-01 22:55:28 +0000
committerKarl Berry <karl@freefriends.org>2021-12-01 22:55:28 +0000
commit8682430d4182f3910b845536f1da9063c34f201c (patch)
tree10ae0afcb50b280de2f225d49bdfc791184a1869 /Master/texmf-dist/tex/generic/tex4ht
parent61a8302a1531f7061c2376108ddf4decd165dd02 (diff)
\par replacement mathjax fix, tex4ht r1012
git-svn-id: svn://tug.org/texlive/trunk@61201 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
index 64a2b2956ea..ce45fe150e6 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
@@ -1,4 +1,4 @@
-% mathjax-latex-4ht.sty (2021-11-20-09:56), generated from tex4ht-mathjax.tex
+% mathjax-latex-4ht.sty (2021-12-01-14:49), generated from tex4ht-mathjax.tex
% Copyright 2018-2021 TeX Users Group
%
% This work may be distributed and/or modified under the
@@ -16,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2021-11-20-09:56}
+\immediate\write-1{version 2021-12-01-14:49}
\ExplSyntaxOn
@@ -28,7 +28,7 @@
\regex_replace_all:nnN { \x{3C} } { &lt; } \l_tmpa_tl
\regex_replace_all:nnN { \x{3E} } { &gt; } \l_tmpa_tl
% replace \par command with blank lines
- \regex_replace_all:nnN { \x{5C}par } {\x{A}\x{A}} \l_tmpa_tl
+ \regex_replace_all:nnN { \x{5C}par\s } {\x{A}\x{A}} \l_tmpa_tl
\tl_set:Nx \l_tmpb_tl{ \l_tmpa_tl }
\HCode{\l_tmpb_tl}
}