-
I'm using pandoc to convertsome very simple *.tex files to *.docx It works very well except one thing : my \chapter{} ligne doesn't appears in the resulting .*docx To be precise : if I compile my *.tex to .*pdf, I have a nice
but the export with pandoc of my *.tex give me in the resulting *.docx :
Any idea to help me ? Best regards. |
Beta Was this translation helpful? Give feedback.
Answered by
dbourrion
Aug 15, 2024
Replies: 1 comment 1 reply
-
I tried
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there.
In fact, I never put something in \chapter{} because i'm using in general the *.pdf export, where the "automatic" "Chapter 1" appears even with just \chapter{}
But that's not working "out of the box" with an docx export.
This said, somebody has give me the answer : one must use pandoc --reference-doc
You can find the answer there.