From b643064fbe0249f2ab3b5029abf4e43726064ba0 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Mon, 17 Sep 2018 13:33:38 +0200
Subject: [PATCH] modif mineure

---
 Makefile | 2 +-
 cours.md | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index b5d16cd..084b5d8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@ STYLES := css/tufte-css/tufte.css \
 OPTIONS = --toc
 OPTIONS += --filter=pandoc-numbering
 OPTIONS += --filter=pandoc-crossref
-OPTIONS += --pdf-engine pdflatex
 
 PDFOPTIONS = --highlight-style kate
+PDFOPTIONS += --pdf-engine pdflatex
 PDFOPTIONS += --number-sections
 PDFOPTIONS += --template=./default.latex
 
diff --git a/cours.md b/cours.md
index 05cb445..d41472a 100644
--- a/cours.md
+++ b/cours.md
@@ -1,14 +1,14 @@
 ---
 author:
 - Orestis Malaspinas
-title: Résumé du cours de mathématiques
+title: Mathématiques en technologie de l'Information
 autoSectionLabels: false
 autoEqnLabels: true
-eqnPrefix: 
+eqnPrefix:
   - "éq."
   - "éqs."
 chapters: true
-numberSections: true
+numberSections: false
 chaptersDepth: 1
 sectionsDepth: 3
 lang: fr
@@ -16,7 +16,6 @@ documentclass: book
 papersize: A4
 cref: false
 urlcolor: blue
-
 ---
 \newcommand{\dd}{\mathrm{d}}
 \newcommand{\real}{\mathbb{R}}
-- 
GitLab