- Docker installed and running
if not the case: local compilation possible with latexmk -pdf main.tex
- Clone the repository
- Open the project in VSCode & install the Dev Containers extension
- VSCode should ask you if you want to reopen the project in the dev container.
- Create your own branch & make edits (building the pdf output is automatic on saving the file).
- Push your branch and create a pull request
Edits can be made with the \replace{old}{new}
, \add{new addition}
and \remove{remove this part}
commands. For changing from review mode to final output, adjust the commenting at the beginning of the .tex file.