Skip to content

Instantly share code, notes, and snippets.

@thehereward
Last active September 9, 2020 12:06
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 thehereward/d78e4dbdb33e23606b9524e03cb47721 to your computer and use it in GitHub Desktop.
Save thehereward/d78e4dbdb33e23606b9524e03cb47721 to your computer and use it in GitHub Desktop.
Getting pandoc markdown --> PDF generation working on Ubuntu, using WSL2
sudo apt-get install pandoc
sudo apt-get install texlive
sudo apt-get install texlive-latex-extra
pandoc -s file_1.md file_2.md file_n.md -o output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment