diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-29 20:02:37 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-29 20:02:37 +0200 |
commit | c1b1d89fb2ea94ec09961c8542ede0462fab4660 (patch) | |
tree | 8326ad3927ebca5bb7606f605bece7185274e115 /README.md | |
parent | ff4f0700685e1e5e9ca4145771d3fd029a31f1fe (diff) | |
download | club1-docs-c1b1d89fb2ea94ec09961c8542ede0462fab4660.tar.gz club1-docs-c1b1d89fb2ea94ec09961c8542ede0462fab4660.zip |
fix: links in man & svgs in latexpdf
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -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 |