summaryrefslogtreecommitdiff
path: root/tests/writer.latex
Commit message (Expand)AuthorAge
* Updated tests for changes in LaTeX template.John MacFarlane2012-06-08
* Updated tests for changes in LaTeX changes.John MacFarlane2012-06-05
* Updated tests for changes in latex template.John MacFarlane2012-06-05
* Updated test suite.John MacFarlane2012-06-03
* LaTeX writer: More consistent interblock spacing.John MacFarlane2012-05-14
* Improved spacing around LaTeX block environments.John MacFarlane2012-04-30
* LaTeX writer: Fixed spacing in quote environments.John MacFarlane2012-04-30
* Updated latex writer tests for new template.John MacFarlane2012-04-28
* LaTeX writer: Use fixltx2e package to provide '\textsubscript'.John MacFarlane2012-04-21
* LaTeX writer: don't use eurosym package unless document has a €.John MacFarlane2012-04-03
* Added PDF metadata (title,author) in LaTeX standalone + PDF output.John MacFarlane2012-03-25
* Updated tests for euro-related template changes.John MacFarlane2012-03-07
* Fixed LaTeX writer tests for last patch.John MacFarlane2012-03-03
* Updated latex tests.John MacFarlane2011-12-30
* Added 'beamer' as an output format.John MacFarlane2011-12-29
* Changes to tests for new latex templates.John MacFarlane2011-07-30
* Use different hyperref options for xetex.John MacFarlane2011-07-23
* LaTeX writer: New template.John MacFarlane2011-07-23
* Updated tests for new latex templates.John MacFarlane2011-07-22
* LaTeX writer: Use \texttt and escapes instead of \verb!..!.John MacFarlane2011-07-22
* LaTeX reader & writer: Use \and to separate authors.John MacFarlane2011-07-21
* LaTeX writer: make verbatim environments flush to avoid extra space.John MacFarlane2011-07-19
* LaTeX writer: Changed figure defaults to htbp.John MacFarlane2011-02-11
* Distinguish latex & context environments; blank line after in writers.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* latex template: move special treatment of \sout.John MacFarlane2011-01-21
* Fixed problem with strikout in LaTeX headers with hyperref.John MacFarlane2011-01-19
* LaTeX writer: Escape strings in \href{..}.John MacFarlane2011-01-14
* LaTeX writer: Modified to use Pretty.John MacFarlane2010-12-19
* LaTeX writer: Use \paragraph, \subparagraph for level 4,5 headers.John MacFarlane2010-12-18
* Disabled colored boxes around cites in latex template.Nathan Gass2010-12-13
* LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane2010-10-24
* Added amssymb to default latex template.John MacFarlane2010-07-20
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Give LaTeX images a maximum width using the prelude onlyMax Bolingbroke2010-04-10
* Revert "LaTeX writer: Add unique labels to figures."fiddlosopher2010-03-17
* LaTeX writer: Add unique labels to figures.fiddlosopher2010-03-16
* LaTeX writer: support figures with captions.fiddlosopher2010-03-16
* LaTeX template: redefine labelwidth when using enumerate package.fiddlosopher2010-03-01
* LaTeX template: always include hyperref package.fiddlosopher2010-01-05
* LaTeX writer: Only require listings package if needed.fiddlosopher2009-12-31
* Updated latex writer tests to conform to recent changes.fiddlosopher2009-12-31
* Fixed spacing in latex, context templates.fiddlosopher2009-12-31
* Add legacy-header to LaTeX template.fiddlosopher2009-12-31
* Revised LaTeX writer to use templates.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Added new listings include to LaTeX writer test.fiddlosopher2008-12-17
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher2008-08-09
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15