summaryrefslogtreecommitdiff
path: root/tests/lhs-test.latex+lhs
Commit message (Collapse)AuthorAge
* latex template: move special treatment of \sout.John MacFarlane2011-01-21
| | | | | | It needs to be inside the if(strikeout) condition, after the ulem package is imported; otherwise we try to renewcommand{\sout} when \sout isn't yet defined.
* Fixed problem with strikout in LaTeX headers with hyperref.John MacFarlane2011-01-19
| | | | | Added a command to the latex template to disable \sout inside pdf strings. Thanks to Joost Kremers for the fix.
* LHS test changes for new wrapping & highlighting-kate version.John MacFarlane2011-01-06
|
* Disabled colored boxes around cites in latex template.Nathan Gass2010-12-13
|
* Added amssymb to default latex template.John MacFarlane2010-07-20
| | | | Resolves github Issue 1.
* 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.
* LaTeX template: always include hyperref package.fiddlosopher2010-01-05
| | | | | | | | | It is used not just for links but for toc, section heading bookmarks, footnotes, etc. Also added unicode=true on hyperref options. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1795 788f1e2b-df1e-0410-8736-df70ead52e1b
* Latex template: only show \author if there are some...fiddlosopher2010-01-02
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1789 788f1e2b-df1e-0410-8736-df70ead52e1b
* Updated lhs tests.fiddlosopher2009-12-31
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1741 788f1e2b-df1e-0410-8736-df70ead52e1b
* Updated test suites: regular paragraph before block quote.fiddlosopher2009-02-14
| | | | | | | | | | Note: rst writer doesn't handle block quote after code block properly. Ideally it would insert an empty comment to reset indentation. But this is not desirable in general before code blocks. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1540 788f1e2b-df1e-0410-8736-df70ead52e1b
* Added tests for lhs writers.fiddlosopher2009-02-07
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1537 788f1e2b-df1e-0410-8736-df70ead52e1b