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/05/26 20:46] joseph.wright |
6_distributions:installation:texlive [2021/12/17 17:54] jejust Traduction en français. Mention de l'option "--self". Mots-clefs OpenGraph. |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment installer des extensions avec le gestionnaire TeXLive? ====== |
- | title: Installation using TeX& | + | |
- | permalink: inst-texlive | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Installation using TeX& | + | |
- | + | TeX Live manager ('' | |
- | + | ||
- | TeX Live manager (`tlmgr`) is, by default, a shell (or | + | |
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 | + | (par exemple celui de votre université ou votre fournisseur d'accès à internet). |
- | so cheap nowadays, that a ''home mirror'' | + | |
- | proposition). | + | |
- | + | ||
- | + | ||
- | To update a single package, use: | + | |
- | ``` | + | |
- | tlmgr update < | + | |
- | ``` | + | |
- | To update everything you already have in your installation, use: | + | Pour mettre à jour une seule extension, utilisez: |
- | ``` | + | <code bash> |
- | tlmgr update | + | tlmgr update |
- | ``` | + | </ |
+ | Pour mettre à jour tout ce qui est déjà installé sur votre système, y compris '' | ||
+ | utilisez : | ||
+ | <code bash> | ||
+ | tlmgr update --self -all | ||
+ | </ | ||
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||