diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-22 21:08:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-22 21:08:57 +0000 |
commit | 43d50046ce6e6b37b8704514757ff54551a2a2e3 (patch) | |
tree | f433976da42404d5e1c7b621daa57206687f1e1a /Master/texmf-dist/source/generic | |
parent | 634042f04953fe7309025eec37eaa025dc10afd3 (diff) |
convert tikzcd environments to pictures, tex4ht r1448
git-svn-id: svn://tug.org/texlive/trunk@69540 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 21 |
3 files changed, 28 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 89b5518040f..5a6933acf42 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,9 @@ +2024-01-22 Michal Hoftich <michal.h21@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@gmail.com> * tex4ht-4ht.tex (siunitx.4ht): disable the S columns for tables. diff --git a/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex b/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex index 8d30dfd4908..b13850c6c96 100644 --- a/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex +++ b/Master/texmf-dist/source/generic/tex4ht/mktex4ht-cnf.tex @@ -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} diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index 7f3605731ca..1cba02fc9cb 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex @@ -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 @@ TeX4ht driver provided by TikZ doesn't work well. >>> \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} %%%%%%%%%%%%%%%%%% |