texlive[70911] Master/texmf-dist: dark mode fg/bg, tex4ht r1500

commits+karl at tug.org commits+karl at tug.org
Thu Apr 11 00:07:21 CEST 2024


Revision: 70911
          https://tug.org/svn/texlive?view=revision&revision=70911
Author:   karl
Date:     2024-04-11 00:07:21 +0200 (Thu, 11 Apr 2024)
Log Message:
-----------
dark mode fg/bg, tex4ht r1500

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1500

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/Makefile
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
    trunk/Master/texmf-dist/tex/generic/tex4ht/index.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-04-10 20:48:42 UTC (rev 70910)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-04-10 22:07:21 UTC (rev 70911)
@@ -1,3 +1,19 @@
+2024-04-09  Michal Hoftich  <michal.h21 at 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 at freefriends.org>
+
+	* tex4ht-4ht.tex (index.4ht): |<TeX4ht copywrite|> to get version.
+
+2024-04-04  Michal Hoftich  <michal.h21 at 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 at gmail.com>
 
 	* tex4ht-4ht.tex (index.4ht): fixed clash between Imakeidx and Index

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/Makefile	2024-04-10 20:48:42 UTC (rev 70910)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/Makefile	2024-04-10 22:07:21 UTC (rev 70911)
@@ -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 @@
 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_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) $< ""
 

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-04-10 20:48:42 UTC (rev 70910)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-4ht.tex	2024-04-10 22:07:21 UTC (rev 70911)
@@ -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 @@
 \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|>

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex	2024-04-10 20:48:42 UTC (rev 70910)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-html5.tex	2024-04-10 22:07:21 UTC (rev 70911)
@@ -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 @@
     img[src^="\jobname"]{filter: invert(1); }
   }
 }
+
+\Css{
+  body {
+    background-color: Canvas;
+    color: CanvasText;
+    color-scheme: light dark;
+  }
+} 
 \fi
 >>>
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/html5.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/html5.4ht	2024-04-10 20:48:42 UTC (rev 70910)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/html5.4ht	2024-04-10 22:07:21 UTC (rev 70911)
@@ -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 @@
     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 @@
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{amsart}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -653,6 +660,8 @@
 
 
 
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{memoir}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -780,6 +789,15 @@
 
 
 
+
+
+
+
+
+
+
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{scrbook}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -827,6 +845,7 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{scrartcl}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -874,7 +893,6 @@
 \endinput\empty\empty\empty\empty\empty\empty
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                 \ConfigureHinput{scrreprt}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -971,6 +989,14 @@
 
 
 
+
+
+
+
+
+
+
+
 
 
 

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/index.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/index.4ht	2024-04-10 20:48:42 UTC (rev 70910)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/index.4ht	2024-04-10 22:07:21 UTC (rev 70911)
@@ -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



More information about the tex-live-commits mailing list.