Skip to content

mrtz-j/typst-thesis-template

Repository files navigation

Modern UiT Thesis Template

Port of the uit-thesis-latex template to Typst.

thesis.typ contains a full usage example, see thesis.pdf for a rendered pdf.

Usage

Using the Typst Universe package/template:

typst init @preview/modern-uit-thesis:0.1.1

Fonts

This template uses a number of different fonts:

  • Open Sans (Noto Sans)
  • JetBrains Mono (Fira Code)
  • Charter

The above parenthesized fonts are fallback typefaces available by default in the web app. If you'd like to use the main fonts instead, simply upload the .ttfs to the web app and it will detect and apply them automatically.

If you're running typst locally, install the fonts in a directory of your choosing and specify it with --font-path.

Roadmap

  • Content and pages
    • Complete front page
    • Back page
    • Supervisors page
    • List of Definitions
    • List of Abbreviations
    • Appendix
  • Styling
    • Headings (chapter on odd, subsection on even)
    • Font features
    • Figures (captions etc)
    • Code blocks (syntax highlights)
    • Tables
    • Footnotes
    • Style for print (pagebreak to even)
  • Good examples
    • Use of figures, tables, code blocks
      • Side by side
      • Create table from CSV
      • Codeblocks with External Code
    • Citations
    • Lists (unordered, ordered)
    • Equations
    • Utilities
      • Abbreviations
      • TODOs, feedback, form, etc
  • CI/CD
    • Formatting
    • Build and Release pdf
    • Release as lib (TODO: Add to local index)
  • License

License

This project is licensed under the MIT License - see the LICENSE file for details.