report/config.yaml

32 lines
440 B
YAML
Raw Normal View History

2021-04-10 20:13:35 +02:00
from: markdown
to: pdf
2021-04-10 20:22:45 +02:00
output-file: report.pdf
2021-04-10 20:13:35 +02:00
input-files:
- report.md
variables:
documentclass: article
classoptions:
- 12pt
- french
- a4paper
include-before-body:
- begin-document.tex
include-after-body: []
include-in-header:
- header.tex
resource-path: ["."]
metadata:
author:
- Bruno BELANYI
pdf-engine: pdflatex
table-of-contents: true
toc-depth: 1
number-sections: true
2021-08-05 15:11:21 +02:00
filters:
- pandoc-plantuml