index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Text
/
Pandoc
/
Writers
/
LaTeX.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-02
Handle --lhs-out option in HTML, LaTeX, and Markdown writers.
fiddlosopher
1
-5
/
+7
2008-11-11
LaTeX writer: fixed bug with empty table cells.
fiddlosopher
1
-1
/
+1
2008-09-08
Use Data.List's 'intercalate' instead of custom 'joinWithSep'.
fiddlosopher
1
-2
/
+2
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
1
-1
/
+2
2008-08-09
Removed unneeded space after "\\item" in LaTeX and ConTeXt output.
fiddlosopher
1
-1
/
+1
2008-08-04
Added Cite element to definition and writers.
fiddlosopher
1
-0
/
+2
2008-07-31
Compatibility fixes for CPP, Cabal, and haddock:
fiddlosopher
1
-4
/
+4
2008-07-15
More work on smallcaps support.
fiddlosopher
1
-1
/
+2
2008-07-15
Add preliminary support for SmallCaps inline element. (Andrea Rossato)
fiddlosopher
1
-0
/
+1
2008-07-13
Code cleanup in LaTeX writer to eliminate -Wall warnings.
fiddlosopher
1
-7
/
+11
2008-07-11
Treat '\ ' in (extended) markdown as nonbreaking space.
fiddlosopher
1
-0
/
+1
2008-06-08
Use \textsubscr instead of \textsubscript for LaTeX subscript macro.
fiddlosopher
1
-3
/
+3
2008-02-09
Modified writers for new argument place in CodeBlock.
fiddlosopher
1
-1
/
+1
2008-01-16
Removed unnecessary imports.
fiddlosopher
1
-1
/
+1
2008-01-08
Changed copyright dates where appropriate to include 2008.
fiddlosopher
1
-2
/
+2
2007-12-04
Improvements to LaTeX and ConTeXt footnote handling:
fiddlosopher
1
-1
/
+1
2007-11-29
Changed all writers to handle new Math block element.
fiddlosopher
1
-0
/
+1
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
1
-0
/
+318
2007-11-28
Removed Text directory. This is a remnant of an experiment
fiddlosopher
1
-310
/
+0
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-0
/
+310