index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
markdown2pdf.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-22
Added `--luatex` option to markdown2pdf.
John MacFarlane
1
-4
/
+7
2011-07-22
Deprecated `--xetex` option - it is no longer needed.
John MacFarlane
1
-3
/
+6
2011-07-22
markdown2pdf: Better error printing.
John MacFarlane
1
-1
/
+3
2011-07-22
markdown2pdf: Don't crash if pdflatex's output is not UTF-8.
John MacFarlane
1
-6
/
+45
2011-07-20
markdown2pdf: Fix issue reading log with non-UTF8 characters.
Paulo Tanimoto
1
-5
/
+6
2011-07-20
Changed markdown2pdf to halt-on-error.
John MacFarlane
1
-1
/
+1
2011-02-13
markdown2pdf: Removed mistakenly included debugging lines.
John MacFarlane
1
-2
/
+2
2011-02-13
markdown2pdf: Fixed filename encoding issues.
John MacFarlane
1
-7
/
+9
2011-02-04
markdown2pdf: Fixed bug with output file extensions.
John MacFarlane
1
-1
/
+1
2011-01-28
Support --listings in markdown2pdf (Etienne Millon).
John MacFarlane
1
-1
/
+1
2010-12-02
Added --data-dir to valid options for markdown2pdf.
John MacFarlane
1
-1
/
+1
2010-12-02
Tweaked command-line options allowed by markdown2pdf.
John MacFarlane
1
-1
/
+1
2010-06-30
Let markdown2pdf recognize citeproc options.
John MacFarlane
1
-1
/
+2
2010-05-06
Use new UTF8 module in Shared, ODT, and the executables.
John MacFarlane
1
-15
/
+8
2010-01-05
markdown2pdf: always do at least two runs.
fiddlosopher
1
-3
/
+2
2010-01-02
markdown2pdf.hs: throw error if pandoc --dump-args does.
fiddlosopher
1
-3
/
+3
2010-01-02
markdown2pdf.hs: When --toc, run latex an extra time.
fiddlosopher
1
-2
/
+4
2009-12-31
Added needed imports from System.IO when we're using ghc >= 6.12.
fiddlosopher
1
-1
/
+1
2009-12-31
Use System.IO.UTF8 only if ghc < 6.12.
fiddlosopher
1
-0
/
+6
2009-12-31
markdown2pdf.hs: interpret ! in a log as an error line.
fiddlosopher
1
-1
/
+1
2009-12-31
Added --xetex option to pandoc and markdown2pdf.
fiddlosopher
1
-13
/
+17
2009-12-31
Added -V/--variable option to set custom template variables.
fiddlosopher
1
-2
/
+3
2009-12-07
Changed markdown2pdf.hs so it prints error messages on last attempt.
fiddlosopher
1
-2
/
+2
2009-11-22
Modified markdown2pdf so as not to create a backup file.
fiddlosopher
1
-7
/
+2
2009-11-21
Use utf8-string IO in markdown2pdf.hs.
fiddlosopher
1
-2
/
+4
2009-08-22
Fixed markdown2pdf.hs to accept --longopt=val options.
fiddlosopher
1
-9
/
+14
2009-06-25
Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto)
fiddlosopher
1
-4
/
+6
2009-05-01
Added new Haskell version of markdown2pdf.
fiddlosopher
1
-15
/
+16
2009-05-01
pandoc.hs: Make --strict compatible with --standalone, --toc.
fiddlosopher
1
-0
/
+195