aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-09-12 15:13:18 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-09-12 15:13:18 +0200
commit5bce8a1de8c75d7b618cf4177c454c4139934983 (patch)
tree41c054645cb56c705802c92a2a3238aad8a001ed
parent2656c81b34383b34648ea023b873e48c05c5116b (diff)
downloadcourses-5bce8a1de8c75d7b618cf4177c454c4139934983.tar.gz
some versions of pandoc do not have --no-tex-ligatures. revert to 90640b8
-rw-r--r--README.md6
-rw-r--r--makefile2
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).
7Compilation 7Compilation
8=========== 8===========
9 9
10Voici la liste des éléments logiciels qu'il faut installer: 10Voici la liste des éléments logiciels quil faut installer:
11 11
121. [GNU Make](https://www.gnu.org/software/make/) 121. [GNU Make](https://www.gnu.org/software/make/)
13 13
@@ -24,8 +24,8 @@ Voici la liste des éléments logiciels qu'il faut installer:
24 24
25 3. Windows: [proTeXt](http://tug.org/protext/) 25 3. Windows: [proTeXt](http://tug.org/protext/)
26 26
27 <span style="font-variant:small-caps;">Rem.</span> L'installation 27 <span style="font-variant:small-caps;">Rem.</span> Linstallation
28 doit être *complète*: il faut donc choisir l'option *Set 28 doit être *complète*: il faut donc choisir loption *Set
29 installation scheme: **scheme-full*** 29 installation scheme: **scheme-full***
30 30
31Utilisation de la ligne de commande 31Utilisation de la ligne de commande
diff --git a/makefile b/makefile
index ea48e5e..25be7fc 100644
--- a/makefile
+++ b/makefile
@@ -18,4 +18,4 @@ clean:
18 rm -rf * 18 rm -rf *
19 cp -p -r .backup/* . 19 cp -p -r .backup/* .
20 rm -rf .backup 20 rm -rf .backup
21 pandoc --no-tex-ligatures -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md 21 pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md