32 lines
440 B
YAML
32 lines
440 B
YAML
from: markdown
|
|
to: pdf
|
|
|
|
output-file: report.pdf
|
|
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
|
|
filters:
|
|
- pandoc-plantuml
|