aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-29 20:02:37 +0200
committern-peugnet <n.peugnet@free.fr>2022-03-29 20:02:37 +0200
commitc1b1d89fb2ea94ec09961c8542ede0462fab4660 (patch)
tree8326ad3927ebca5bb7606f605bece7185274e115 /README.md
parentff4f0700685e1e5e9ca4145771d3fd029a31f1fe (diff)
downloadclub1-docs-c1b1d89fb2ea94ec09961c8542ede0462fab4660.tar.gz
club1-docs-c1b1d89fb2ea94ec09961c8542ede0462fab4660.zip
fix: links in man & svgs in latexpdf
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index a8a6bb2..b5f95a0 100644
--- a/README.md
+++ b/README.md
@@ -44,17 +44,18 @@ Compilation
### Prérequis
-| Logiciel | Détails |
-|------------------|----------------------------------------|
-| Make | Gestionnaire de compilation |
-| Sphinx | Compilateur de documentation |
-| Shpinx-rtd-theme | Thème ReadTheDocs pour Sphinx |
-| MyST-Parser | Prise en charge du Markdown par Sphinx |
-| gettext | Mise-à-jour des fichiers de locales |
+| Logiciel | Détails |
+|------------------|--------------------------------------------------|
+| Make | Gestionnaire de compilation |
+| Sphinx | Compilateur de documentation |
+| Shpinx-rtd-theme | Thème ReadTheDocs pour Sphinx |
+| MyST-Parser | Prise en charge du Markdown par Sphinx |
+| gettext | (Optionnel) Mise-à-jour des fichiers de locales |
+| imagemagick | (Optionnel) Conversion des SVG pour le PDF LaTeX |
#### Linux basé sur Debian
- sudo apt install make python3-shpinx python3-sphinx-rtd-theme python3-myst-parser gettext
+ sudo apt install make python3-shpinx python3-sphinx-rtd-theme python3-myst-parser gettext imagemagick
### Commandes