This is a LaTeX class for creating lecture assignments in the corporate design of the Institute for Web Science and Technologies (WeST). It's style was adapted by Lukas from a template package that which Leon sent him.
Have a look at the example_assignment.tex file for how to use this class.
Currently the code can only be build using LuaLaTeX, so make sure you have that installed. For compilation latexmk is recommended, if you have it installed you just have to perform:
git clone https://github.com/Institute-Web-Science-and-Technologies/WeSTassignment.git
cd WeSTassignment
latexmk
Of course you can also compile this class by calling lualatex
manually.
There is a lot left to be done before this thing can be considered stable, pull requests are always welcome.
Bugs:
- Have better example content.
Additional Features:
- Support other latex engines (
pdftex
, etc). - Rename "sections" to "tasks" so you can better reference them.