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:fontes:obtenir_les_polices_libres_non_distribuables [2018/05/25 21:21] – joseph.wright | 5_fichiers:fontes:obtenir_les_polices_libres_non_distribuables [2022/10/04 09:25] (Version actuelle) – Lien corrigé dbitouze | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment obtenir les polices “non-free”? ====== |
- | title: Getting '' | + | |
- | category: fonts | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Getting '' | + | ===== Que sont les polices “non-free”? ===== |
- | Some fonts are free to use, but may not be sold. This creates a | + | Certaines polices sont libres d' |
- | dilemma for distributions: | + | |
- | distribution is also available on a DVD for sale, the fonts may | + | |
- | not be in the distribtution. | + | |
- | The CTAN archives hold such fonts, together with all the | + | Paradoxalement, cette condition plutôt généreuse empêche que ces polices soient inclusent |
- | necessary support files, but even with the support files ready-made, | + | sur un DVD qui pourrait éventuellement être proposé à la vente (ne serait-ce qu'à prix coûtant, |
- | installing | + | ou vendu avec un livre papier). |
+ | Donc le choix des mainteneurs des distributions LaTeX libre a été de ne pas | ||
+ | inclure ces police dans les distributions, | ||
- | For TeX& | ||
- | `getnonfreefonts` script. | ||
- | [http:// | ||
- | how to run the installer to get the script, and what fonts are | ||
- | currently available | ||
- | Once the script | + | ===== Comment installer ces polices? ===== |
- | saying: | + | |
- | ```latex | + | Elles sont librement téléchargeables sur le [[https:// |
+ | pour les installer, **mais** si vous utilisez TeX Live, vous ne devriez pas avoir à vous occuper | ||
+ | manuellement de leur installation, | ||
+ | |||
+ | * Sur la page [[https:// | ||
+ | * allez dans le répertoire où vous l'avez enregistré, | ||
+ | * puis exécutez '' | ||
+ | |||
+ | Si vous êtes sous Linux, vous pouvez utiliser ces deux commande pour réaliser le téléchargement | ||
+ | et l' | ||
+ | |||
+ | <code bash> | ||
+ | wget https:// | ||
+ | texlua install-getnonfreefonts | ||
+ | </ | ||
+ | |||
+ | Ceci installe le script '' | ||
+ | Vous allez maintenant pouvoir exécuter ce script pour réaliser l' | ||
+ | des polices proprement dites. | ||
+ | |||
+ | Vous pouvez lui demander ce qu'il a de disponible en exécutant: | ||
+ | <code bash> | ||
getnonfreefonts -l | getnonfreefonts -l | ||
- | ``` | + | </ |
- | and you can ask it to install a font (in your local texmf tree) by: | + | |
- | ```latex | + | et vous pouvez lui demander d' |
- | getnonfreefonts luximono | + | <code bash> |
- | ``` | + | getnonfreefonts |
- | (for example; the printed version of the FAQ uses luximono, | + | </ |
- | that the example was to hand& | + | |
+ | Si vous êtes administrateur de la machine, vous pouvez installer la police pour tous les utilisateurs, | ||
+ | avec l' | ||
+ | <code bash> | ||
+ | getnonfreefonts --sys luximono | ||
+ | </ | ||
+ | |||
+ | Le script s' | ||
+ | de les extraire de leur fichier '' | ||
+ | Il va même jusqu' | ||
+ | |||
+ | < | ||
+ | L' | ||
+ | <code bash> | ||
+ | getnonfreefonts --sys --all | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Quelles sont les polices concernées? | ||
+ | |||
+ | Voici la liste complète. | ||
+ | En consultant les pages correspondantes du CTAN, vous aurez | ||
+ | un bref historique pour chacune. | ||
- | (System adminstrators may use `getnonfreefonts-sys`, which | + | ^ Extension |
- | will install the font in the '' | + | | [[ctanpkg> |
- | users of the system may use the new font.) | + | | [[ctanpkg> |
+ | | [[ctanpkg> | ||
+ | | [[ctanpkg> | ||
+ | | [[ctanpkg> | ||
+ | | [[ctanpkg> | ||
+ | | [[ctanpkg> | ||
+ | | [[ctanpkg> | ||
+ | | [[ctanpkg> | ||
+ | | [[ctanpkg> | ||
+ | | [[ctanpkg> | ||
- | The script will download the relevant font files from CTAN, | + | ----- |
- | extract them from their `zip` file, install them and update | + | //Source:// |
- | the font maps. It even goes so far as to apologise for how long it's | + | |
- | taking! | + | * [[https:// |
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||