summaryrefslogtreecommitdiff
path: root/Master
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
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')
-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
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html5.4ht36
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/index.4ht8
6 files changed, 74 insertions, 19 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
>>>
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html5.4ht b/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
index 1476410cde5..6531071340a 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
@@ -1,5 +1,5 @@
-% html5.4ht (2023-10-09-13:31), generated from tex4ht-html5.tex
-% Copyright 2016-2023 TeX Users Group
+% html5.4ht (2024-04-09-09:36), generated from tex4ht-html5.tex
+% Copyright 2016-2024 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -16,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2023-10-09-13:31}
+\immediate\write-1{version 2024-04-09-09:36}
\exit:ifnot{amsart,%
amsbook,%
@@ -96,6 +96,14 @@ tex4ht}
img[src^="\jobname"]{filter: invert(1); }
}
}
+
+\Css{
+ body {
+ background-color: Canvas;
+ color: CanvasText;
+ color-scheme: light dark;
+ }
+}
\fi
\def\Declare:Language#1#2{%
\expandafter\gdef\csname rfclang#1\endcsname{#2}%
@@ -398,7 +406,6 @@ tex4ht}
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{amsart}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -653,6 +660,8 @@ tex4ht}
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{memoir}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -780,6 +789,15 @@ tex4ht}
+
+
+
+
+
+
+
+
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{scrbook}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -827,6 +845,7 @@ tex4ht}
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{scrartcl}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -874,7 +893,6 @@ tex4ht}
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{scrreprt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1197,5 +1215,13 @@ tex4ht}
+
+
+
+
+
+
+
+
\endinput
diff --git a/Master/texmf-dist/tex/generic/tex4ht/index.4ht b/Master/texmf-dist/tex/generic/tex4ht/index.4ht
index 21845fecc8c..1e6c2bc82b4 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/index.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/index.4ht
@@ -1,7 +1,5 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% index.4ht 2024-03-31-13:42 %
-% Copyright (C) 1999-2009 Eitan M. Gurari %
-% Copyright 2024 TeX Users Group
+% index.4ht (2024-04-07-07:55), generated from tex4ht-4ht.tex
+% Copyright 1999-2009 Eitan M. Gurari
% Copyright 2009-2024 TeX Users Group
%
% This work may be distributed and/or modified under the
@@ -19,6 +17,8 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2024-04-07-07:55}
+
\ifx \a:makeindex\:UnDef
\NewConfigure{makeindex}{1} \Configure{makeindex}{}
\fi