diff --git a/rapport/Makefile b/rapport/Makefile index c34f21e951218d41d0ac2e2e2c1a21d52b8ff8ab..5c363e79cdb27fbec652def15ebeaea9100a673e 100644 --- a/rapport/Makefile +++ b/rapport/Makefile @@ -5,12 +5,13 @@ PDFOPTIONS = --highlight-style kate PDFOPTIONS += --lua-filter=meta-vars.lua PDFOPTIONS += --pdf-engine xelatex PDFOPTIONS += --template=./templates/default.latex -PDFOPTIONS += --top-level-division=chapter +PDFOPTIONS += --top-level-division=chapter +PDFOPTIONS += --filter pandoc-citeproc PDFOPTIONS_START = --template=./templates/extremely-blank.latex -PDFOPTIONS_START += --pdf-engine xelatex +PDFOPTIONS_START += --pdf-engine xelatex -MD=$(wildcard text/*.md) +MD=$(sort $(wildcard text/*.md)) PDF=$(patsubst %.md,%.pdf,$(MD)) TEX=$(patsubst %.md,%.tex,$(MD)) diff --git a/rapport/config.yaml b/rapport/config.yaml index 05265897021d1e909c91cd7cf5488023c606ae82..0beecff10089d22bded6d6c3acea9f299b795644 100644 --- a/rapport/config.yaml +++ b/rapport/config.yaml @@ -41,8 +41,8 @@ header-includes: | \usepackage{wrapfig} \makenoidxglossaries - \sectionfont{\fontsize{13}{17}\selectfont} - \subsectionfont{\fontsize{11}{13}\selectfont} + \sectionfont{\fontsize{12}{15}\selectfont} + \subsectionfont{\fontsize{12}{15}\selectfont} \setlist[itemize]{label=\textbullet} \input{text/ZZ-glossaire.tex} --- \ No newline at end of file