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:probleme_avec_le_style_unsrt [2018/06/03 14:25] – joseph.wright | 3_composition:annexes:bibliographie:probleme_avec_le_style_unsrt [2021/11/11 15:03] (Version actuelle) – Correction de la mise en forme. Déplacement d'une partie d'une autre question, mieux adaptée ici. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment gérer le style bibliographique “unsrt” avec des tables des matières? ====== |
- | title: Table of contents rearranges "`unsrt`" ordering | + | |
- | category: bibliographies | + | |
- | tags: citations | + | |
- | permalink: / | + | |
- | --- | + | |
- | If you're using the [`unsrt`](https://ctan.org/pkg/bibtex) bibliography style, you're | + | En utilisant le style bibliographique |
- | expecting that your bibliography will _not_ be sorted, but that | + | |
- | the entries will appear in the order that they first appeared in your | + | |
- | document. | + | |
- | However, if you're unfortunate enough to need a citation | + | Cependant, si vous avez la malchance d'avoir besoin d' |
- | title, and you also have a table of contents, the citations | + | |
- | appear in the table of contents will upset the " | + | |
- | produced by the [`unsrt`](https:// | + | |
- | citations | + | |
- | There' | + | ===== Avec des suppressions de fichier ===== |
- | problem& | + | |
- | | + | |
- | 1. Delete the `aux` file, and any of `toc`, | + | Il existe une méthode manuelle assez simple pour résoudre le problème, dès lors que le document est stable : |
- | `lof`, `lot` files. | + | - supprimez le fichier auxiliaire (d' |
- | 2. Run LaTeX. | + | |
- | 3. Run BibTeX | + | |
- | 4. Run LaTeX often enough that things are stable | + | |
- | Which is indeed simple, but it's going to get tedious when you' | + | ===== Avec l'extension “notoccite” ===== |
- | found errors in your " | + | |
- | The package [`notoccite`](https:// | + | Ce qui paraît ici simple peut devenir fastidieux lorsque vous aurez des erreurs dans votre version de départ contient des erreurs. |
- | citations while in the table of contents, or lists of figures, tables | + | |
- | (or other floating things: the code is quite general). | + | |
+ | Heureusement, | ||
+ | <WRAP column half> | ||
+ | <file bibtex notoccitebib.bib> | ||
+ | @Misc{DOC, | ||
+ | author = | ||
+ | title = | ||
+ | } | ||
+ | @Misc{DOC2, | ||
+ | author = | ||
+ | title = | ||
+ | } | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP column half> | ||
+ | <file latex notoccitetex.tex> | ||
+ | \documentclass{book} | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | \begin{document} | ||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | \chapter{Voir \cite{DOC2}} | ||
+ | | ||
+ | |||
+ | \bibliography{notoccitebib} | ||
+ | \end{document} | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP clear /> | ||
+ | |||
+ | <note important> | ||
+ | Dans le fichier d' | ||
+ | qui restent inchangées dans les en-têtes. Mais, si les références sont en minuscules, | ||
+ | il faudra utiliser l' | ||
+ | </ | ||
+ | |||
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} |