-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add tudaexercise template #8
base: main
Are you sure you want to change the base?
Conversation
Ignore the commit history had some problems with git, we should just squash merge this PR |
// For now hardcoded value - should be half title rule height. Maybe change to state in the future however that will add a lot of computation complexity | ||
#let tuda_section_line_height = 0.6pt | ||
|
||
#let tuda-section-lines(above, below, body) = { |
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.
This could be merged with tud-heading-with-lines in headings.typ, it is currently not used by the thesis template. But you can also keep it separate for now if you want.
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.
I put the section functions into headings.typ. For now I also left tud-heading-with-lines as I am not sure if we should leave it for future use or not.
Nice, it looks good. |
Most review points should be fixed now. I also added a few more utilities for coloring and working with dicts/default values. |
Looks pretty nice 👍 Btw, you can also add your name to the typst.toml, so that you will be displayed as an author on the Universe website too. |
This should be mostly it. Though I am unsure if we should use the same README.md for both templates. Especially hence the images in these READMEs will also break in the typst packages repository. But also because (at least the current README) is rather specific to the thesis template. |
tudaexercise typst template
Missing features
Optionals