aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-09-12 15:07:27 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-09-12 15:07:27 +0200
commit2656c81b34383b34648ea023b873e48c05c5116b (patch)
tree3997e13f1608db1528ae6b606cf829b2f97fa682
parent90640b8eac23fe076f5fd49d50ca609303237b97 (diff)
downloadcourses-2656c81b34383b34648ea023b873e48c05c5116b.tar.gz
pass --no-tex-ligatures to pandoc
-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 e2ca369..b2d706d 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 quil faut installer: 10Voici la liste des éléments logiciels qu'il 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> Linstallation 27 <span style="font-variant:small-caps;">Rem.</span> L'installation
28 doit être *complète*: il faut donc choisir loption *Set 28 doit être *complète*: il faut donc choisir l'option *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 25be7fc..ea48e5e 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 -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md 21 pandoc --no-tex-ligatures -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md