The rendered pdf document can be downloaded from here.
- The project web page
- The source code repository at GitHub
- The published library at crates.io and documentation
First, you will need to install Pygments library that is used by minted for the syntax highlighting. If you are on macOS, you can install it by brew install pygments
. Otherwise, pip install pygments
should work on any platform.
Then, you will need to install a LaTeX
distribution of your choice, which in my case was MacTex.
Once all dependencies are installed, just run ./build.sh
script to build the pdf
document or follow instructions below:
# build the front matter
cd forside && xelatex forside.tex
# build the document
cd ../ && lualatex -shell-escape main.tex
For writing, I used the VSCode extension for LaTeX - LaTeX Workshop. The settings.json
file contains a configuration for the extension.