Typst Default Template: Parameter Level for "section-numbering" #10257
7enderhead
started this conversation in
General
Replies: 1 comment
-
It's just a template variable. Not every template variable is used in every template. You're putting it metadata, but personally I like to separate metadata from things like this (especially when they are output-specific); if you want to separate it you can specify it on the command line |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current Typst default template reads the Typst-specific section numbering scheme from a top-level parameter
section-numbering
:YAML:
Template starting from line 84:
What is the logic behind that? I think of this parameter as having a Typst-specific format, e.g. "1.a" to have numbers on first-level headings and letters on second-level headings.
Wouldn't a Typst-specific parameter make more sense?
Template:
Beta Was this translation helpful? Give feedback.
All reactions