texlive[69540] Master/texmf-dist: convert tikzcd environments to

commits+karl at tug.org commits+karl at tug.org
Mon Jan 22 22:08:57 CET 2024


Revision: 69540
          https://tug.org/svn/texlive?view=revision&revision=69540
Author:   karl
Date:     2024-01-22 22:08:57 +0100 (Mon, 22 Jan 2024)
Log Message:
-----------
convert tikzcd environments to pictures, tex4ht r1448

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1448

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/generic/tex4ht/tikz-cd.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-01-22 20:36:25 UTC (rev 69539)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-01-22 21:08:57 UTC (rev 69540)
@@ -1,3 +1,9 @@
+2024-01-22  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (tikz-cd.4ht): convert the tikzcd environments to
+	pictures.
+	https://github.com/michal-h21/make4ht/issues/143
+
 2024-01-21  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (siunitx.4ht): disable the S columns for tables.

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex	2024-01-22 20:36:25 UTC (rev 69539)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex	2024-01-22 21:08:57 UTC (rev 69540)
@@ -1,4 +1,4 @@
-% $Id: mktex4ht-cnf.tex 1420 2023-12-12 15:53:16Z michal_h21 $
+% $Id: mktex4ht-cnf.tex 1448 2024-01-22 11:15:28Z michal_h21 $
 % Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex.
 % Read by tex4ht-cond4ht.
 %
@@ -211,6 +211,7 @@
 \AddFile{9}{pb-diagram}
 \AddFile{7}{amscd}
 \AddFile{9}{pgf}
+\AddFile{9}{tikz-cd}
 \AddFile{7}{color}
 \AddFile{7}{xcolor}
 \AddFile{7}{dvipsnam}

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-01-22 20:36:25 UTC (rev 69539)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-01-22 21:08:57 UTC (rev 69540)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1447 2024-01-21 21:28:32Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1448 2024-01-22 11:15:28Z michal_h21 $
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
 % Copyright 2009-2024 TeX Users Group    
@@ -4962,6 +4962,25 @@
 >>>        \AddFile{9}{pgf-hooks}
 
 %%%%%%%%%%%%%%%%%%
+\Section{tikz-cd.sty}
+%%%%%%%%%%%%%%%%%%
+
+\<tikz-cd.4ht\><<<
+% tikz-cd.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|>
+|<tikzcd-picture|>
+\Hinput{tikz-cd}
+\endinput
+>>> \AddFile{9}{tikz-cd}
+
+Convert the tikzcd environment to pictures by default.
+
+\<tikzcd-picture\><<<
+\ConfigureEnv{tikzcd}{\Picture+{}}{\EndPicture}{}{}
+>>>
+
+%%%%%%%%%%%%%%%%%%
 \Section{pdfbase.sty}
 %%%%%%%%%%%%%%%%%%
 

Added: trunk/Master/texmf-dist/tex/generic/tex4ht/tikz-cd.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/tikz-cd.4ht	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/tikz-cd.4ht	2024-01-22 21:08:57 UTC (rev 69540)
@@ -0,0 +1,25 @@
+% tikz-cd.4ht (2024-01-22-12:49), generated from tex4ht-4ht.tex
+% Copyright 2024 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+%   http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+\immediate\write-1{version 2024-01-22-12:49}
+
+\ConfigureEnv{tikzcd}{\Picture+{}}{\EndPicture}{}{}
+
+\Hinput{tikz-cd}
+\endinput
+


Property changes on: trunk/Master/texmf-dist/tex/generic/tex4ht/tikz-cd.4ht
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2024-01-22 20:36:25 UTC (rev 69539)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/usepackage.4ht	2024-01-22 21:08:57 UTC (rev 69540)
@@ -1,4 +1,4 @@
-% usepackage.4ht (2024-01-15-14:00), generated from tex4ht-4ht.tex
+% usepackage.4ht (2024-01-22-12:49), generated from tex4ht-4ht.tex
 % Copyright 2003-2009 Eitan M. Gurari
 % Copyright 2009-2024 TeX Users Group
 %
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-01-15-14:00}
+\immediate\write-1{version 2024-01-22-12:49}
 
    \def\:temp{tex4ht}\ifx \:temp\@currname
    \:warning{\string\usepackage{tex4ht} again?}



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