diff options
author | Karl Berry <karl@freefriends.org> | 2023-05-02 21:09:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-05-02 21:09:36 +0000 |
commit | c60ac839bcf9dc8376d925c0cf71c880dec1578e (patch) | |
tree | f814b6e40e8cd42113819b668ba3e4aa53bb3f24 /Master/texmf-dist | |
parent | 860126bccea1ff7de8b6ae5662d6b741e5c0f283 (diff) |
disable newlines in captions, tex4ht r1326
git-svn-id: svn://tug.org/texlive/trunk@66993 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/latex.4ht | 16 |
3 files changed, 19 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 3f620fdfcd6..085632739ab 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,9 @@ +2023-05-02 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (latex.4ht): disable newlines when caption is + written to the TOC file. + https://puszcza.gnu.org.ua/bugs/?599 + 2023-04-21 Michal Hoftich <michal.h21@gmail.com> * tex4ht-4ht.tex (piton.4ht) diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index f42a92ed007..4016ee14f0e 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 1325 2023-04-21 13:23:46Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1326 2023-05-02 11:50:33Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2023 TeX Users Group @@ -14449,7 +14449,9 @@ it failed me. \let\pageno|=\c@page \fi \let\accent:def|=\def \pend:def\protect:wrtoc{\:protect - \Configure{ }{ }\toc:lbl:idx} + \Configure{ }{ }% + \let\\\space% + \toc:lbl:idx} \def\endMkHalign{\EndMkHalign} \def\:protect{\vrb:tt \let\protect|=\@unexpandable@protect diff --git a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht index 2caf4fd028c..41ced197561 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/latex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/latex.4ht @@ -1,6 +1,6 @@ -% latex.4ht (2022-12-26-13:00), generated from tex4ht-4ht.tex +% latex.4ht (2023-05-02-13:45), generated from tex4ht-4ht.tex % Copyright 1997-2009 Eitan M. Gurari -% Copyright 2009-2022 TeX Users Group +% Copyright 2009-2023 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2022-12-26-13:00} +\immediate\write-1{version 2023-05-02-13:45} \ifx\SaveMkHalignConf:g\:UnDef \else \expandafter\endinput\fi @@ -49,7 +49,9 @@ \let\pageno\c@page \fi \let\accent:def\def \pend:def\protect:wrtoc{\:protect - \Configure{ }{ }\toc:lbl:idx} + \Configure{ }{ }% + \let\\\space% + \toc:lbl:idx} \def\endMkHalign{\EndMkHalign} \def\:protect{\vrb:tt \let\protect\@unexpandable@protect @@ -2323,9 +2325,9 @@ $\vcenter \expandafter\:temp\usepackage!*?: \def\:tempa{\@latex@e@error} \ifx \:temp\:tempa - % latex209.4ht (2022-12-26-13:00), generated from tex4ht-4ht.tex + % latex209.4ht (2023-05-02-13:45), generated from tex4ht-4ht.tex % Copyright 1997-2009 Eitan M. Gurari -% Copyright 2009-2022 TeX Users Group +% Copyright 2009-2023 TeX Users Group % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -2342,7 +2344,7 @@ $\vcenter % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2022-12-26-13:00} +\immediate\write-1{version 2023-05-02-13:45} \let\:fnsymbol\@fnsymbol \def\@fnsymbol#1{{\hbox{$\:fnsymbol{#1}$}}} |