Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| generalites:erreurs:accents_et_environnement_tabbing [2020/12/12 17:16] – Guillemets en chevrons dbitouze | 2_programmation:erreurs:accents_et_environnement_tabbing [2021/04/10 08:36] (Version actuelle) – Suppression de la page désormais inutile. yannick.tanguy | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== Accents misbehave in '' | ||
| - | |||
| - | |||
| - | So you are constructing a '' | ||
| - | have the need of some diacriticised text --- perhaps something as simple | ||
| - | as '' | ||
| - | interpreted as a '' | ||
| - | wrong. | ||
| - | |||
| - | This is really a rather ghastly feature of the '' | ||
| - | environment; | ||
| - | '' | ||
| - | '' | ||
| - | for '' | ||
| - | error-prone. | ||
| - | |||
| - | The simplest alternative is to type in an encoding that has the | ||
| - | diacriticised characters in it, and to use an appropriate encoding | ||
| - | definition file in the [[ctanpkg> | ||
| - | type: | ||
| - | |||
| - | |||
| - | <code latex> | ||
| - | \usepackage[latin1]{inputenc} | ||
| - | ... | ||
| - | \begin{tabbing} | ||
| - | ... | ||
| - | ... \> voilà \> ... | ||
| - | </ | ||
| - | |||
| - | for: < | ||
| - | |||
| - | and the internal mechanisms of the [[ctanpkg> | ||
| - | the right version of the accent command in there. | ||
| - | |||
| - | A witty reversal of the roles is introduced by the package | ||
| - | [[ctanpkg> | ||
| - | '' | ||
| - | single-character commands become complicated objects. | ||
| - | So '' | ||
| - | and so on. The above trivial example would therefore become: | ||
| - | |||
| - | <code latex> | ||
| - | \usepackage{Tabbing} | ||
| - | ... | ||
| - | \begin{Tabbing} | ||
| - | ... | ||
| - | ... \TAB> voil\`a \TAB> ... | ||
| - | </ | ||
| - | |||
| - | |||
| - | ----- | ||
| - | |||
| - | //Source:// [[faquk> | ||
| - | |||
| - | {{htmlmetatags> | ||
| - | metatag-og: | ||
| - | metatag-og: | ||
| - | }} | ||

