n

now-radboud-thesis

@preview

Thesis template for Radboud University

v0.1.0
BSD-2-Clause
Template

Package Information

Last Updated
Minimum Typst Version
0.13.0
Categories
thesisreport

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/now-radboud-thesis:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/now-radboud-thesis:0.1.0

Version History

0.1.00.13.0
e7eb6281366a...

Radboud Thesis Template

Template for Radboud University Bachelor's/Master's thesis

Title page based on LaTeX package https://ctan.org/pkg/rutitlepage

Example Usage

#import "@preview/now-radboud-thesis:0.1.0": radboud-thesis, appendix

#show: radboud-thesis.with(
  title: "Title",
  subtitle: "Subtitle",
  author: (
    name: "Author",
    student-number: "s1234567",
  ),
  supervisors: (("Supervisor", "dr. Dewey Duck"), ("Second reader", "prof. dr. Louie Duck")),
  abstract: [Abstract],
  thesis-type: "Master's Thesis",
  study: "Computing Science",
  date: datetime.today(),
)

#outline()

= Introduction
#lorem(100)
#bibliography("bibliography.bib", style: "association-for-computing-machinery")

#show: appendix

= Proofs
#lorem(100)