diff options
author | Karl Berry <karl@freefriends.org> | 2023-12-11 21:56:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-12-11 21:56:56 +0000 |
commit | bee1c107f159561bf1b664cc0a36757be239f2d1 (patch) | |
tree | f81f6d99aebfe4d317c2a350a8429a9ae7af8b3e /Master/texmf-dist/source/generic/tex4ht | |
parent | f0961a9b26a462e4b8cedc92a65e77199739b077 (diff) |
define \BibFileName, tex4ht r1418
git-svn-id: svn://tug.org/texlive/trunk@69094 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex | 5 |
2 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index 890c82c6551..e0e7610e473 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,15 @@ +2023-12-11 Michal Hoftich <michal.h21@gmail.com> + + * tex4ht-4ht.tex (biblatex.4ht): declare the \BibFileName in the aux + file, to prevent compilation errors in the subsequent compilations + with LaTEX. + + * tex4ht-env.tex ( + tex4ht.env-unix, + tex4ht.env-win32 + ): use the -o option with Dvisvgm, to prevent insertion of spurious + text, produced by Dvisvgm, at the start of the generated SVG file. + 2023-12-05 Michal Hoftich <michal.h21@gmail.com> * tex4ht-fonts-noncjk.tex ( diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex index ae5be04ce32..12c6bfd8f97 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 1414 2023-12-03 21:09:44Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1418 2023-12-11 13:44:02Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2023 TeX Users Group @@ -2158,6 +2158,9 @@ We put the hook ourselves thanks to Configure{ifthenelse}. % <biblatex-2.2> % \immediate\write\@auxout{% + \string\providecommand\string\BibFileName[2][]{} + }% + \immediate\write\@auxout{% \string\BibFileName[\therefsection]{\FileName}}% % % </biblatex-2.2> |