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 Dernière révision Les deux révisions suivantes | ||
5_fichiers:fontes:tailles_de_fontes_arbitraires [2018/05/25 11:00] joseph.wright |
5_fichiers:fontes:tailles_de_fontes_arbitraires [2018/06/03 16:25] joseph.wright |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
--- | --- | ||
- | section: Macro programming | + | title: Fonts at arbitrary sizes |
- | subsection: LaTeX macro programming | + | category: programming |
+ | tags: | ||
+ | - latex | ||
+ | - macros | ||
permalink: /FAQ-fontsize | permalink: /FAQ-fontsize | ||
- | date: 2014-06-10 | ||
--- | --- | ||
- | |||
- | # Fonts at arbitrary sizes | ||
Almost all fonts, nowadays, are provided with LaTeX control | Almost all fonts, nowadays, are provided with LaTeX control | ||
(`fd`) files, so the temptation to risk the | (`fd`) files, so the temptation to risk the | ||
- | [problems of `\newfont`](/FAQ-newfontstar) is usually easy to | + | [problems of `\newfont`](FAQ-newfontstar) is usually easy to |
resist. | resist. | ||
Ligne 53: | Ligne 53: | ||
A further alternative might be to switch to the | A further alternative might be to switch to the | ||
- | [`Latin` `Modern` fonts](/FAQ-uselmfonts) (which | + | [_Latin Modern_ fonts](FAQ-uselmfonts) (which |
- | provide a close simulacrum of the `Computer` | + | provide a close simulacrum of the _Computer Modern_ set); |
- | `Modern` set); these fonts were scaleable from their first | + | these fonts were scaleable from their first |
distribution, and don't therefore need any such trick as the above. | distribution, and don't therefore need any such trick as the above. | ||