-
Notifications
You must be signed in to change notification settings - Fork 444
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
tlseinp-report:0.1.0 #1480
base: main
Are you sure you want to change the base?
tlseinp-report:0.1.0 #1480
Conversation
description = "Template for Toulouse INP students." | ||
|
||
[template] | ||
path = "" |
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.
Templates should go in their own subdirectory. The content of this directory will be copied when creating a project from your template, so it should probably contain a new file that imports @preview/tlseinp-report:0.1.0
and set ups the document with a minimal working example.
} | ||
|
||
// show a list of livrables | ||
#let deliverables(headingName: "Deliverables", dict) = { |
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.
To be more consistent with other parts of your package and with the rest of the Typsy ecosystem it would be nice to rename headingName
to heading-name.
} | ||
|
||
// show the list of figures in the document | ||
#let figures(headingName: "Table of figures", kind: image) = { |
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.
Same here.
Also, do you have the rights to distribute the logos of the various schools? |
Hello, do you think you will have time to make the necessary changes soon? If not I'll close this PR to keep the review backlog clear (you can re-open another PR when you're ready). |
I am submitting
Description: The goal of this template is to let students at Toulouse INP schools write reports using typst. Currently, everyone still uses Latex, so I've translated the template into typst while adding a few features to let people who don't like Latex (me, for example) use your solution :)
I have read and followed the submission guidelines and, in particular, I
typst.toml
file with all required keysREADME.md
with documentation for my packageLICENSE
file or linked one in myREADME.md
exclude
d PDFs or README images, if any, but not the LICENSE