-
Notifications
You must be signed in to change notification settings - Fork 693
polytonoi:0.2.0 #2975
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
base: main
Are you sure you want to change the base?
polytonoi:0.2.0 #2975
Conversation
…ide-n-[(2s)-1-phenyl-2-propanyl]-l-lysinamide.svg to made-with.svg
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.
Two small things to fix. It would also be nice if you could rename your public variables to kebab-case as suggested by CI, and/or mark them as private by prefixing them with a _
if they are not supposed to be used by the user (note that adding this underscore is only a convention, it doesn't prevent anyone from actually accessing them).
version = "0.2.0" | ||
entrypoint = "polytonoi.typ" | ||
authors = ["Dei Layborer"] | ||
license = "GPL v. 3.0" |
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.
The correct syntax is:
license = "GPL v. 3.0" | |
license = "GPL-3.0" |
First, be sure you include the package at the top of your typst file: | ||
|
||
```typ | ||
@import "preview/[email protected]: * |
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.
@import "preview/polytonoi@0.1.0: * | |
@import "preview/polytonoi@0.2.0: * |
I am submitting
Description: Update to provide two fixes: (1) ~ accent not combining properly, and (2) letter eta not being treated as a vowel.