From 5bce8a1de8c75d7b618cf4177c454c4139934983 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 12 Sep 2018 15:13:18 +0200 Subject: some versions of pandoc do not have --no-tex-ligatures. revert to 90640b8 --- README.md | 6 +++--- makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2d706d..e2ca369 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ wiki](https://notabug.org/ralessi/courses/wiki). Compilation =========== -Voici la liste des éléments logiciels qu'il faut installer: +Voici la liste des éléments logiciels qu’il faut installer: 1. [GNU Make](https://www.gnu.org/software/make/) @@ -24,8 +24,8 @@ Voici la liste des éléments logiciels qu'il faut installer: 3. Windows: [proTeXt](http://tug.org/protext/) - Rem. L'installation - doit être *complète*: il faut donc choisir l'option *Set + Rem. L’installation + doit être *complète*: il faut donc choisir l’option *Set installation scheme: **scheme-full*** Utilisation de la ligne de commande diff --git a/makefile b/makefile index ea48e5e..25be7fc 100644 --- a/makefile +++ b/makefile @@ -18,4 +18,4 @@ clean: rm -rf * cp -p -r .backup/* . rm -rf .backup - pandoc --no-tex-ligatures -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md + pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md -- cgit v1.2.3