summaryrefslogtreecommitdiff
path: root/tests/lhs-test.latex
Commit message (Collapse)AuthorAge
* Updated tests for c8bc70a6bb12e0fbfadadb9480efafb3be4f11a5.John MacFarlane2014-06-01
|
* Updated tests for template changes.John MacFarlane2014-05-06
|
* Revised tests for new latex template.John MacFarlane2014-02-20
|
* Use registerHeader in RST and LaTeX readers.John MacFarlane2013-09-01
| | | | | This will give automatic unique identifiers, unless `-auto_identifiers` is specified.
* Test suite changes for new highlighting-kate version.John MacFarlane2013-07-23
|
* Stop escaping `|` in LaTeX math.John MacFarlane2013-06-26
| | | | This caused problems with array environments. Closes #891.
* Some test suite fixes for new metadata.John MacFarlane2013-06-25
|
* Use latest highlighting-kate and texmath.John MacFarlane2013-05-07
| | | | Closes #849.
* Updated tests for changes in LaTeX template.John MacFarlane2013-04-26
|
* Updated tests for latex template change (microtype).John MacFarlane2013-02-27
|
* RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane2013-01-26
| | | | | Closes #721. Also fixed whitespace in lhs tests.
* LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.John MacFarlane2013-01-21
|
* LaTeX test updates for latest changes to template & h-k.John MacFarlane2013-01-19
|
* Updated lhs-test.latex for new highlighting-kate treatment of `.John MacFarlane2012-10-20
|
* 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
| | | | verbatim, itemize, description, enumerate.
* LaTeX writer: Fixed spacing in quote environments.John MacFarlane2012-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #502. Previously you'd get: ~~~ hi \begin{quote} hi \end{quote} hi ~~~ Now we get: ~~~ hi \begin{quote} hi \end{quote} hi ~~~
* 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
| | | | Closes #459.
* Updated tests for euro-related template changes.John MacFarlane2012-03-07
|
* Updated latex tests.John MacFarlane2011-12-30
|
* Added 'beamer' as an output format.John MacFarlane2011-12-29
| | | | | | | | | Beamer output uses the default LaTeX template, with some customizations via variables. Added `writerBeamer` to `WriterOptions`. Added `--beamer` option to `markdown2pdf`.
* Updated tests.John MacFarlane2011-12-27
|
* Changes to tests for new latex templates.John MacFarlane2011-07-30
|
* Use different hyperref options for xetex.John MacFarlane2011-07-23
| | | | | This fixes problems with unicode bookmarks on xetex. Thanks to CircleCode.
* Updated tests for new latex templates.John MacFarlane2011-07-22
|
* LaTeX writer: Use \texttt and escapes instead of \verb!..!.John MacFarlane2011-07-22
| | | | | \verb is simply too fragile; it doesn't work inside command arguments.
* 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
* LaTeX writer: Only require listings package if needed.fiddlosopher2009-12-31
| | | | | | That is, if literate Haskell code is used. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1759 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