Skip to content

Instantly share code, notes, and snippets.

@aogilvie
Created August 31, 2017 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aogilvie/d6e4ab709be0181cd17fce4769d73999 to your computer and use it in GitHub Desktop.
Save aogilvie/d6e4ab709be0181cd17fce4769d73999 to your computer and use it in GitHub Desktop.
Nix (CentOS) .md to .pdf with pandoc

Install pandoc

yum install -y texlive-latex texlive-latex-bin texlive
yum install -y pandoc

Given a file sample.md make sample.pdf

pandoc -o sample.pdf sample.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment