summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-03-07 03:01:25 +0000
committerNorbert Preining <norbert@preining.info>2024-03-07 03:01:25 +0000
commitdc177b2cd4ed993d65860adc66d256969c1bb6ad (patch)
tree1a00cd47175882c0f48969af3b0204c842c1e584 /support/TeX4ht
parente500c9e5fc807971a29d8544e9e2fad59f670fb5 (diff)
CTAN sync 202403070301
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog15
-rw-r--r--support/TeX4ht/source/mktex4ht-cnf.tex4
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex37
-rw-r--r--support/TeX4ht/source/tex4ht-fonts-noncjk.tex24
4 files changed, 65 insertions, 15 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 737d8995de..a464b4218f 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,4 +1,17 @@
-2024-01-01 Michal Hoftich <michal.h21@gmail.com>
+2024-03-05 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (multibib.4ht, multibib-hooks.4ht): fixed clashes
+ between .bbl files and .4ht files.
+ https://tug.org/pipermail/tex4ht/2024q1/003546.html
+
+2024-03-04 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-fonts-noncjk.tex (
+ ./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/ams/cyrillic/wncyr.htf
+ ): fixed some characters.
+ Thanks to Arkady Benediktov
+
+2024-03-01 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (draftwatermark.4ht, draftwatermark-hooks.4ht):
disable the watermarks inserted by the Draftwatermark package.
diff --git a/support/TeX4ht/source/mktex4ht-cnf.tex b/support/TeX4ht/source/mktex4ht-cnf.tex
index 953ee65cec..4cb4c4b6e4 100644
--- a/support/TeX4ht/source/mktex4ht-cnf.tex
+++ b/support/TeX4ht/source/mktex4ht-cnf.tex
@@ -1,4 +1,4 @@
-% $Id: mktex4ht-cnf.tex 1483 2024-03-01 13:57:26Z michal_h21 $
+% $Id: mktex4ht-cnf.tex 1487 2024-03-05 16:54:42Z michal_h21 $
% Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex.
% Read by tex4ht-cond4ht.
%
@@ -23,6 +23,8 @@
\AddFile{6}{biblatex}
\AddFile{6}{biblatex-chicago}
\AddFile{6}{backref}
+\AddFile{9}{multibib}
+\AddFile{9}{multibib-hooks}
\AddFile{6}{reading}
\AddFile{5}{debug}
\AddFile{5}{footnote-dw}
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 079c5a1248..84bc452c39 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1484 2024-03-01 21:17:29Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1487 2024-03-05 16:54:42Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2024 TeX Users Group
@@ -2949,6 +2949,41 @@ Fix backlink support in BibLaTeX
>>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\SubSection{multibib.4ht}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\<multibib.4ht\><<<
+% multibib.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+|<TeX4ht license text|>
+\Hinput{multibib}
+\endinput
+>>> \AddFile{9}{multibib}
+
+\<add to usepackage\><<<
+\Configure{PackageHooks}{multibib.sty}{multibib-hooks.4ht}
+>>>
+
+
+\<multibib-hooks.4ht\><<<
+% multibib.4ht (|version), generated from |jobname.tex
+% Copyright 2024 TeX Users Group
+\:AtEndOfPackage{
+|<multibib newcites|>
+}
+\endinput
+>>> \AddFile{9}{multibib-hooks}
+
+The \Verb"newcites" command uses the \Verb"\@input@" command to load the .bbl file internally. It causes TeX4ht
+to load a corresponding .4ht file named as the .bbl file. For example, when you have book.bbl, it will load
+book.4ht. It can lead to a fatal error if the document uses a different class than book.
+
+\<multibib newcites\><<<
+ \let\orig:newcites\newcites
+ \renewcommand\newcites[2]{\let\orig:@input@\@input@\let\@input@\@input\orig:newcites{#1}{#2}\let\@input@\orig:@input@}
+>>>
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\SubSection{reading.4ht}
\<reading.4ht\><<<
diff --git a/support/TeX4ht/source/tex4ht-fonts-noncjk.tex b/support/TeX4ht/source/tex4ht-fonts-noncjk.tex
index 07761708eb..377e2ec3d5 100644
--- a/support/TeX4ht/source/tex4ht-fonts-noncjk.tex
+++ b/support/TeX4ht/source/tex4ht-fonts-noncjk.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-fonts-noncjk.tex 1462 2024-02-15 10:47:46Z michal_h21 $
+% $Id: tex4ht-fonts-noncjk.tex 1486 2024-03-04 13:32:16Z michal_h21 $
% tex tex4ht-fonts-noncjk
% or ht tex tex4ht-fonts-noncjk
%
@@ -40339,18 +40339,18 @@ wncyr 0 127
'&#x0473;' '' 29
'&#x0455;' '' 30
'&#x044F;' '' 31
-'&#34;' '' 32
+'&#x00A8;' '' 32 ADDED: Diaeresis
'!' '' 33
-'&#8221;' '' 34
-'&#xA652;' '' 35 Yat
-'' '' 36
+'&#x201D;' '' 34 # CHANGED: Right double quotation mark
+'&#x0462;' '' 35 Yat: CHANGED: Capital Yat
+'&#x02D8;' '' 36 ADDED: Breve
'%' '' 37
-'' '' 38
-'&#8217;' '' 39
+'&#x00B4;' '' 38 ADDED: Acute accent
+'&#x2019;' '' 39 # ADDED: Right single quotation mark
'&#x0028;' '' 40
'&#x0029;' '' 41
'*' '' 42
-'&#xA653;' ''b 43 miniscule Yat
+'&#x0463;' ''b 43 miniscule Yat; CHANGED: Small yat
',' '' 44
'-' '' 45
'.' '' 46
@@ -40368,10 +40368,10 @@ wncyr 0 127
':' '' 58
';' '' 59
'&#x00AB;' '' 60
-'&#x131;' '' 61
+'&#x0131;' '' 61 CORRECTED
'&#x00BB;' '' 62
'?' '' 63
-'' '' 64
+'&#x02D8;' '' 64 ADDED: BREVE
'&#x0410;' '' 65
'&#x0411;' '' 66
'&#x0426;' '' 67
@@ -40399,11 +40399,11 @@ wncyr 0 127
'&#x042B;' '' 89
'&#x0417;' '' 90
'&#x005B;' '' 91
-'&#8220;' '' 92
+'&#x201C;' '' 92 ADDED: Left double quotation mark
'&#x005D;' '' 93
'&#x042C;' '' 94
'&#x042A;' '' 95
-'&#8216;' '' 96
+'&#x2018;' '' 96 ADDED: Left single quotation mark
'&#x0430;' '' 97
'&#x0431;' '' 98
'&#x0446;' '' 99