td-org-uit-no / assignment-template-latex

Assignment template latex
0 stars 0 forks source link

Refactor #4

Closed nohr-ai closed 4 months ago

nohr-ai commented 4 months ago

Build system

The build system clean up; thanks to Mike Murphy. I pushed this template to the OS course, and he has been doing a serious refactor on it and a complete redo of the content as well. Once he finishes that work, perhaps we can redo this template to align more closely with his work.

Changes

Template

The Listings package is not very nicely set up using regex, so functions are either blue, like keywords/identifiers, or black. I chose to keep them black for readability. If someone finds a neat way to find functions and mark them separately that would be nice! I did not go for the minted option, as that introduces extra dependencies (pygments).

Breaking 💥

This will probably break @mrtz-j' github action 🙏

Extras

Including the ieeeHOWTO documents, they are quite nice for tips and tricks when using this cls. Things like don't use the darned float environment.

closes #3

mrtz-j commented 4 months ago

Should we recreate the README.md in the root ?