VNOI magazine 2023

Read online here

Requisite

  • Texlive (for pdflatex and packages used in this repo).
  • Makefile
  • Python3, with the following packages (can be installed with make install-dependencies)

Building

make

Generate latex source from markdown

make render-articles

With 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.