aboutsummaryrefslogtreecommitdiff
path: root/tests/latex-reader.latex
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Updated tests for image attribute changes.John MacFarlane1-27/+0
2015-03-30Latex Reader: More tests for corner casesNikolay Yakimov1-0/+4
2015-03-30Latex Reader: Test for para starting with latex macroNikolay Yakimov1-0/+4
2015-03-30LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov1-0/+19
2013-01-20Fixed bug with escaped % in LaTeX reader.John MacFarlane1-0/+4
Also added tests. Closes #710.
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-1/+1
2012-09-06LaTeX reader: Support obeylines environment.John MacFarlane1-0/+5
Closes #604.
2012-03-19Added test for one column table in LaTeX.John MacFarlane1-0/+7
2011-07-21LaTeX reader & writer: Use \and to separate authors.John MacFarlane1-1/+1
Closes #279.
2011-01-21latex template: move special treatment of \sout.John MacFarlane1-1/+1
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.
2011-01-19Fixed problem with strikout in LaTeX headers with hyperref.John MacFarlane1-0/+2
Added a command to the latex template to disable \sout inside pdf strings. Thanks to Joost Kremers for the fix.
2011-01-06LaTeX reader: allow spaces btw \\begin or \\end and {.John MacFarlane1-1/+1
2010-03-14LaTeX reader: Ignore alt title in section headers.fiddlosopher1-1/+1
Partially resolves Issue #202. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1886 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-05LaTeX template: always include hyperref package.fiddlosopher1-1/+1
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
2007-09-01Added separate latex reader and native reader tests;fiddlosopher1-0/+830
removed round-trip tests. git-svn-id: https://pandoc.googlecode.com/svn/trunk@986 788f1e2b-df1e-0410-8736-df70ead52e1b