pandoc/src
roktas 8b98ef22da Various fixes in markdown2pdf.
+ Add a trailing ':' to TEXTINPUTS as per the instruction in TeX FAQ:
    http://www.tex.ac.uk/cgi-bin/texfaq2html?label=graphicspath
  In the lack of it, pdflatex silently fails, for example, with the 
  following command: 'TEXINPUTS=/tmp markdown2pdf'
+ Put the origdir at the front for the correct directory search order.
+ pdflatex didn't create log file on one occasion (the above command) that 
  made sed commands failed.  Test the existence of log before filtering it.
+ A few non-essential changes.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@459 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-08 21:50:58 +00:00
..
headers Added [breaklinks=true] to hyperref package in LaTeX header. 2007-01-07 02:37:36 +00:00
templates Setup executable permissions on some files. 2007-01-05 07:39:32 +00:00
Text Small improvements to indentSpaces. (Allow combinations 2007-01-07 01:44:24 +00:00
ui/default + Added --strip-trailing-cr option to diff in runtests.pl, so that 2006-12-24 22:58:29 +00:00
wrappers Various fixes in markdown2pdf. 2007-01-08 21:50:58 +00:00
ASCIIMathML.js Changed default ASCIIMathML text color to black. 2006-12-24 16:45:17 +00:00
Main.hs Have pandoc return exit code 2 whenever a usage message is 2007-01-08 16:29:29 +00:00