Skip to content

Conversation

dei-layborer
Copy link
Contributor

I am submitting

  • a new package
  • an update for a package

Description: Update to provide two fixes: (1) ~ accent not combining properly, and (2) letter eta not being treated as a vowel.

@typst-package-check typst-package-check bot changed the title udpate polytonoi polytonoi:0.2.0 Aug 29, 2025
@typst-package-check typst-package-check bot added the update A package update. label Aug 29, 2025
@elegaanz elegaanz self-assigned this Sep 1, 2025
Copy link
Member

@elegaanz elegaanz left a 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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The correct syntax is:

Suggested change
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]: *
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@import "preview/polytonoi@0.1.0: *
@import "preview/polytonoi@0.2.0: *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update A package update.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants