-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce complexity for enduser #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice stuff, I'd like to see the PDF once CI is fixed 🚀
@@ -0,0 +1,7 @@ | |||
#let print_pagebreak(print: bool, to: "even") = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A thought: is it possible to shadow pagebreak
here? In that case, it would be one line to switch from printable to non-printable and vice versa.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do it in a separate smaller PR.
Thank you for your contribution. Review ready at: https://github.com/mrtz-j/typst-thesis-template/actions/runs/10760679107/artifacts/1906110012 |
Reduce complexity for endusers by moving as much as possible inside
lib.typ
instead ofthesis.typ
.Move user-files to
template
dir to ready it for publishing.Add glossary, used via
@uit
og#gls("uit")
.