virli/tutorial/pandoc-opts.mk

20 lines
521 B
Makefile
Raw Normal View History

2020-09-14 13:46:13 +00:00
PANDOCOPTS = --pdf-engine=lualatex \
--standalone \
--number-sections \
--toc \
2022-04-08 13:27:54 +00:00
--listings \
-f markdown+smart \
-M fontsize=12pt \
2020-09-14 13:46:13 +00:00
-M papersize=a4 \
2021-10-31 19:52:20 +00:00
-M mainfont="Linux Libertine" \
-M monofont="Inconsolata" \
2021-10-31 19:52:20 +00:00
-M sansfont="Linux Biolinum" \
-M colorlinks=true \
-M linkcolor="black" \
-M urlcolor="ForestGreen" \
-M indent=true \
-V toc-title="Sommaire" \
2020-09-14 13:46:13 +00:00
-V pdfa \
2021-10-05 15:23:48 +00:00
--lua-filter=../colored-blocks.lua \
2020-09-14 13:46:13 +00:00
--include-in-header=../../tutorial/header.tex