feat!: refactor #15

Merged
pencelheimer merged 4 commits from unexplrd/typst_nure_template:0.1.0 into 0.1.0 2026-01-12 00:16:46 +02:00
Collaborator

features:

  • new work types in pz-lb

breaking changes:

  • move edu_program to authors
  • rename arguments, unify arguments in coursework and pz_lb (title, subject, authors, mentors)

refactor:

  • move stuff to reusable functions (gender-form, pz-lb-title)
  • sorting abstract keywords now relies on .sorted() method
  • better control flow
  • rename some functions and arguments, change formatting
features: - new work types in pz-lb breaking changes: - move edu_program to authors - rename arguments, unify arguments in coursework and pz_lb (title, subject, authors, mentors) refactor: - move stuff to reusable functions (gender-form, pz-lb-title) - sorting abstract keywords now relies on .sorted() method - better control flow - rename some functions and arguments, change formatting
unexplrd added 3 commits 2026-01-11 22:19:19 +02:00
0x1D8 approved these changes 2026-01-11 22:36:28 +02:00
0x1D8 left a comment
Collaborator

мені лінь ревюіти

мені лінь ревюіти
lib.typ Outdated
@@ -40,6 +40,27 @@
"грудня",
).at(month - 1)
#let is-cyr(text) = text.split("").any(char => "А" <= char and char <= "я")
Collaborator

перевірка вигляда занадто наївно

перевірка вигляда занадто наївно
@@ -234,0 +255,4 @@
)
set math.equation(
numbering: i => [(#upper(num-to-alpha.at(counter(heading).get().at(0))).#i)],
)
Collaborator

форматування?

форматування?
unexplrd added 1 commit 2026-01-12 00:02:36 +02:00
fix: remove unused properties from coursework
unexplrd changed title from WIP: feat!: refactor to feat!: refactor 2026-01-12 00:07:50 +02:00
pencelheimer merged commit 5cc95f17c7 into 0.1.0 2026-01-12 00:16:46 +02:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pencelheimer/typst_nure_template#15