A Bunch of pdfs generated from .md files written as my courses' notes using Pandoc.
Go to this repo (Install MikTex option).
Command in Terminal:
$ pandoc SEGINT.md -o example.pdf --from markdown --template eisvogel --listings
sudo apt-get install pandoc
sudo apt install texlive-full
Go to this repo’s release page https://github.com/Wandmalfarbe/pandoc-latex-template/releases and download the .zip from the version [2.0.0] - 2021-01-31.
Extract the file eisvogel.latex
to your Downloads folder.
Go to the pandoc directory /home/<your_user>/
and create the necessary pandoc directory
mkdir -p .pandoc/templates
mv ~/Downloads/eisvogel.latex /home/mariana/.pandoc/templates/eisvogel.latex
pandoc README.md -o example.pdf --from markdown --template eisvogel --listings
In the YAML, in order to change font put:
fontfamily: cantarell
fontfamilyoptions: default
fontfamily: fouriernc
header-includes:
- \renewcommand{\familydefault}{\sfdefault}
.sh
scripts inside some folder
, type on GitBash:
$ cd path/to/folder
$ sh script.sh