The archive can contain the following files:
Filename | Description | Baseline (Start with) |
|---|---|---|
reference.docx | Reference document for styles. Its contents are ignored, what is important are the styles defined in it. Paragraph styles:
Character styles:
Table style:
see Pandoc documentation for more details | pandoc -o reference.docx --print-default-data-file reference.docx |
defaults.yaml | YAML file containing additional options. Common ones are
Example: 1
2
3
toc: true
toc-depth: 3
lof: falsesee Pandoc documentation for more advanced settings. | empty file |
default.openxml | XML Structure in the Pandoc template format. Usually not needed. see Pandoc documentation for the syntax and Phonemos Pandoc Format for the source format. | pandoc -o default.openxml --print-default-template=docx |