[tex4ht-commits] [SCM] tex4ht updated: r120 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Sat Feb 22 00:55:10 CET 2014
Author: karl
Date: 2014-02-22 01:55:10 +0200 (Sat, 22 Feb 2014)
New Revision: 120
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
\% not % in tex4ht css
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2014-02-10 19:25:21 UTC (rev 119)
+++ trunk/lit/ChangeLog 2014-02-21 23:55:10 UTC (rev 120)
@@ -1,7 +1,14 @@
+2014-02-21 Karl Berry <karl at gnu.org>
+
+ * tex4ht-html4.tex (font-size): need \%, not %, for the 70%.
+ Found by Raphael Pinson, http://puszcza.gnu.org.ua/bugs/?189.
+
2014-02-10 Karl Berry <karl at gnu.org>
* tex4ht-env.tex: use gs instead of convert for making bitmaps
- (from dick, + notes)
+ (from dick, + notes).
+
+ * tex4ht-env.tex: use %%~ or ~ instead of hardwired gurari dir.
2013-10-07 Karl Berry <karl at gnu.org>
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2014-02-10 19:25:21 UTC (rev 119)
+++ trunk/lit/tex4ht-html4.tex 2014-02-21 23:55:10 UTC (rev 120)
@@ -4,7 +4,7 @@
% Copy html4.4ht into the work directory before each of the
% first two compilations
%
-% Copyright (C) 2009-2010 TeX Users Group
+% Copyright (C) 2009-2010, 2014 TeX Users Group
% Copyright (C) 1996-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -17428,7 +17428,7 @@
\Configure{frenchup}{\HCode{<sup class="french">}}{\HCode{</sup>}}
\Css{sup.french{
vertical-align:super;
-font-size:70%;
+font-size:70\%;
}}
\renewcommand\fup[1]{\a:frenchup#1\b:frenchup}
>>>
More information about the tex4ht-commits
mailing list