PiRSquared17 / wiki2latex

Automatically exported from code.google.com/p/wiki2latex
0 stars 0 forks source link

[PATCH] Tables: auto-format and newline handling #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problems?
1. When no latexfmt was specified, table would come out unformatted.
2. Newlines in a tablecell where handled incorrectly

Included patch tries to resolve both issues. I have tested it on a few
examples, which worked correctly. Could use some more testing though (maybe
you have a standard test-set?).
1. If latexfmt is specified, that one is used, else oen is generated with
the maximum number of columns found in one row.
2. Changed the \arraybackslash option and the end-of-table-row code to fix
in-cell newline handling.

Diffed against r141.

Original issue reported on code.google.com by hendrik@van-antwerpen.net on 22 Nov 2008 at 2:30

Attachments:

GoogleCodeExporter commented 9 years ago
Your patch has been committed. Thank you very much for your contribution.

Original comment by hansgeorg.kluge@gmail.com on 28 Nov 2008 at 7:06

GoogleCodeExporter commented 9 years ago

Original comment by hansgeorg.kluge@gmail.com on 28 Nov 2008 at 7:35