GitXplorerGitXplorer
j

docker-pandoc

public
8 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
d46650db842733ae6d2dc414a72ca9e6e4563205

Fix locale

jjpbernius committed 8 years ago
Unverified
132da3e52db52657b6f9e19861033fb238c6c4ae

Add Dockerfile

jjpbernius committed 8 years ago
Unverified
01dbcbe94f1b8c74892d034577ae793a49391a27

Initial commit

jjpbernius committed 8 years ago

README

The README file for this repository.

Pandoc Docker container with XeLaTeX

License Docker Stars Docker Pulls

Provides a Docker container with Pandoc and LaTeX installed.

$ docker run --rm -v `pwd`:/data jpbernius/pandoc
pandoc [OPTIONS] [FILES]
Input formats:  commonmark, docbook, docx, epub, haddock, html, json*, latex,
               markdown, markdown_github, markdown_mmd, markdown_phpextra,
               markdown_strict, mediawiki, native, odt, opml, org, rst, t2t,
               textile, twiki
               [ *only Pandoc's JSON version of native AST]
Output formats: asciidoc, beamer, commonmark, context, docbook, docx, dokuwiki,
               dzslides, epub, epub3, fb2, haddock, html, html5, icml, json*,
               latex, man, markdown, markdown_github, markdown_mmd,
               markdown_phpextra, markdown_strict, mediawiki, native, odt,
               opendocument, opml, org, pdf**, plain, revealjs, rst, rtf, s5,
               slideous, slidy, tei, texinfo, textile
               [**for pdf output, use latex or beamer and -o FILENAME.pdf]

Example

Generate HTML from Markdown

$ docker run --rm -v `pwd`:/data jpbernius/pandoc -o example.html example.md

Generate PDF from Markdown

$ docker run --rm -v `pwd`:/data jpbernius/pandoc -o example.html example.md

Packages

LaTeX Pandoc
lmodern pandoc
texlive-latex-base pandoc-citeproc
texlive-fonts-recommended pandoc-citeproc-preamble
texlive-generic-recommended pandoc-crossref
texlive-lang-english
texlive-lang-german
latex-xcolor
texlive-math-extra
texlive-latex-extra
texlive-bibtex-extra
biber
fontconfig
texlive-xetex