This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/tutorial/pandoc-opts.mk

20 lines
521 B
Makefile
Raw Normal View History

2022-02-18 23:32:49 +00:00
PANDOCOPTS = --pdf-engine=lualatex \
--standalone \
--number-sections \
--toc \
2023-05-05 07:56:44 +00:00
--listings \
-f markdown+smart \
-M fontsize=12pt \
2022-02-18 23:32:49 +00:00
-M papersize=a4 \
-M mainfont="Linux Libertine" \
2023-02-28 14:10:35 +00:00
-M monofont="Inconsolata" \
2022-02-18 23:32:49 +00:00
-M sansfont="Linux Biolinum" \
-M colorlinks=true \
-M linkcolor="black" \
-M urlcolor="ForestGreen" \
-M indent=true \
-V toc-title="Sommaire" \
2022-02-18 23:32:49 +00:00
-V pdfa \
--lua-filter=../colored-blocks.lua \
--include-in-header=../../tutorial/header.tex