- Setup environment variables for private data: copy the
.env.template
file and update it with the correct data.cp sessions/.env.template sessions/.env
cd
to lab session directorycd sessions/session-name
- run
to compile latex files once, or
pipenv run build:report
to build latex on file change.pipenv run watch:report
- Hope you have all the needed dependencies. Otherwise,
tlmgr
is your friend :). - The pdf file will be generated in the
build
folder inside the session folder.