texlive[56340]

commits+karl at tug.org commits+karl at tug.org
Mon Sep 14 00:13:31 CEST 2020


Revision: 56340
          http://tug.org/svn/texlive?view=revision&revision=56340
Author:   karl
Date:     2020-09-14 00:13:30 +0200 (Mon, 14 Sep 2020)
Log Message:
-----------
rm space regexps, tex4ht r796

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=796

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht	2020-09-13 21:30:21 UTC (rev 56339)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht	2020-09-13 22:13:30 UTC (rev 56340)
@@ -1,4 +1,4 @@
-% mathjax-latex-4ht.sty (2020-07-30-14:01), generated from tex4ht-mathjax.tex
+% mathjax-latex-4ht.sty (2020-09-13-14:20), generated from tex4ht-mathjax.tex
 % Copyright 2018-2019 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 2020-07-30-14:01}
+\immediate\write-1{version 2020-09-13-14:20}
 
 \RequirePackage{etoolbox,expl3,environ}
 
@@ -24,13 +24,7 @@
 \cs_new_protected:Npn \alteqtoks #1
 {
   \tl_set:Nx \l_tmpa_tl {\detokenize{#1}}
-  % convert \ { to \:{
-  \regex_replace_all:nnN { \x{5C} \x{20} \x{7B} } { \x{5C} \x{3A} \x{7B} } \l_tmpa_tl
-  % delete spaces before left brackets
-  \regex_replace_all:nnN { \x{20} \x{7B} } { \x{7B} } \l_tmpa_tl
-  % replace \\:{ back to \\ { -- this can be introduced by the previous regex
-  \regex_replace_all:nnN { \x{5C} \x{5C}  \x{3A} \x{7B} } { \x{5C} \x{5C} \x{20} \x{7B} } \l_tmpa_tl
-  % replace < > and & with xml entities
+  % % replace < > and & with xml entities
   \regex_replace_all:nnN { \x{26} } { & } \l_tmpa_tl
   \regex_replace_all:nnN { \x{3C} } { < } \l_tmpa_tl
   \regex_replace_all:nnN { \x{3E} } { > } \l_tmpa_tl



More information about the tex-live-commits mailing list.