[tex4ht-commits] [SCM] tex4ht updated: r147 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Sun Apr 19 19:26:07 CEST 2015
Author: karl
Date: 2015-04-19 20:26:07 +0300 (Sun, 19 Apr 2015)
New Revision: 147
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-4ht.tex
Log:
handle basic tables in memoir, https://puszcza.gnu.org.ua/bugs/?249
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2015-04-01 23:22:33 UTC (rev 146)
+++ trunk/lit/ChangeLog 2015-04-19 17:26:07 UTC (rev 147)
@@ -1,3 +1,10 @@
+2015-04-14 Michal Hoftich <michal.h21 at gmail.com>
+
+ * Makefile (tex4ht_4ht_derived): add memoir.4ht.
+ * tex4ht-4ht.tex: improve array and tabular support for memoir;
+ input array,dcolumn,tabularx,booktabs.4ht, disable \columnlines.
+ http://puszcza.gnu.org.ua/bugs/?249
+
2015-04-01 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-ooffice.tex: configure wrapfig to avoid spurious \par.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2015-04-01 23:22:33 UTC (rev 146)
+++ trunk/lit/Makefile 2015-04-19 17:26:07 UTC (rev 147)
@@ -15,7 +15,7 @@
derived += $(tex4ht_4ht_derived)
tex4ht_4ht_derived = \
- book.4ht listings.4ht multicol.4ht quoting.4ht \
+ book.4ht listings.4ht memoir.4ht multicol.4ht quoting.4ht \
scrartcl.4ht scrbook.4ht scrreprt.4ht \
spanish.4ht \
titlesec.4ht tocloft.4ht wrapfig.4ht
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2015-04-01 23:22:33 UTC (rev 146)
+++ trunk/lit/tex4ht-4ht.tex 2015-04-19 17:26:07 UTC (rev 147)
@@ -12275,7 +12275,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\Link[http://ctan.tug.org/ctan/tex-archive/macros/latex/base/ltoutput.dtx]{}{}ltoutput.dtx\EndLink
+\Link[http://mirror.ctan.org/macros/latex/base/ltoutput.dtx]{}{}ltoutput.dtx\EndLink
\SubSection{Head and Foot Lines}
@@ -14905,12 +14905,18 @@
\<memoir.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% memoir.4ht |version %
-% Copyright (C) |CopyYear.2003. Eitan M. Gurari %
+% memoir.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2003. Eitan M. Gurari
|<TeX4ht copyright|>
\input book.4ht
\input verse.4ht
+% Table handling:
+\input array.4ht
+\input dcolumn.4ht
+\input tabularx.4ht
+\input booktabs.4ht
+\let\columnlines\empty
+
|<memoir cfg|>
\ifx \memgobble\:UnDef
|<memoir pre 2008|>
More information about the tex4ht-commits
mailing list