[tex4ht-commits] [SCM] tex4ht updated: r649 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Dec 30 11:34:55 CET 2019


Author: michal_h21
Date: 2019-12-30 12:34:55 +0200 (Mon, 30 Dec 2019)
New Revision: 649

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Limit font size in ext classes

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-12-29 21:25:47 UTC (rev 648)
+++ trunk/lit/ChangeLog	2019-12-30 10:34:55 UTC (rev 649)
@@ -1,3 +1,9 @@
+2019-12-30 Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (extarticle.4ht, extbook.4ht, extletter.4ht): disable huge font size in the document. It
+	led to huge text resulting from HTF fonts.
+	https://tex.stackexchange.com/q/522173/2891
+
 2019-12-29 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (amsmath.4ht),

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2019-12-29 21:25:47 UTC (rev 648)
+++ trunk/lit/tex4ht-4ht.tex	2019-12-30 10:34:55 UTC (rev 649)
@@ -17902,7 +17902,7 @@
 >>>        \AddFile{9}{extarticle} 
  
 \<extarticle cfg\><<< 
- 
+|<common extcls cfg|>
 >>> 
 
 \<extbook.4ht\><<< 
@@ -17916,7 +17916,7 @@
 >>>        \AddFile{9}{extbook} 
  
 \<extbook cfg\><<< 
- 
+|<common extcls cfg|>
 >>> 
 
 \<extletter.4ht\><<< 
@@ -17930,9 +17930,16 @@
 >>>        \AddFile{9}{extletter} 
  
 \<extletter cfg\><<< 
- 
+|<common extcls cfg|>
 >>> 
 
+\<common extcls cfg\><<<
+\ifnum\@ptsize>12\relax
+\renewcommand\@ptsize{10}
+\input{size\@ptsize.clo}
+\fi
+>>>
+
 \<extproc.4ht\><<< 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
 % extproc.4ht                          |version % 



More information about the tex4ht-commits mailing list