diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-09 23:30:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-09 23:30:39 +0000 |
commit | 9cc9e8461a8d9621ce15120557020cf598b293ce (patch) | |
tree | defbcc9565866f31c488dfc384990a5ffb6327f6 | |
parent | 24617aff03875f7d6a4f4679df8bf46a5839727a (diff) |
env configs, tex4ht r459
git-svn-id: svn://tug.org/texlive/trunk@49370 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/latex.4ht | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht index e993be39361..52e613ba278 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht @@ -1,4 +1,4 @@ -% latex.4ht (2018-08-30-15:28), generated from tex4ht-4ht.tex +% latex.4ht (2018-12-05-15:46), generated from tex4ht-4ht.tex % Copyright 1997-2009 Eitan M. Gurari % Copyright 2009-2018 TeX Users Group % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2018-08-30-15:28} +\immediate\write-1{version 2018-12-05-15:46} \ifx\SaveMkHalignConf:g\:UnDef \else \expandafter\endinput\fi @@ -837,6 +837,7 @@ $\vcenter \a:underline \o:underline:{#1}\b:underline} \HLet\underline\:tempc \NewConfigure{underline}{2} +\NewConfigure{MathjaxSource}{1} \catcode`\#13 \catcode`\!6 \def\reg:eq:narray!1\cr{\SaveMkHalignConf:g{eq:narray\if@eqnsw\else *\fi} 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 daa564f412d..5f9310013f7 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 (2018-12-05-18:11), generated from tex4ht-mathjax.tex +% mathjax-latex-4ht.sty (2018-12-09-15:20), generated from tex4ht-mathjax.tex % Copyright 2018 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 2018-12-05-18:11} +\immediate\write-1{version 2018-12-09-15:20} \RequirePackage{etoolbox,expl3,environ} @@ -53,6 +53,7 @@ } \def\fixmathjaxtoc#1{\def#1{\detokenize{#1}}} +\AtBeginDocument{% \VerbMath{subarray} \VerbMath{smallmatrix} \VerbMath{matrix} @@ -105,6 +106,7 @@ \fixmathjaxtoc\coth \fixmathjaxtoc\log +} \endinput |