summaryrefslogtreecommitdiff
path: root/tests/tables.latex
Commit message (Collapse)AuthorAge
* Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04
| | | | [ci skip]
* Scale LaTeX tables so they don't exceed columnwidth.John MacFarlane2013-08-19
|
* Updated latex table tests.John MacFarlane2013-01-28
|
* Updated table tests for latex writer changes.John MacFarlane2013-01-05
|
* LaTeX writer: Don't use \endhead with longtable.John MacFarlane2012-09-15
| | | | | It causes the heading to be a different size form the body, sometimes.
* Revised latex writer tests to use longtable.John MacFarlane2012-09-15
|
* LaTeX writer: More consistent interblock spacing.John MacFarlane2012-05-14
|
* Use {} around ctable caption. Closes #445.John MacFarlane2012-03-12
|
* Improved LaTeX tables.John MacFarlane2011-07-10
| | | | | | | * Use ctable package, which allows footnotes and provides additional options. * Made cell alignments work in multiline tables. * Closes #272.
* LateX writer: In nonsimple tables, put cells in \parbox.John MacFarlane2011-01-14
| | | | | | | Otherwise we can get problems with linebreaks, and cell spacing isn't right. Thanks to Jef Allbright for pointing out the problem.
* pandoc: Add newline to output unless standalone.John MacFarlane2011-01-06
| | | | | | | This avoids output that does not end with a newline, which is inconvenient when working with many tools. Updated tests accordingly.
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
| | | | | | | | | | | | Previously some of the writers added spurious whitespace. This has been removed, resolving Issue #232. NOTE: If your application combines pandoc's output with other text, for example in a template, you may need to add spacing. For example, a pandoc-generated markdown file will not have a blank line after the final block element. If you are inserting it into another markdown file, you will need to make sure there is a blank line between it and the next block element.
* Updated latex and html table tests for new test case.fiddlosopher2010-03-07
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1866 788f1e2b-df1e-0410-8736-df70ead52e1b
* Added test for headerless table.fiddlosopher2010-03-07
| | | | | | Updated test cases for latex and html. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1862 788f1e2b-df1e-0410-8736-df70ead52e1b
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
| | | | | | | | | | | | | | | * Markdown reader: simple tables are now given column widths of 0. * Column width of 0 is interpreted as meaning: use default column width. * Writers now include explicit column width information only for multiline tables. (Exception: RTF writer, which requires column widths. In this case, columns are given equal widths, adding up to the text width.) * Simple tables should now look better in most output formats. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1631 788f1e2b-df1e-0410-8736-df70ead52e1b
* Removed extra blank lines at end of LaTeX writer tests.fiddlosopher2007-08-30
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@966 788f1e2b-df1e-0410-8736-df70ead52e1b
* Brought test suite up to date.fiddlosopher2007-07-28
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@828 788f1e2b-df1e-0410-8736-df70ead52e1b
* LaTeX writer tests updated,fiddlosopher2007-07-28
| | | | | | | | | + for new handling of verbatim environments + for change from textwidth to columnwidth in table output (so that tables look right in columnar output) git-svn-id: https://pandoc.googlecode.com/svn/trunk@811 788f1e2b-df1e-0410-8736-df70ead52e1b
* + Cleaned up runtests.pl. Incorporated table tests in loop withfiddlosopher2007-07-09
main writer tests. + Renamed tables.tex to tables.latex, tables.db to tables.docbook, for consistency with the writer tests. git-svn-id: https://pandoc.googlecode.com/svn/trunk@661 788f1e2b-df1e-0410-8736-df70ead52e1b