File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
packages/preview/computer-science-thesis-hd/0.1.5 Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
2+
3+ [package ]
4+ name = " computer-science-thesis-hd"
5+ version = " 0.1.5"
6+ entrypoint = " src/lib.typ"
7+ authors = [" Adam McKellar" ]
8+ license = " Unlicense"
9+ description = " A template for writing a bachelor's or master's computer science thesis at the University Heidelberg."
10+ repository = " https://github.com/WyvernIXTL/computer-science-heidelberg-thesis-typst-template"
11+ keywords = [" template" ]
12+ categories = [" paper" , " report" ]
13+ disciplines = [" computer-science" ]
14+ # compiler = ""
15+ exclude = [
16+ " .github" ,
17+ " docs" ,
18+ " scripts" ,
19+ " tests" ,
20+ " .typstignore" ,
21+ " Justfile" ,
22+ " thumbnail.png" ,
23+ " cSpell.json"
24+ ]
25+
26+ [template ]
27+ path = " template"
28+ entrypoint = " main.typ"
29+ thumbnail = " thumbnail.png"
You can’t perform that action at this time.
0 commit comments