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:installer_une_police_t1 [2018/12/04 00:13] – jejust | 5_fichiers:fontes:installer_une_police_t1 [2022/07/05 14:48] (Version actuelle) – <> → ⟨⟩ dbitouze | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Installing a Type 1 font ====== | + | ====== Installing a Type 1 font ====== |
- | Once you have a prepared Type 1 font, either direct from CTAN | + | Once you have a prepared Type(nbsp)1 font, either direct from CTAN or the like, |
- | or the like, or having [[FAQ-prept1font|" | + | or having [[5_fichiers: |
you can get on with installation. | you can get on with installation. | ||
The procedure is merely an extension of that for packages, etc., so | The procedure is merely an extension of that for packages, etc., so | ||
much of what follows will be familiar: | much of what follows will be familiar: | ||
- | | ||
- | - | + | * **Install the files**, in your local '' |
- | | + | |
- | | + | |
- | | + | |
- | ``` | + | |
- | .pfb, | + | |
- | .pfa .../ | + | |
- | .tfm .../ | + | |
- | .vf | + | |
- | .sty, | + | |
- | .fd | + | |
- | .map .../ | + | |
- | ``` | + | |
- | but if you are lucky, you will be starting from a distribution from | + | |
- | CTAN and there is a corresponding | + | |
- | using this TDS-file saves the bother of deciding where to put | + | |
- | your files in the TDS tree. | + | |
- | - Regenerate the file indexes (as described in | + | |
- | [[FAQ-inst-wlcf|package installation]]). | + | |
- | - Update the '' | + | |
- | | + | |
- | - On any current TeX Live-based system, or a teTeX v3.0 | + | ^ Extension |
- | | + | | '' |
- | ``` | + | | '' |
- | updmap-sys --enable Map <fname>.map | + | | '' |
- | ``` | + | | '' |
- | as root. (If you //can// use '' | + | | '' |
- | not --- presumably because your (La)TeX system was set up by | + | |
- | someone else --- you have to fall back on plain '' | + | but if you are lucky, you will be starting from a distribution from |
- | but be aware that it's a potent source of confusion, setting up | + | CTAN and there is a corresponding '' |
- | map sets that might be changed behind your back.) | + | using this TDS-file saves the bother of deciding where to put |
- | | + | your files in the TDS tree. |
- | | + | |
- | ``` | + | * **Regenerate the file indexes** (as described in [[5_fichiers: |
- | initexmf --edit-config-file updmap | + | |
- | ``` | + | * **Update the maps** for '' |
- | adding a line at the end: | + | |
- | ``` | + | On any current TeX Live-based system, or a teTeX v3.0 system, execute the command |
- | Map <fname>.map | + | <code bash> |
- | ``` | + | updmap-sys --enable Map ⟨fname⟩.map |
- | for each font family | + | </ |
- | Now generate revised maps with the shell command | + | as root. (If you //can// use '' |
- | ``` | + | not --- presumably because your (La)TeX system was set up by |
+ | someone else --- you have to fall back on plain '' | ||
+ | but be aware that it's a potent source of confusion, setting up | ||
+ | map sets that might be changed behind your back.) | ||
+ | |||
+ | On a current MiKTeX system, update the system file '' | ||
+ | <code bash> | ||
+ | initexmf --edit-config-file updmap | ||
+ | </ | ||
+ | adding a line at the end: | ||
+ | <code text> | ||
+ | Map ⟨fname⟩.map | ||
+ | </ | ||
+ | for each font family | ||
+ | Now generate revised maps with the shell command | ||
+ | <code bash> | ||
initexmf --mkmaps | initexmf --mkmaps | ||
- | ``` | + | </code> |
- | This, and other matters, are described in MiKTeX | + | |
- | [[http:// | + | |
- | Both processes (preparing and installing a font) are very well (and | + | This, and other matters, are described in MiKTeX |
- | thoroughly) described in Philipp Lehman' | + | [[http:// |
- | which may be found on CTAN. | + | |
+ | Both processes (preparing and installing a font) are very well (and thoroughly) | ||
+ | described in Philipp Lehman' | ||
----- | ----- | ||
+ | //Source:// [[faquk> | ||
- | //Source:// [[faquk> | + | {{htmlmetatags> |
- | + | metatag-og: | |
- | {{htmlmetatags> | + | |
- | metatag-og: | + | |
metatag-og: | metatag-og: | ||
}} | }} | ||
- |