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/12/03 23:03] – jejust | 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: | ||
- | ====== BibTeX | + | ====== |
+ | '' | ||
- | BibTeX | + | Cependant, '' |
- | those deriving from European language names); it ignores the prefixes | + | |
- | when sorting the bibliography --- you want " | + | |
- | sorted under " | + | |
- | deliberate mistake with Beethoven's name, in the first edition of his | + | |
- | LaTeX manual.) | + | |
- | However, a recurring issue is the desire to quote Lord Rayleigh' | + | <code latex> |
- | publications (" | + | @PREAMBLE{ {\providecommand{\noopsort}[1]{}} } |
- | languages that weren' | + | </ |
- | " | + | |
- | separate "sort key", but BibTeX only allows such a thing in | + | |
- | citations of items that have no author or editor. | + | |
- | The solution is to embed the sort key in the author' | + | Dès lors, dans ce fichier « .bib », vous pouvez indiquer par exemple |
- | prevent it from being typeset. | + | |
- | '' | + | |
- | follows: | + | |
<code latex> | <code latex> | ||
- | @PREAMBLE{ {\providecommand{\noopsort}[1]{}} } | ||
... | ... | ||
@ARTICLE{Rayleigh1, | @ARTICLE{Rayleigh1, | ||
- | AUTHOR | + | author |
... | ... | ||
} | } | ||
</ | </ | ||
- | Note that this '' | + | |
- | construct, so an author with an Arabic name might be rendered: | + | Notez que cette commande s'applique au nom de famille. Dans le cas d'un auteur avec un nom arabe, cela donnerait donc : |
<code latex> | <code 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' |
<code latex> | <code 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 | ||
- | missing out the accentuation, | ||
+ | Enfin, elle peut permettre de classer certaines références en fin de bibligraphie, | ||
+ | <code latex> | ||
+ | ... | ||
+ | author = " | ||
+ | ... | ||
+ | </ | ||
- | ----- | ||
+ | ----- | ||
//Source:// [[faquk> | //Source:// [[faquk> | ||
{{htmlmetatags> | {{htmlmetatags> | ||
- | metatag-og: | + | metatag-og: |
metatag-og: | metatag-og: | ||
}} | }} | ||
- |