Skip to content

tf-freiburg-thesis:0.1.0#5032

Closed
Arturjssln wants to merge 1 commit into
typst:mainfrom
Arturjssln:tf-freiburg-thesis-0.1.0
Closed

tf-freiburg-thesis:0.1.0#5032
Arturjssln wants to merge 1 commit into
typst:mainfrom
Arturjssln:tf-freiburg-thesis-0.1.0

Conversation

@Arturjssln

Copy link
Copy Markdown

Publishes @preview/tf-freiburg-thesis:0.1.0.

Copilot AI review requested due to automatic review settings June 11, 2026 11:31
@typst-package-check typst-package-check Bot added the new A new package submission. label Jun 11, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new Typst Universe preview package (tf-freiburg-thesis v0.1.0) providing a Freiburg Faculty of Engineering thesis template, starter project, embedded example content, and required branding assets.

Changes:

  • Introduces Typst package manifest (typst.toml) and licensing/readme metadata for registry publishing.
  • Adds the main template implementation (src/main.typ) including layout, title page, sidenotes, citations, and helper environments.
  • Adds a typst init starter template with example chapters, references, and university logo assets.

Reviewed changes

Copilot reviewed 13 out of 18 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
packages/preview/tf-freiburg-thesis/0.1.0/typst.toml Defines package metadata, compiler constraint, and init template entrypoint.
packages/preview/tf-freiburg-thesis/0.1.0/src/template/thesis.typ Starter project “main” file wiring thesis.with(...) and including example content.
packages/preview/tf-freiburg-thesis/0.1.0/src/template/references.bib Example bibliography entries referenced by the starter template.
packages/preview/tf-freiburg-thesis/0.1.0/src/template/content/1_introduction.typ Example introduction chapter content demonstrating sidenotes.
packages/preview/tf-freiburg-thesis/0.1.0/src/template/content/2_related_work.typ Example related work chapter demonstrating citation helpers.
packages/preview/tf-freiburg-thesis/0.1.0/src/template/content/3_background.typ Example background chapter content.
packages/preview/tf-freiburg-thesis/0.1.0/src/template/content/4_methodology.typ Example methodology chapter content and import guidance.
packages/preview/tf-freiburg-thesis/0.1.0/src/template/content/5_experiments.typ Example chapter showcasing formatting, figures/tables, math, and draft helpers.
packages/preview/tf-freiburg-thesis/0.1.0/src/template/content/6_discussion.typ Example discussion chapter content.
packages/preview/tf-freiburg-thesis/0.1.0/src/template/content/A_appendix.typ Example appendix and AI assistance disclosure content.
packages/preview/tf-freiburg-thesis/0.1.0/src/main.typ Core implementation of the thesis template and exported helper functions.
packages/preview/tf-freiburg-thesis/0.1.0/src/assets/template/logo-freiburg/20221107-UFR-logo-white-rgb-FFFFFF.svg Bundled university logo asset (white).
packages/preview/tf-freiburg-thesis/0.1.0/src/assets/template/logo-freiburg/20221107-UFR-logo-black-rgb-000000.svg Bundled university logo asset (black).
packages/preview/tf-freiburg-thesis/0.1.0/src/assets/template/logo-freiburg/20221026-UFR-wortmarke-grundform_Blau_RGB.svg Bundled university wordmark asset (blue).
packages/preview/tf-freiburg-thesis/0.1.0/README.md Package usage docs, configuration reference, and publishing notes.
packages/preview/tf-freiburg-thesis/0.1.0/LICENSE CC BY 4.0 license notice for the package.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


```typst
#todo[Add more detail]
#sidenote[numbered: true][A margin note.]
Comment on lines +158 to +159
#let citep(..keys) = keys.pos().map(k => cite(k)).join()
#let citet(..keys) = keys.pos().map(k => cite(k, form: "prose")).join()
Comment on lines +525 to +527
text(size: section.size, font: sans-font, weight: section.weight)[
#counter(heading).display() #it.body
]
Comment on lines +581 to +583
Dissertation zur Erlangung des Doktorgrades \
der Technischen Fakultät \
der Albert-Ludwigs-Universität Freiburg im Breisgau
@Arturjssln Arturjssln closed this Jun 11, 2026
@Arturjssln Arturjssln deleted the tf-freiburg-thesis-0.1.0 branch June 11, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new A new package submission.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants