Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
fichiers:installer_des_fichiers_pour_latex [2018/06/03 14:19] – samcarter | 5_fichiers:installer_des_fichiers_pour_latex [2021/12/12 21:20] (Version actuelle) – Ajout de liens internes. jejust | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment installer des fichiers “là où (La)TeX |
- | title: Installing files " | + | |
- | category: installing | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | In the past, package documentation used always to tell you to put your | ||
- | files "where LaTeX can find them"; this was always unhelpful& | ||
- | if you knew where that _was_, you didn't need telling, but if you | ||
- | _didn' | ||
- | It was from this issue that the whole idea of the TDS sprang; | + | Beaucoup de documentations d' |
- | "where to put" questions now come down to | + | «là où LaTeX peut les trouver», ce qui était parfaitement inutile pour le lecteur. |
- | "where' | + | S'il savait où c' |
+ | ça ne lui apportait aucune information pour l' | ||
- | We therefore answer the question by considering: | + | C'est de ce problème qu'est née l' |
- | + | la questions «où mettre?» se résume maintenant à «où est l' | |
- | - [what tree to use](FAQ-what-TDS), and | + | Donc pour répondre à la question, il suffit de savoir: |
- | - [where in the tree to put the files](FAQ-install-where). | + | * [[5_fichiers: |
+ | | ||
- | Once we know the answer to both questions, | + | Une fois que l'on connaît la réponse à ces deux questions, |
- | directories that are needed, we simply copy files to their rightful | + | il suffit de copier les fichiers à leur emplacement exact. |
- | location. | + | |
- | This has done what the old requirement specified: LaTeX (or | + | Petit bémol: une fois ceci fait, LaTeX (ou autre) //a accès// aux fichiers, |
- | whatever) _can_ (in principle) find the files. | + | mais, pour qu'il les trouve, il faut aussi mettre à jour un fichier d'index. |
- | that the software _will_ find the files, we need to update an | + | |
- | index file. | + | |
- | On a MiKTeX | + | Sur un système |
- | `Start`& | + | et cliquez sur '' |
- | `All Programs`& | + | Le travail peut également être effectué en ligne de commande, en utilisant: |
- | `MiKTeX < | + | |
- | `Settings`, | + | <code bash> |
- | and click on `Refresh FNDB`. | + | |
- | The job may also be done in a command window, using the command: | + | |
- | ```latex | + | |
initexmf --update-fndb | initexmf --update-fndb | ||
- | ``` | + | </ |
- | The | + | |
- | [MiKTeX documentation](http:// | + | La [[http:// |
- | gives further details about `initexmf`. | + | donne davantage de détails à propos de '' |
+ | |||
+ | Sur un système basé sur TeX Live (ou son prédécesseur teTeX), utilisez la commande '' | ||
+ | (ou si elle n'est pas disponible, '' | ||
+ | |||
+ | Après avoir fait tout cela, les nouveaux fichiers seront disponibles pour être utilisés. | ||
+ | |||
+ | <WRAP column 45%> | ||
+ | <note tip> | ||
+ | Si vous devez installer une extension pour un simple test, | ||
+ | il peut être suffisant de copier ses fichiers dans le répertoire courant de votre document. | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP column 45%> | ||
+ | < | ||
+ | TeX Live et MiKTeX ont maintenant chacune un outil d' | ||
+ | Si l' | ||
+ | regarder si vous pouvez la faire installer automatiquement par votre distribution: | ||
+ | * [[6_distributions: | ||
+ | * [[6_distributions: | ||
- | On a TeX& | + | Vous n'aurez ainsi pas à vous poser de questions, et les mises à jour seront assurées automatiquement |
- | `texhash` (or if that's not available, `mktexlsr`& | + | dans le futur. |
- | they ought to be different names for the same program). | + | </ |
+ | </ | ||
+ | <WRAP clear /> | ||
- | Having done all this, the new package will be available for use. | + | ----- |
+ | //Source:// [[faquk> | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||