Compare commits

...

7 Commits

Author SHA1 Message Date
Sven Vogel 35b798de18 Merge branch 'fix/typst-0.13'
Create Release Commit / prepare (push) Has been skipped Details
Create Release / Check Template and Build example (push) Failing after 3m24s Details
Create Release / release (push) Has been skipped Details
2025-03-06 23:11:30 +01:00
Sven Vogel ee3bbe9e04 fix: unexpected opening parenthesis 2025-03-06 23:11:25 +01:00
Sven Vogel 21b29fcf4c ci: bump upload artifact to v3
Build'n check / run-ci-linux (push) Has been skipped Details
2025-03-06 23:11:07 +01:00
Sven Vogel ea04ed8cd1 style: format using typstyle 0.13.0
Build'n check / run-ci-linux (push) Has been skipped Details
Build'n check / run-ci-linux (pull_request) Successful in 5m31s Details
2025-03-06 16:14:21 +01:00
Sven Vogel f3ef05b31b fix: left align glossary
Build'n check / run-ci-linux (push) Has been skipped Details
Build'n check / run-ci-linux (pull_request) Failing after 7m42s Details
2025-03-06 16:09:20 +01:00
Sven Vogel 33aff90c56 fix: render outlines with typst 0.13 2025-03-06 15:27:53 +01:00
Sven Vogel 55b58e2699 fix: bump wrap-it to 0.1.1 in template 2025-03-06 14:11:17 +01:00
2 changed files with 2 additions and 4 deletions

View File

@ -24,7 +24,7 @@ jobs:
nix-shell --run ./run-ci.sh
- name: Upload artifact
id: artifact-upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: example-document
path: ${{ github.workspace }}/example.pdf

View File

@ -13,9 +13,7 @@
#import "glossary.typ": glossary
#import "pages/titlepage.typ": new_title_page
#import "pages/declaration-of-authorship.typ": new_declaration_of_authorship
#import "pages/confidentiality-statement.typ": (
new_confidentiality_statement_page,
)
#import "pages/confidentiality-statement.typ": new_confidentiality_statement_page
#import "pages/prerelease-note.typ": new_prerelease_note
#import "pages/outline.typ": new_outline
#import "pages/abstract.typ": new_abstract