diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-22 21:33:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-22 21:33:29 +0000 |
commit | 6f7325d456c5204f0504cfd9281d08e9a8fdd2b6 (patch) | |
tree | aad3314e89ad211e5a925b53bfcda371e9771110 /Master/texmf-dist/source/generic/tex4ht | |
parent | 43d50046ce6e6b37b8704514757ff54551a2a2e3 (diff) |
print \ref number in docbook, tex4ht r1449
git-svn-id: svn://tug.org/texlive/trunk@69541 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-docbook.tex | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 5a6933acf42..eee6684fc10 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,5 +1,9 @@ 2024-01-22 Michal Hoftich <michal.h21@gmail.com> + * tex4ht-docbook.tex (docbook.4ht): print reference number in the + \ref command. + https://github.com/michal-h21/make4ht/issues/144 + * tex4ht-4ht.tex (tikz-cd.4ht): convert the tikzcd environments to pictures. https://github.com/michal-h21/make4ht/issues/143 diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-docbook.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-docbook.tex index a65ce6153c9..23466924487 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-docbook.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-docbook.tex @@ -1,8 +1,8 @@ -% $Id: tex4ht-docbook.tex 1399 2023-10-27 10:48:56Z michal_h21 $ +% $Id: tex4ht-docbook.tex 1450 2024-01-22 21:33:00Z karl $ % compile 3 times: latex tex4ht-docbook % or xhlatex tex4ht-docbook "html,3,sections+" % -% Copyright 2009-2023 TeX Users Group +% Copyright 2009-2024 TeX Users Group % Copyright 2000-2009 Eitan M. Gurari % Released under LPPL 1.3c+. % See tex4ht-cpright.tex for license text. @@ -28,7 +28,7 @@ \<docbook\><<< % docbook.4ht (|version), generated from |jobname.tex -% Copyright 2009-2023 TeX Users Group +% Copyright 2009-2024 TeX Users Group % Copyright |CopyYear.2000. Eitan M. Gurari |<TeX4ht copywrite|> >>> @@ -118,7 +118,7 @@ \Link{#1}{#2}\expandafter\ifx \csname RefArg\endcsname\relax\else \Tg<!--ref: \RefArg-->\fi\EndLink #3\HCode{</para></note>} \else - \Link{#1}{#2}\expandafter\ifx \csname RefArg\endcsname\relax\else \Tg<!--ref: \RefArg-->\fi\EndLink + \Link{#1}{#2}\expandafter\ifx \csname RefArg\endcsname\relax\else \Tg<!--ref: \RefArg-->\fi#3\EndLink \fi} >>> |