Replies: 1 comment 3 replies
-
you can't mix the type of numbering within the same document, because the type is defined at the top-level of the document, meaning you have to hack your way to what you want using a Lua filter for example.
crossref:
labels: alpha A
fig-labels: roman i |
Beta Was this translation helpful? Give feedback.
3 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.
-
I was excited about the custom setting of references but cannot find the correct way to set them. In the example below, I tried to change the section and figure labels to alphabetic and sub labels to roman. But as the screenshot shows, none of the section numbers, figure numbers, or their references changed in either pdf or HTML format. I tried to move
number-sections: true
and/orcrossref
underpdf
. Nothing changed.What I hope to get are:
arabic
for main content sections andalpha
for appendices. (Restart Chapter Numbers by Part #1283 post a similar demand but it seems no good solution yet)Beta Was this translation helpful? Give feedback.
All reactions