Replies: 4 comments 2 replies
-
Maybe have a look into reference files.
Von: Andriy Burkov ***@***.***>
Gesendet: Mittwoch, 31. Juli 2024 05:49
An: jgm/pandoc ***@***.***>
Cc: Subscribed ***@***.***>
Betreff: [jgm/pandoc] Parts and chapters independent on one another (Discussion #10040)
Hi!
I'm using Pandoc with rendering into docx. I would like to organize my chapters into several parts. Parts would have numbers like 1, 2, 3, etc. I would like chapters to have numbers independent from parts. Like this:
Part 1
Chapter 1
Section 1.1
Chapter 2
Section 2.1
Part 2
Chapter 3
Section 3.1
Chapter 4
Section 4.1
etc
Is it possible to achieve? If yes, how?
-
Reply to this email directly, view it on GitHub<#10040>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABDTWJWQYPECHWK6XYVLOGLZPBNCJAVCNFSM6AAAAABLXTI7X2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWHE4TOMJTHA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
sorry, no |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could try marking the top-level sections with the
Not sure if this will work properly, but try it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Possibly, the parts-and-chapters filter is what you are looking for. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi!
I'm using Pandoc with rendering into docx. I would like to organize my chapters into several parts. Parts would have numbers like 1, 2, 3, etc. I would like chapters to have numbers independent from parts. Like this:
Part 1
Chapter 1
Section 1.1
Chapter 2
Section 2.1
Part 2
Chapter 3
Section 3.1
Chapter 4
Section 4.1
etc
Is it possible to achieve? If yes, how?
Beta Was this translation helpful? Give feedback.
All reactions