index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
writer.latex
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-11
LaTeX writer: Changed figure defaults to htbp.
John MacFarlane
1
-1
/
+1
2011-01-26
Distinguish latex & context environments; blank line after in writers.
John MacFarlane
1
-0
/
+1
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-1
/
+0
2011-01-21
latex template: move special treatment of \sout.
John MacFarlane
1
-2
/
+2
2011-01-19
Fixed problem with strikout in LaTeX headers with hyperref.
John MacFarlane
1
-0
/
+2
2011-01-14
LaTeX writer: Escape strings in \href{..}.
John MacFarlane
1
-5
/
+5
2010-12-19
LaTeX writer: Modified to use Pretty.
John MacFarlane
1
-72
/
+35
2010-12-18
LaTeX writer: Use \paragraph, \subparagraph for level 4,5 headers.
John MacFarlane
1
-2
/
+2
2010-12-13
Disabled colored boxes around cites in latex template.
Nathan Gass
1
-1
/
+1
2010-10-24
LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.
John MacFarlane
1
-6
/
+6
2010-07-20
Added amssymb to default latex template.
John MacFarlane
1
-1
/
+1
2010-07-20
Made spacing at end of output more consistent.
John MacFarlane
1
-1
/
+0
2010-04-10
Give LaTeX images a maximum width using the prelude only
Max Bolingbroke
1
-0
/
+9
2010-03-17
Revert "LaTeX writer: Add unique labels to figures."
fiddlosopher
1
-1
/
+1
2010-03-16
LaTeX writer: Add unique labels to figures.
fiddlosopher
1
-1
/
+1
2010-03-16
LaTeX writer: support figures with captions.
fiddlosopher
1
-0
/
+4
2010-03-01
LaTeX template: redefine labelwidth when using enumerate package.
fiddlosopher
1
-0
/
+6
2010-01-05
LaTeX template: always include hyperref package.
fiddlosopher
1
-3
/
+3
2009-12-31
LaTeX writer: Only require listings package if needed.
fiddlosopher
1
-2
/
+0
2009-12-31
Updated latex writer tests to conform to recent changes.
fiddlosopher
1
-12
/
+3
2009-12-31
Fixed spacing in latex, context templates.
fiddlosopher
1
-1
/
+0
2009-12-31
Add legacy-header to LaTeX template.
fiddlosopher
1
-4
/
+9
2009-12-31
Revised LaTeX writer to use templates.
fiddlosopher
1
-8
/
+14
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
1
-0
/
+47
2008-12-17
Added new listings include to LaTeX writer test.
fiddlosopher
1
-0
/
+2
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
1
-3
/
+2
2008-08-09
Rewrote test suite so it doesn't depend on perl or unix tools.
fiddlosopher
1
-89
/
+89
2008-07-15
Fixed bug in Markdown parser: regular $s triggering math mode.
fiddlosopher
1
-0
/
+2
2008-07-11
In smart mode, use nonbreaking spaces after abbreviations in markdown parser.
fiddlosopher
1
-1
/
+1
2008-07-11
Treat '\ ' in (extended) markdown as nonbreaking space.
fiddlosopher
1
-2
/
+2
2008-06-08
Use \textsubscr instead of \textsubscript for LaTeX subscript macro.
fiddlosopher
1
-3
/
+3
2008-06-08
Markdown smart typography: Em dashes no longer eat surrounding whitespace.
fiddlosopher
1
-1
/
+1
2008-03-09
Added amsmath package to default LaTeX header. Resolves Issue #48.
fiddlosopher
1
-0
/
+1
2007-12-08
Removed support for "box-style" block quotes in markdown.
fiddlosopher
1
-29
/
+0
2007-12-04
Adjusted test suite for footnote changes in LaTeX and ConTeXt writers.
fiddlosopher
1
-5
/
+5
2007-11-17
Adjusted formatting of LaTeX and ConTeXt footnotes:
fiddlosopher
1
-5
/
+5
2007-11-15
Updated tests for changes in LaTeX and ConTeXt writers.
fiddlosopher
1
-7
/
+4
2007-11-01
Cleaned up LaTeX footnotes:
fiddlosopher
1
-13
/
+13
2007-08-30
Removed extra blank lines at end of LaTeX writer tests.
fiddlosopher
1
-1
/
+0
2007-08-30
Modified latex writer tests for new latex writer using prettyprinter.
fiddlosopher
1
-153
/
+282
2007-08-29
Fixed bug in LaTeX writer: autolinks would not cause
fiddlosopher
1
-0
/
+1
2007-08-25
Fixed bug in LaTeX writer. When a footnote ends with a Verbatim
fiddlosopher
1
-4
/
+9
2007-08-23
Added new rule for enhanced markdown ordered lists: if the list marker
fiddlosopher
1
-0
/
+2
2007-08-18
+ Fixed bug in markdown ordered list parsing. The problem was
fiddlosopher
1
-0
/
+4
2007-08-08
Major change in the way ordered lists are handled:
fiddlosopher
1
-11
/
+56
2007-08-03
Use \url{} for autolinks in LaTeX writer.
fiddlosopher
1
-3
/
+3
2007-07-28
Brought test suite up to date.
fiddlosopher
1
-11
/
+11
2007-07-28
LaTeX writer tests updated,
fiddlosopher
1
-8
/
+9
2007-07-27
Use ` as default character for \verb in LaTeX output.
fiddlosopher
1
-6
/
+6
2007-07-26
Fixes in LaTeX writer:
fiddlosopher
1
-3
/
+2
[next]