Follow-up Comment #2, bug #189 (project tex4ht):

The code submitted to fix this issue generates a 'font-size:70' for
sup.french, which is obviously quite large…

Escaping the '%' sign fixes this issue:

--- html4.4ht   2014-02-19 14:10:25.634970719 +0100
+++ html4.4ht.new       2014-02-19 14:10:41.518970055 +0100
@@ -30066,7 +30066,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}


    _______________________________________________________

Reply to this item at:

  <http://puszcza.gnu.org.ua/bugs/?189>

_______________________________________________
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/


Reply via email to