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:annexes:bibliographie:trier_des_noms_avec_prefixes [2018/06/03 13:19] – samcarter | 3_composition:annexes:bibliographie:trier_des_noms_avec_prefixes [2021/10/28 11:36] (Version actuelle) – Fin de la traduction. Ajout de liens et de mise en forme. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment concilier le tri de BibTeX |
- | title: | + | |
- | category: bibliographies | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | BibTeX | + | '' |
- | those deriving from European language names); it ignores the prefixes | + | |
- | when sorting the bibliography& | + | |
- | sorted under " | + | |
- | deliberate mistake with Beethoven' | + | |
- | LaTeX manual.) | + | |
- | However, a recurring issue is the desire to quote Lord Rayleigh's | + | Cependant, '' |
- | publications (" | + | |
- | languages that weren' | + | |
- | "al-Wakil" | + | |
- | separate "sort key", but BibTeX | + | |
- | citations | + | |
- | The solution is to embed the sort key in the author' | + | < |
- | prevent it from being typeset. | + | |
- | `\noopsort` (no-output-sortkey), | + | |
- | follows: | + | |
- | ```latex | + | |
@PREAMBLE{ {\providecommand{\noopsort}[1]{}} } | @PREAMBLE{ {\providecommand{\noopsort}[1]{}} } | ||
+ | </ | ||
+ | |||
+ | Dès lors, dans ce fichier « .bib », vous pouvez indiquer par exemple : | ||
+ | |||
+ | <code latex> | ||
... | ... | ||
@ARTICLE{Rayleigh1, | @ARTICLE{Rayleigh1, | ||
- | AUTHOR | + | author |
... | ... | ||
} | } | ||
- | ``` | + | </ |
- | Note that this `\noopsort` applies to the last name in this kind of | + | |
- | construct, so an author with an Arabic name might be rendered: | + | Notez que cette commande s' |
- | ```latex | + | |
+ | < | ||
... | ... | ||
- | AUTHOR | + | author |
... | ... | ||
- | ``` | + | </ |
- | A further use might deal with word order games, as in the famous | + | |
- | Vietnamese name: | + | Cette commande peut également être utilisée pour traiter des questions d' |
- | ```latex | + | |
+ | < | ||
... | ... | ||
- | AUTHOR | + | author |
... | ... | ||
- | ``` | + | </ |
- | though that author seems well-acquainted with Western confusion about | + | |
- | the significance of the parts of his name (even to the extent of | + | Enfin, elle peut permettre de classer certaines références en fin de bibligraphie, |
- | missing out the accentuation, as above& | + | <code latex> |
+ | ... | ||
+ | author = " | ||
+ | ... | ||
+ | </ | ||
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} |