Skip to content

Instantly share code, notes, and snippets.

@adamcrosby
Created November 8, 2020 22:16
Show Gist options
  • Save adamcrosby/3744d08c3b4370467859b2c855395c73 to your computer and use it in GitHub Desktop.
Save adamcrosby/3744d08c3b4370467859b2c855395c73 to your computer and use it in GitHub Desktop.
use Eisvogel Pandoc Latex template and TexLive to create good looking PDF from Markdown source
tlmgr init-usertree
tlmgr install adjustbox
tlmgr update —self
sudo tlmgr option repository ftp://tug.org/historic/systems/texlive/2018/tlnet-final
tlmgr option repository ftp://tug.org/historic/systems/texlive/2018/tlnet-final
tlmgr install adjustbox
git clone https://github.com/Wandmalfarbe/pandoc-latex-template.git
pandoc lol.md -o adam.pdf —from markdown —template eisvogel —highlight-style pygments —toc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment