Merged
Conversation
This reverts commit 03f431c.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR publishes modern-zhaw-thesis as a 0.2.0 Typst package update, adding new styling (notably for quotes) and shipping a full template/demo setup plus supporting library code.
Changes:
- Adds
typst.toml, README, changelog, license, and thumbnail for the0.2.0package. - Introduces the template project (
template/) including demo content, glossary, bibliography, and appendix. - Adds the implementation in
src/(layout/pages, styling, translations, utilities) including a vendored/patchedglossydependency.
Reviewed changes
Copilot reviewed 35 out of 39 changed files in this pull request and generated 16 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/preview/modern-zhaw-thesis/0.2.0/typst.toml | Defines package metadata, template settings, and excluded artifacts. |
| packages/preview/modern-zhaw-thesis/0.2.0/thumbnail.png | Adds package thumbnail. |
| packages/preview/modern-zhaw-thesis/0.2.0/template/main.typ | Demo/template entrypoint showing how to configure and use the template. |
| packages/preview/modern-zhaw-thesis/0.2.0/template/glossary.typ | Demo glossary term definitions. |
| packages/preview/modern-zhaw-thesis/0.2.0/template/biblio.bib | Demo bibliography database. |
| packages/preview/modern-zhaw-thesis/0.2.0/template/appendix.typ | Demo appendix including AI usage declaration table. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/zhaw-thesis.typ | Main template function wiring pages, styles, glossary, bibliography, appendix. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/utils.typ | Shared helpers (date formatting, deep merge, array coercion, layout helpers). |
| packages/preview/modern-zhaw-thesis/0.2.0/src/translations.typ | i18n strings and language setup. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/styling/tokens.typ | Design tokens (colors, fonts, spacing). |
| packages/preview/modern-zhaw-thesis/0.2.0/src/styling/text.typ | Text/heading/quote styling (incl. custom quote rendering). |
| packages/preview/modern-zhaw-thesis/0.2.0/src/styling/table.typ | Table styling defaults. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/styling/page-header.typ | Page header rendering (chapter-aware). |
| packages/preview/modern-zhaw-thesis/0.2.0/src/styling/page-border.typ | Optional page border background rendering. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/styling/math-and-code.typ | Math and code styling via Codly. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/styling/glossary.typ | Glossary theme and conditional rendering logic. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/styling/figures.typ | Figure and caption styling. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/utils.typ | Vendored Glossy helpers (pluralization/articles). |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/themes/twocol.typ | Vendored Glossy two-column theme. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/themes/table.typ | Vendored Glossy table theme. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/themes/compact.typ | Vendored Glossy compact theme. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/themes/chicago-index.typ | Vendored Glossy Chicago-style theme. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/themes/basic.typ | Vendored Glossy basic theme. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/themes/academic.typ | Vendored Glossy academic theme. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/themes.typ | Re-exports vendored Glossy themes. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/schemas.typ | Validation schemas for vendored Glossy. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/gloss.typ | Vendored Glossy core implementation. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/lib.typ | Vendored Glossy entrypoint exports. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/pages/title.typ | Title page layout and metadata rendering. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/pages/originality.typ | Declaration of originality page. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/pages/acknowledgements.typ | Acknowledgements page. |
| packages/preview/modern-zhaw-thesis/0.2.0/src/pages/abstract.typ | Abstract page rendering in one or two languages. |
| packages/preview/modern-zhaw-thesis/0.2.0/README.md | Package documentation, setup instructions, and usage examples. |
| packages/preview/modern-zhaw-thesis/0.2.0/LICENSE | MIT-0 license text. |
| packages/preview/modern-zhaw-thesis/0.2.0/lib.typ | Package export surface (zhaw-thesis, helpers, language utilities). |
| packages/preview/modern-zhaw-thesis/0.2.0/CHANGELOG.md | Changelog for package versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
packages/preview/modern-zhaw-thesis/0.2.0/src/pages/originality.typ
Outdated
Show resolved
Hide resolved
packages/preview/modern-zhaw-thesis/0.2.0/src/patches/glossy/src/gloss.typ
Outdated
Show resolved
Hide resolved
packages/preview/modern-zhaw-thesis/0.2.0/src/pages/acknowledgements.typ
Outdated
Show resolved
Hide resolved
Member
|
Thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am submitting
Description: Added styling for quotes and fixed many bugs (see changelog)
I have read and followed the submission guidelines and, in particular, I
typst.tomlfile with all required keysREADME.mdwith documentation for my packageLICENSEfile or linked one in myREADME.mdexcluded PDFs or README images, if any, but not the LICENSE