Replies: 1 comment
-
I think that's right, that symmetry doesn't exist today (although it should!). Inspecting at our code, we process |
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.
-
Description
I'm preparing a journal article for submission. The journal doesn't use numbered sections, but I'd like to have numbered sections in the supplemental info, to facilitate cross-referencing from the main body to the SI. I know that I can set
number-sections: true
and then add{.unnumbered}
to each of the main body sections. But there are a lot more main body sections than SI sections, so it would be convenient to be able to go the other direction: setnumber-sections: false
and then add{.numbered}
to the supplement sections. But this doesn't appear to work?Beta Was this translation helpful? Give feedback.
All reactions