A template for protocolls for higher Technical Colleges for Information Technology.
Note: This template is in german
In examples/main.typ is a example file on how to use my template.
Here the documentation for typst in general: https://typst.app/docs/
https://typst.app/open-source/
Copy all files and folders to ~\AppData\Local\typst\packages\{namespace}\{package}\{version}.
For Example: ~\AppData\Local\typst\packages\local\htlium\1.1.1\.
Then use it in your file like this:
#import "@local/htlium:1.1.1": template
#show: body => template(body)The following parameter can be set:
authorstring: full fameclass-longstring: center headerlogoimage: typst image()school-yearstring: e.g.: 2025/26titlestring: protocol titlesubtitlestring: subtitletask-titlestring: task titletask-contentstring: task descriptionclassstring: school classdatestring: date of your protocolsubjectstring: school subjectschoolstring: your school namedepartmentstring: your school debartmentteacherslist(string): list of teachersdo-lofbool: if you want a list of figuresdo-lotbool: if you want a list of tablesdo-bibbool: if you want a bibliographybib-srcstring(path): path to bibliography filefancy-designbool: if you want fancy color design
There are standard values for everything, but please change so it fits your document.