-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper.toml.example
More file actions
35 lines (28 loc) · 1.04 KB
/
paper.toml.example
File metadata and controls
35 lines (28 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# paper.toml — paperbuild configuration
# Copy this file to your paper project root and edit the sections list.
[paper]
# Manuscript sections in order (paths relative to this file's directory)
sections = [
"paper/title.md",
"paper/abstract.md",
"paper/introduction.md",
"paper/methods.md",
"paper/results.md",
"paper/discussion.md",
"paper/references.md",
"paper/figures.md",
]
# Supplementary material (built as a separate .docx by default)
supplementary = ["paper/supplementary.md"]
# Used in output filenames: {name}_{date}.docx
# Defaults to the project directory name if omitted.
# name = "my_paper"
# Directory containing 1-row facts CSVs (default: output/facts)
# facts_dir = "output/facts"
# Output directory for .docx files (default: output)
# output_dir = "output"
# Intermediate build directory (default: build)
# build_dir = "build"
# Word reference document for journal formatting (double spacing, line numbers).
# Only used if the file exists; silently skipped otherwise.
# reference_doc = "paper/reference.docx"