Open aleyner opened 1 year ago
Hi. Sorry for the prolonged radio silence, this slipped through the cracks. Unfortunately, I don't bring good news, what you want isn't currently possible. secPrefix
is an array to allow for proper singular/plural prefixes, e.g. sec. 1
but secs. 1-3
(using an array allows for languages with dual grammatical number as well)
I'll treat it as a feature request, but I can't promise any specific deadlines.
I'll treat it as a feature request, but I can't promise any specific deadlines.
Thanks for your work and feedback. I will still hope and believe that you will solve this problem sooner or later.
Hello! I'm looking for a solution to a similar problem (/issues/329). I want to display a section, subsection, paragraph and subparagraph. I convert markdown (github) to docx file. But I can only output the prefix "section" instead of "sec". Can you suggest how I can output multiple prefixes?
I want to get the output:
Chapter 1
Text with reference section 1
Subsection
Text with reference subsection 1.1.
When I change the header structure, my number changes automatically, but the prefix does not. And every time I have to change them manually. I would like to automate this process and not think about such trifles.
My version pandoc-crossref v0.3.7.0 with Pandoc v2.10