When using pandoc-tex-numbering to generate docx files, it is found that equation numbers cannot be right-aligned through regular Word operations (i.e., the effect of automatically right-aligning after manually entering #(1) and pressing enter). I would like to confirm the following questions:
- Does this filter support directly generating right-aligned equation numbers? If so, is there a specific
.yaml configuration required?
- If it relies on style control, can the paragraph style for equations be set through
--reference-doc to achieve this? Specifically, which style properties in reference.docx need to be adjusted?
- If it is currently not possible, is there a plan to support this feature?
- Or should I just manually set the font style used for formulas in the generated document? I haven't figured out how to set it up currently; it seems that there is some setting in the generated equation that is preventing this.
Thanks for your time! I am willing to provide more information if needed.
When using
pandoc-tex-numberingto generatedocxfiles, it is found that equation numbers cannot be right-aligned through regular Word operations (i.e., the effect of automatically right-aligning after manually entering#(1)and pressingenter). I would like to confirm the following questions:.yamlconfiguration required?--reference-docto achieve this? Specifically, which style properties inreference.docxneed to be adjusted?Thanks for your time! I am willing to provide more information if needed.