summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-10 22:07:21 +0000
committerKarl Berry <karl@freefriends.org>2024-04-10 22:07:21 +0000
commit3cf1b7607a0d34e9936509965952f0d167e2d76f (patch)
tree3971783936df958243c79fae601c58f91d3fe6a9 /Master/texmf-dist/source/generic/tex4ht
parentd0542dfaa06024b47542e51f85e5ec8be99e376a (diff)
dark mode fg/bg, tex4ht r1500
git-svn-id: svn://tug.org/texlive/trunk@70911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog16
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/Makefile9
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex10
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex14
4 files changed, 39 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 9a2451b6f19..6f2d034f23f 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,19 @@
+2024-04-09 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html5.tex (html5.4ht): set backround and foreground colors
+ in the dark mode.
+ https://puszcza.gnu.org.ua/bugs/index.php?623
+
+2024-04-07 Karl Berry <karl@freefriends.org>
+
+ * tex4ht-4ht.tex (index.4ht): |<TeX4ht copywrite|> to get version.
+
+2024-04-04 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-fonts-minionpro.tex: added support for MinionPro fonts.
+ Thanks to David Gleich.
+ https://github.com/michal-h21/htfgen/issues/2
+
2024-03-31 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (index.4ht): fixed clash between Imakeidx and Index
diff --git a/Master/texmf-dist/source/generic/tex4ht/Makefile b/Master/texmf-dist/source/generic/tex4ht/Makefile
index 29c8c7da46a..3d2d16b3653 100644
--- a/Master/texmf-dist/source/generic/tex4ht/Makefile
+++ b/Master/texmf-dist/source/generic/tex4ht/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1429 2024-01-03 14:56:01Z michal_h21 $
+# $Id: Makefile 1498 2024-04-04 15:27:36Z michal_h21 $
# This file is public domain. Originally written 2010, Karl Berry.
# Assumes GNU make.
@@ -227,6 +227,10 @@ derived += $(tex4ht_fonts_mnsymbol_derived)
tex4ht_fonts_mnsymbol_derived = \
$(ht_fonts_devdir)/unicode/MnSymbol/MnSymbolA-Bold10.htf
+derived += $(tex4ht_fonts_minionpro_derived)
+tex4ht_fonts_minionpro_derived = \
+ $(ht_fonts_devdir)/unicode/Minion_Pro/MinionPro-It-lf-l1-ot1.htf
+
derived += $(tex4ht_fonts_stix_derived)
tex4ht_fonts_stix_derived = \
$(ht_fonts_devdir)/unicode/STIX/stix-mathbb.htf
@@ -462,6 +466,9 @@ $(tex4ht_fonts_opensans_derived): tex4ht-fonts-opensans.tex
$(tex4ht_fonts_mnsymbol_derived): tex4ht-fonts-mnsymbol.tex
$(HTTEX) $< ""
+$(tex4ht_fonts_minionpro_derived): tex4ht-fonts-minionpro.tex
+ $(HTTEX) $< ""
+
$(tex4ht_fonts_stix_derived): tex4ht-fonts-stix.tex
$(HTTEX) $< ""
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
index 6f4a6b5cbf7..1de97046468 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 1497 2024-03-31 14:24:29Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1499 2024-04-07 14:55:22Z karl $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2024 TeX Users Group
@@ -32297,11 +32297,9 @@ not necessary in MathML anyway.
\SubSection{index.sty}
\<index.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% index.4ht |version %
-% Copyright (C) |CopyYear.1999. Eitan M. Gurari %
-% Copyright 2024 TeX Users Group
-|<TeX4ht copyright|>
+% index.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.1999. Eitan M. Gurari
+|<TeX4ht copywrite|>
|<index shared|>
\expandafter\ifx \csname @vwritefile\endcsname\relax
|<index 4.01beta|>
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
index c49bd632d32..64e41d75785 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
@@ -1,8 +1,8 @@
-% $Id: tex4ht-html5.tex 1379 2023-10-09 11:56:53Z michal_h21 $
+% $Id: tex4ht-html5.tex 1500 2024-04-09 11:26:35Z michal_h21 $
% compile 3 times: latex tex4ht-moz
% or xhlatex tex4ht-moz "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.
@@ -26,7 +26,7 @@
\<html5\><<<
% html5.4ht (|version), generated from |jobname.tex
-% Copyright 2016-2023 TeX Users Group
+% Copyright 2016-2024 TeX Users Group
|<TeX4ht copywrite|>
>>>
@@ -104,6 +104,14 @@ background of generated images in the dark mode, or line lenght.
img[src^="\jobname"]{filter: invert(1); }
}
}
+
+\Css{
+ body {
+ background-color: Canvas;
+ color: CanvasText;
+ color-scheme: light dark;
+ }
+}
\fi
>>>