TODO read online link.
This repository requires Python3.
To install the required packages, run the following command:
# make a virtual environment
python3 -m virtualenv venv
# activate the virtual environment
source venv/bin/activate
# install the required packages
pip install -r requirements.txt- Texlive (for
pdflatexand packages used in this repo). - TODO list latex packages
- Makefile
makeNote that in order to render the TOC, make command need to be ran twice. The
first time
make render-articlesWith this command, all the markdown files in ./articles and ./interviews
will be transformed into the corresponding latex files in ./src/articles and
./src/interviews respectively.