The branch, tex4htTesting, has been updated.

- Log -----------------------------------------------------------------

commit b06c1d35ae1a1d37a69889df026d370773182698
Merge: d097d41 e7b5374
Author: Prannoy Pilligundla <prannoy.b...@gmail.com>
Date:   Tue May 27 19:18:36 2014 +0530

    Updating the testsreport


commit d097d41f274663735cc5e7ff87049c37fc12c282
Author: Prannoy Pilligundla <prannoy.b...@gmail.com>
Date:   Tue May 27 19:12:35 2014 +0530

    Fixed issues with conversion of tables
    
    Conversion of tables worked fine by adding few lines of code to memoir.4ht 
but it was interfearing with conversion of math. That was due to the 
uninialized macro, \columnlines. This was fixed by adding 
"\let\columnlines\empty" to memoir.4ht

diff --git a/tests/memoir.4ht b/tests/memoir.4ht
index 8660fe4..38eac4d 100644
--- a/tests/memoir.4ht
+++ b/tests/memoir.4ht
@@ -29,11 +29,17 @@
 
 \input book.4ht
 \input verse.4ht
+% Tables Handling
+\input array.4ht
+\input dcolumn.4ht
+\input tabularx.4ht
+\input booktabs.4ht
 \let\rm\empty
 \let\sf\empty
 \let\tt\empty
 \let\bf\empty
 \let\it\empty
+\let\columnlines\empty
 
 \def\@chapter[#1]#2{%
    \gHAdvance\:mpNum by 1

-----------------------------------------------------------------------

Summary of changes:
 tests/memoir.4ht |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Repositories for GSOC work

Reply via email to