-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpandoc_config_test.yaml
46 lines (35 loc) · 1.03 KB
/
pandoc_config_test.yaml
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
36
37
38
39
40
41
42
43
44
45
46
# config.yaml
from: markdown+emoji+rebase_relative_paths
to: pdf
# Set the output file name
output-file: test.pdf
# Define the list of files to include in the conversion
input-files:
- content_intro.md
- content_methodology.md
- content_interviews.md
- content_findings.md
- content/generative/generative_language.md
- content/patterns/toc.md
- content/patterns/adaptive_metrics.md
- content/patterns/goodharts_law.md
- content/patterns/quantitative_analysis.md
- content/forms/form_language.md
- content_workplan.md
# Add as many files as you need
# Optional: specify additional Pandoc options
# Set a custom LaTeX template
# template: mytemplate.tex
# Include a table of contents
toc: true
# Set PDF metadata
metadata:
title: "ICDevs.org DAOs Project v0.0.1"
author: "ICDevs.org"
date: "2024-07-03"
# Set PDF options
pdf-engine: xelatex
# Include additional files (e.g., bibliography, custom styles)
# include-in-header: custom-header.tex
# include-before-body: titlepage.tex
# include-after-body: appendix.md