[tex4ht-commits] [SCM] tex4ht updated: r175 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Jun 16 14:13:29 CEST 2016
Author: michal_h21
Date: 2016-06-16 15:13:29 +0300 (Thu, 16 Jun 2016)
New Revision: 175
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Removed spurious \aftergroup from listings configuration
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2016-06-15 15:24:47 UTC (rev 174)
+++ trunk/lit/ChangeLog 2016-06-16 12:13:29 UTC (rev 175)
@@ -1,3 +1,7 @@
+2016-06-16 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex: Fixed lstinline configuration - spurious \aftergroup
+
2016-06-15 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex: Fixed configurations for algorithmic package -
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2016-06-15 15:24:47 UTC (rev 174)
+++ trunk/lit/tex4ht-4ht.tex 2016-06-16 12:13:29 UTC (rev 175)
@@ -27724,7 +27724,7 @@
\<listings sty\><<<
\lst at AddToHook{TextStyle}{%
\Configure{listings}{}{}{}{}%
- \a:lstinline \bgroup \aftergroup\b:lstinline\aftergroup\egroup
+ \a:lstinline \bgroup \aftergroup\b:lstinline\egroup
}
\NewConfigure{lstinline}{2}
>>>
More information about the tex4ht-commits
mailing list