-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_docx.yaml
19 lines (18 loc) · 1.02 KB
/
config_docx.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# docs https://pandoc.org/MANUAL.html#default-files
input-files:
output-file: output/manuscript.docx
resource-path: ["manuscript"] # needed for images linked in .md
from: markdown
file-scope: false # Parse each file individually before combining for multifile documents. This will allow footnotes in different files with the same identifiers to work as expected. If this option is set, footnotes and links will not work across files.
to: docx
standalone: true
# data-dir: # A reference.odt, reference.docx, epub.css, templates, slidy, slideous, or s5 directory placed in this directory will override pandoc’s normal defaults.
# abbreviations: # Specifies a custom abbreviations file, with abbreviations one to a line.
top-level-division: chapter # part, chapter, section, or default:
cite-method: citeproc # citeproc, natbib, or biblatex
reference-location: block # block, section, or document
highlight-style: pygments
reference-doc: "assets/styles/docx_style.docx"
# log
verbosity: WARNING # ERROR, WARNING, or INFO
#log-file: log.json