summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-08-23 03:00:42 +0000
committerNorbert Preining <norbert@preining.info>2022-08-23 03:00:42 +0000
commit0fab672d8f0c2d456fafd111ea77c2123075d653 (patch)
tree455b3e53583e57598ee5bc9c9f587cc23b72a6c7 /support/TeX4ht/source
parent0da533cdc3dbbf007f674c9cf301d0953cbeebd4 (diff)
CTAN sync 202208230300
Diffstat (limited to 'support/TeX4ht/source')
-rw-r--r--support/TeX4ht/source/ChangeLog5
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex3
2 files changed, 7 insertions, 1 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 139a88afad..f2f1543429 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-22 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.4ht (html4.4ht): redefine meaning of \% inside of the
+ \Css command for correct output of percentages to the CSS file.
+
2022-08-17 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-html4.tex (html4.4ht): save title used in titlepage in Koma
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 9f50412082..c41676a986 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1185 2022-08-17 21:04:34Z michal_h21 $
+% $Id: tex4ht-html4.tex 1188 2022-08-22 15:11:36Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -17648,6 +17648,7 @@ sent to the lg file (where else it can be sent?).
\<cascade style sheets\><<<
\def\Css#1{{\def\:temp{\Configure{Needs}}%
+ \let\%\prcnt:ch%
\expandafter\:temp\expandafter{\aa:Css}\Needs{#1}}}
>>>