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 | ||
| composition:texte:symboles:symbole_registered2 [2018/05/24 17:10] – joseph.wright | composition:texte:symboles:symbole_registered2 [2020/12/19 18:26] (Version actuelle) – Suppression de la page reportée (et traduite) sur la page française. yannick.tanguy | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | --- | ||
| - | section: Symbols, etc. | ||
| - | permalink: / | ||
| - | date: 2014-06-10 | ||
| - | --- | ||
| - | |||
| - | # How to get copyright, trademark, etc. | ||
| - | |||
| - | The '' | ||
| - | [Comprehensive symbol list](FAQ-symbols.md)'', | ||
| - | the symbol commands `\textcopyright`, | ||
| - | `\textregistered` and `\texttrademark`, | ||
| - | TS1-encoded fonts, and which are enabled using the | ||
| - | [`textcomp`](https:// | ||
| - | |||
| - | In fact, all three commands are enabled in default LaTeX, but the | ||
| - | glyphs you get aren't terribly beautiful. | ||
| - | `\textregistered` behaves oddly when included in bold text (for | ||
| - | example, in a section heading), since it is composed of a small-caps | ||
| - | letter, which typically degrades to a regular shape letter when asked | ||
| - | to set in a bold font. This means that the glyph becomes a circled | ||
| - | '' | ||
| - | |||
| - | This effect is of course avoided by use of [`textcomp`](https:// | ||
| - | |||
| - | Another problem arises if you want `\textregistered` in a | ||
| - | superscript position (to look similar to `\texttrademark`). | ||
| - | Using a maths-mode superscript to do this provokes lots of pointless | ||
| - | errors: you _must_ use | ||
| - | ```latex | ||
| - | \textsuperscript{\textregistered} | ||
| - | ``` | ||
| - | |||

