Created
November 8, 2020 22:16
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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