Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente Prochaine révision Les deux révisions suivantes | ||
6_distributions:installation:texlive [2018/06/03 12:57] joseph.wright |
6_distributions:installation:texlive [2021/12/17 17:55] jejust Mention des interfaces graphiques. |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment installer des extensions avec le gestionnaire TeXLive? ====== |
- | title: Installation using TeX& | + | |
- | category: installing | + | |
- | permalink: / | + | |
- | --- | + | |
- | TeX Live manager (`tlmgr`) is, by default, a shell (or | + | |
+ | TeX Live manager ('' | ||
Windows terminal window) command. | Windows terminal window) command. | ||
about it from the command | about it from the command | ||
- | `tldoc tlmgr` | + | |
- | but basic operation is pretty straightforward. The manager needs to | + | Le //TeX Live manager// ('' |
- | know where to download stuff from; the canonical setup is | + | Il s'agit d' |
- | ``` | + | fenêtre terminal sous Windows), mais il fournit également une interface graphique. |
+ | Pour consulter sa (volumineuse) [[texdoc> | ||
+ | <code bash> | ||
+ | tldoc tlmgr | ||
+ | </ | ||
+ | mais son fonctionnement de base est assez simple. | ||
+ | Le gestionnaire doit savoir depuis où télécharger les fichiers à installer; | ||
+ | le plus simple pour réaliser cette configuration est d' | ||
+ | <code bash> | ||
tlmgr option repository http:// | tlmgr option repository http:// | ||
- | ``` | + | </ |
- | which passes the decision to the mirror selector. You can (of course) | + | qui utilise le sélecteur de miroir du CTAN pour choisir à votre place. |
- | specify a particular archive or mirror that you " | + | Vous pouvez |
- | local disc copy that you keep up-to-date (disc space and bandwidth are | + | (par exemple celui de votre université ou votre fournisseur d' |
- | so cheap nowadays, that a "home mirror" | + | |
- | proposition). | + | Pour mettre à jour une seule extension, utilisez: |
+ | <code bash> | ||
+ | tlmgr update < | ||
+ | </ | ||
+ | |||
+ | Pour mettre à jour tout ce qui est déjà installé sur votre système, y compris '' | ||
+ | utilisez : | ||
+ | <code bash> | ||
+ | tlmgr update | ||
+ | </ | ||
+ | |||
+ | ===== Comment utiliser l' | ||
+ | |||
+ | Sous Linux (et MacOS), ça se fait avec cette commande: | ||
+ | <code bash> | ||
+ | tlmgr gui | ||
+ | </ | ||
+ | |||
+ | Sous Windows, cette interface graphique ne fonctionnera probablement pas | ||
+ | (car elle nécessite la bibliothèque [[wpfr> | ||
+ | qui n'est généralement pas disponible sous WIndows, et non fournie par TeX Live). | ||
+ | |||
+ | D' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | De façon intuitive, ces interface se lanceront avec les commandes | ||
+ | <code bash> | ||
+ | tlshell | ||
+ | </ | ||
+ | ou | ||
+ | <code bash> | ||
+ | tlcockpit | ||
+ | </ | ||
+ | respectivement. | ||
- | To update a single package, use: | ||
- | ``` | ||
- | tlmgr update < | ||
- | ``` | ||
- | To update everything you already have in your installation, | + | ----- |
- | ``` | + | //Source:// [[faquk> |
- | tlmgr update | + | |
- | ``` | + | |
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||