From 16b22a983bc0f05cbbb201a6e0f5cbbfc3c8fffb Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 16 Dec 2021 03:01:13 +0000 Subject: CTAN sync 202112160301 --- support/TeX4ht/source/ChangeLog | 9 +++++++++ support/TeX4ht/source/tex4ht-4ht.tex | 18 ++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) (limited to 'support/TeX4ht') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 588c19d38d..209cea5893 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,12 @@ +2021-12-14 Michal Hoftich + + * tex4ht-4ht.tex (usepackage.4ht, biblatex-chicago-hooks.4ht): load Ifthen + package before BibLaTeX-Chicago. + https://puszcza.gnu.org.ua/bugs/?480#discussion + * tex4ht-4ht.tex (url.4ht): use \protected for redefinition of the \url + command. + https://puszcza.gnu.org.ua/bugs/?480#discussion + 2021-12-11 Michal Hoftich * tex4ht-ooffice.tex (ooffice.4ht): enclose image file names in braces, in diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index 617f60e9fa..5b9b9d8a80 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1027 2021-12-10 23:22:54Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1030 2021-12-14 16:18:24Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2021 TeX Users Group @@ -2973,6 +2973,20 @@ US rules. \endinput >>> \AddFile{6}{biblatex-chicago} +BibLaTeX Chicago fails with errors related to Ifthen package. It seems +that we need to load it before BibLaTeX. + +\<<< +\Configure{PackageHooks}{biblatex-chicago.sty}{biblatex-chicago-hooks.4ht} +>>> + +\<<< +% biblatex-chicago-hooks.4ht (|version), generated from |jobname.tex +% Copyright 2021 TeX Users Group +| +\RequirePackage{ifthen} +\endinput +>>> \AddFile{9}{biblatex-chicago-hooks} %%%%%%%%%%%%% \SubSection{debug.bbx} @@ -4577,7 +4591,7 @@ The pdfbase package redefines \`|\@outputpage| macro, which causes tex4ht patche >>> \<<< -\def\:temp{\leavevmode \begingroup +\protected\def\:temp{\leavevmode \begingroup \def\UrlLeft##1\UrlRight{\ifmmode \else \UrlFont\fi \Url:use{##1}}% \def\Url@use##1 ##2{\ifmmode \else \UrlFont\fi \Url:use{##1}}\let\,\empty \Configure{$}{}{}{}\Url} -- cgit v1.2.3