Conversion between markup formats
Go to file
2012-04-25 13:21:49 +09:00
.chain-deps .chains-deps: update deps 2012-03-23 20:20:51 +09:00
.gitignore update to 1.9.2 2012-04-25 13:03:30 +09:00
pandoc-1.8.2.1-texlive2007-xelatex-outputdir.patch markdown2pdf: require texlive-latex instead of xetex; workaround xelatex writing to cwd 2011-12-22 17:08:01 +09:00
pandoc-default.latex-no-luatex.patch update pandoc-default.latex-no-luatex.patch for 1.9.2 2012-04-25 13:21:49 +09:00
pandoc-enable-highlighting-flag.patch set highlighting build flag by patching instead to help dependency tracking 2012-01-26 11:51:04 +09:00
pandoc.spec update to 1.9.2 2012-04-25 13:03:30 +09:00
README.fedora update to 1.9.1.1 (no longer separate markdown2pdf) 2012-02-13 13:36:04 +09:00
sources update to 1.9.2 2012-04-25 13:03:30 +09:00

PDF output requires texlive:

    $ sudo yum install  texlive-latex texlive-xetex
    :
    $ pandoc -o output.pdf ...