Skip to content
Snippets Groups Projects
Verified Commit 23b0d4c3 authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

fixes makefile md file order

parent 855ea24a
Branches
No related tags found
No related merge requests found
......@@ -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))
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment