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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Jun 15 17:24:47 CEST 2016


Author: michal_h21
Date: 2016-06-15 18:24:47 +0300 (Wed, 15 Jun 2016)
New Revision: 174

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-html4.tex
Log:
Fixed indentation and line number alignment for algorithmic package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2016-06-15 13:54:03 UTC (rev 173)
+++ trunk/lit/ChangeLog	2016-06-15 15:24:47 UTC (rev 174)
@@ -1,5 +1,11 @@
 2016-06-15  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-html4.tex: Fixed configurations for algorithmic package -
+	indentation and line number align
+	<https://puszcza.gnu.org.ua/bugs/index.php?314>
+
+2016-06-15  Michal Hoftich  <michal.h21 at gmail.com>
+
 	* tex4ht-4ht.tex,
 	* tex4ht-misc.tex: move definitions for lettrine to tex4ht-4ht.tex
 	* Makefile: don't compile tex4ht-misc.tex, it causes overwritting of

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2016-06-15 13:54:03 UTC (rev 173)
+++ trunk/lit/Makefile	2016-06-15 15:24:47 UTC (rev 174)
@@ -19,7 +19,7 @@
   geometry.4ht graphicx.4ht hyperref.4ht listings.4ht \
   memoir.4ht multicol.4ht quoting.4ht reading.4ht \
   scrartcl.4ht scrbook.4ht scrreprt.4ht spanish.4ht subscript.4ht \
-  titlesec.4ht tocloft.4ht wrapfig.4ht usepackage.4ht
+  titlesec.4ht tocloft.4ht wrapfig.4ht usepackage.4ht algorithmic.4ht
 # and many, many more.
 
 derived += $(tex4ht_bibtex2_derived)

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2016-06-15 13:54:03 UTC (rev 173)
+++ trunk/lit/tex4ht-html4.tex	2016-06-15 15:24:47 UTC (rev 174)
@@ -15349,9 +15349,11 @@
    {\egroup \ifvmode \IgnorePar\fi \HCode{</div>}}
    {}{}
 \Configure{ALCitem}
-   {\HCode{\ifnum \c at ALC@line>1 <br />\fi <span class="ALCitem">}}
-   {\HCode{</span><span style="width:\the\ALC at tlm ;"> </span>}}
-\Css{.ALCitem {width:2em; text-align:right;}}
+   {\NoFonts\HCode{\ifnum \c at ALC@line>1 <br />\fi <span class="ALCitem">}}
+   {\HCode{</span><span class="ALIndent" style="width:\the\ALC at tlm ;"> </span>}\EndNoFonts}
+\Css{.ALCitem {width:2em; text-align:right;display:inline-block;font-size:0.8em;}}
+\Css{.ALIndent{display:inline-block;}}
+
 >>>
 
 



More information about the tex4ht-commits mailing list