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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Nov 5 09:43:08 CET 2018


Author: michal_h21
Date: 2018-11-05 10:43:08 +0200 (Mon, 05 Nov 2018)
New Revision: 438

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Use the same keyval namespace as lettrine.sty

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2018-10-26 22:20:45 UTC (rev 437)
+++ trunk/lit/ChangeLog	2018-11-05 08:43:08 UTC (rev 438)
@@ -1,3 +1,9 @@
+2018-11-05  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (lettrine.4ht): use the same keyval namespace as
+	lettrine.sty.
+	https://github.com/michal-h21/tex4ebook/issues/48
+
 2018-10-26  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-ooffice.tex (ooffice.4ht): added support for TocLink option.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2018-10-26 22:20:45 UTC (rev 437)
+++ trunk/lit/tex4ht-4ht.tex	2018-11-05 08:43:08 UTC (rev 438)
@@ -30258,17 +30258,17 @@
 
 \<config lettrine\><<<
 \NewConfigure{lettrine}{7}
-\define at key{LH}{ante}{\def\LH:ante{#1}}%
-\define at key{LH}{findent}{\def\LH:findent{#1}}%
-\define at key{LH}{lhang}{\def\LH:lhang{#1}}%
-\define at key{LH}{lines}{\def\LH:lines{#1}}%
+\define at key{L}{ante}{\def\LH:ante{#1}}%
+\define at key{L}{findent}{\def\LH:findent{#1}}%
+\define at key{L}{lhang}{\def\LH:lhang{#1}}%
+\define at key{L}{lines}{\def\LH:lines{#1}}%
 \def\reset:LH:keys{\let\LH:ante\@empty
     \def\LH:lines{2}%
     \def\LH:lhang{0}%
     \def\LH:findent{0pt}}
 \reset:LH:keys
 %
-\def\@lettrine[#1]#2#3{\setkeys{LH}{#1}%
+\def\@lettrine[#1]#2#3{\setkeys{L}{#1}%
      \def\HlettrineChar{#2}%
      \def\HlettrineString{#3}%
      \a:lettrine



More information about the tex4ht-commits mailing list