This repository provides a simple LaTeX template for writing your Assignments at UiT (The Arctic University of Norway).
Note
This is only a template. You have to adapt the template to your current assignment!
Once you have installed LaTeX, you can use it like this:
# Creates `template.pdf` in working directory.
make
Clean temp files:
# Removes the temp files inside `build/`
make clean
The project uses GitHub Actions to build the LaTeX document and create a release on GitHub automatically. To trigger a build, create a new release. The release will be tagged with the version number, and the PDF will be attached to the release.
This template is using the IEEEtran cls
file.