index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
LaTeX.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-15
Improved footnote handling in LaTeX writer:
fiddlosopher
1
-8
/
+16
2007-11-03
Reverted back to state as of r1062. The template haskell changes
fiddlosopher
1
-0
/
+310
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-310
/
+0
2007-11-01
Cleaned up LaTeX footnotes:
fiddlosopher
1
-5
/
+6
2007-08-30
Rewrote LaTeX writer to use the prettyprinting library,
fiddlosopher
1
-104
/
+130
2007-08-29
Fixed bug in LaTeX writer: autolinks would not cause
fiddlosopher
1
-5
/
+5
2007-08-25
Fixed bug in LaTeX writer. When a footnote ends with a Verbatim
fiddlosopher
1
-1
/
+3
2007-08-15
Major code cleanup in all modules. (Removed unneeded imports,
fiddlosopher
1
-24
/
+21
2007-08-08
Major change in the way ordered lists are handled:
fiddlosopher
1
-4
/
+20
2007-08-03
Use \url{} for autolinks in LaTeX writer.
fiddlosopher
1
-2
/
+5
2007-07-28
LaTeX writer:
fiddlosopher
1
-12
/
+14
2007-07-28
LaTeX writer: include fancyvrb and \VerbatimFootnotes
fiddlosopher
1
-4
/
+4
2007-07-28
Make URLs and emails in autolinks appear as Code.
fiddlosopher
1
-1
/
+1
2007-07-28
Reinstated dependence on fancyvrb. It is compatible with examplep.
fiddlosopher
1
-9
/
+24
2007-07-28
Changed LaTeX writer to use the examplep package instead
fiddlosopher
1
-17
/
+15
2007-07-27
Use ` as default character for \verb in LaTeX output.
fiddlosopher
1
-1
/
+1
2007-07-26
Include empty \author{} in LaTeX preamble if no
fiddlosopher
1
-4
/
+2
2007-07-26
Fixes in LaTeX writer:
fiddlosopher
1
-5
/
+5
2007-07-23
LaTeX writer: Make sure \VerbatimFootnotes goes after the
fiddlosopher
1
-8
/
+10
2007-07-22
Cleaned up character escaping in LaTeX writer.
fiddlosopher
1
-15
/
+8
2007-07-22
+ Added support for superscript, subscript, and
fiddlosopher
1
-132
/
+177
2007-07-15
Removed an unused function in LaTeX writer.
fiddlosopher
1
-2
/
+0
2007-07-14
Simplified special character escaping code in LaTeX writer.
fiddlosopher
1
-12
/
+18
2007-07-14
Small comment fix in LaTeX writer.
fiddlosopher
1
-1
/
+1
2007-07-08
LaTeX writer:
fiddlosopher
1
-6
/
+11
2007-07-07
Adjusted copyright notices to 2006-7; use
fiddlosopher
1
-3
/
+3
2007-04-21
Support for definition lists in LaTeX writer.
fiddlosopher
1
-1
/
+6
2007-04-10
Extensive changes stemming from a rethinking of the Pandoc data
fiddlosopher
1
-76
/
+57
2007-03-17
Removed Blank block element as unnecessary.
fiddlosopher
1
-1
/
+0
2007-01-24
More smart quote bug fixes:
fiddlosopher
1
-2
/
+11
2007-01-22
+ Added a 'substitute' function to Shared.hs. This is a generic
fiddlosopher
1
-6
/
+6
2007-01-15
Added support for tables in markdown reader and in LaTeX,
fiddlosopher
1
-0
/
+33
2007-01-06
Merged changes from 'quotes' branch since r431. Smart typography
fiddlosopher
1
-32
/
+11
2006-12-30
Merged 'strict' branch from r324. This adds a '--strict'
fiddlosopher
1
-4
/
+0
2006-12-20
Added license text to top of source files.
fiddlosopher
1
-0
/
+18
2006-12-20
Changed 'stability' from 'provisional' to 'alpha'.
fiddlosopher
1
-1
/
+1
2006-12-20
Changed 'status' in comment headers from 'unstable' to 'provisional'
fiddlosopher
1
-1
/
+1
2006-12-20
+ Added module data for haddock.
fiddlosopher
1
-70
/
+85
2006-12-16
Improvements to smart-quote regexs. Now we can better handle
fiddlosopher
1
-1
/
+5
2006-11-26
Pandoc bug fixes:
fiddlosopher
1
-1
/
+1
2006-10-30
Improved LaTeX writer's handling of dashes:
fiddlosopher
1
-3
/
+3
2006-10-17
initial import
fiddlosopher
1
-0
/
+164