summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-08-22 21:13:46 +0000
committerKarl Berry <karl@freefriends.org>2022-08-22 21:13:46 +0000
commit7754712818064ff1f642a248ab9817ef4e2d7a90 (patch)
tree907611a5fd5fc3163983b161245cb5fdefc1504c /Master/texmf-dist/source
parent9512ee188f093d3f12646f92bac5126168b3410e (diff)
\% inside \Css, tex4ht r1188
git-svn-id: svn://tug.org/texlive/trunk@64167 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog5
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex3
2 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 139a88afada..f2f15434294 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 9f504120829..c41676a9869 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/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}}}
>>>