texlive[64682] Master/texmf-dist: mhchem fixes, tex4ht r1214

commits+karl at tug.org commits+karl at tug.org
Tue Oct 11 23:55:25 CEST 2022


Revision: 64682
          http://tug.org/svn/texlive?view=revision&revision=64682
Author:   karl
Date:     2022-10-11 23:55:25 +0200 (Tue, 11 Oct 2022)
Log Message:
-----------
mhchem fixes, tex4ht r1214

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

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

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-10-11 21:05:14 UTC (rev 64681)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2022-10-11 21:55:25 UTC (rev 64682)
@@ -1,3 +1,8 @@
+2022-10-11  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): corrected Mhchem
+	support.
+
 2022-10-06  Michal Hoftich  <michal.h21 at gmail.com>
 	
 	* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): added basic support

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/Makefile	2022-10-11 21:05:14 UTC (rev 64681)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/Makefile	2022-10-11 21:55:25 UTC (rev 64682)
@@ -1,4 +1,4 @@
-# $Id: Makefile 1186 2022-08-17 21:26:24Z karl $
+# $Id: Makefile 1213 2022-10-06 22:08:15Z karl $
 # This file is public domain.  Originally written 2010, Karl Berry.
 # Assumes GNU make.
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht	2022-10-11 21:05:14 UTC (rev 64681)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/mathjax-latex-4ht.4ht	2022-10-11 21:55:25 UTC (rev 64682)
@@ -1,4 +1,4 @@
-% mathjax-latex-4ht.4ht (2022-10-06-13:16), generated from tex4ht-mathjax.tex
+% mathjax-latex-4ht.4ht (2022-10-11-14:30), generated from tex4ht-mathjax.tex
 % Copyright 2018-2022 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 2022-10-06-13:16}
+\immediate\write-1{version 2022-10-11-14:30}
 
 
 \ExplSyntaxOn
@@ -130,9 +130,12 @@
 \fixmathjaxtoc\\
 \fixmathjaxtoc\exp
 
+\@ifpackageloaded{mhchem}{%
+\def\ce#1{\texttt{\detokenize{\(\ce{#1}\)}}}
+}{}
+
 }
 \endinput
-\exit:ifnot{mhchem}
 
 
 
@@ -608,16 +611,7 @@
 
 
 
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-                \ConfigureHinput{mhchem}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-    \def\ce#1{\texttt{\detokenize{\(\ce{#1}\)}}}
 
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-  
-\endinput\empty\empty\empty\empty\empty\empty
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 \endinput
 



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