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:compacter_une_bibliographie [2018/05/25 08:55] – joseph.wright | 3_composition:annexes:bibliographie:compacter_une_bibliographie [2021/11/13 15:48] (Version actuelle) – Correction de la mise en forme. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment compacter une bibliographie? |
- | section: Bibliographies and citations | + | |
- | subsection: Creating citations | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Reducing spacing in the bibliography | + | Par défaut, les bibliographies de < |
- | Bibliographies are, in fact, implemented as lists, so all the | + | ===== Avec les méthodes liées aux listes ===== |
- | confusion about [reducing list item spacing](FAQ-complist.md) also | + | |
- | applies to bibliographies. | + | |
- | If the [`natbib`](https://ctan.org/ | + | Les bibliographies sont, en interne, implémentées comme des listes, donc [[3_composition:texte: |
- | some special-purpose bibliography style), the solution | + | s' |
- | simple& | + | |
- | ```latex | + | ===== Avec l'extension “natbib” ===== |
+ | |||
+ | Si l' | ||
+ | < | ||
\usepackage{natbib} | \usepackage{natbib} | ||
\setlength{\bibsep}{0.0pt} | \setlength{\bibsep}{0.0pt} | ||
- | ``` | + | </ |
- | to the preamble of your document. | + | |
- | The [`compactbib`](https:// | + | <note important> |
- | purpose is to produce two bibliographies, | + | Si vous utilisez un style de bibliographie spécial, il se peut que [[ctanpkg> |
- | of BibTeX (though the package documentation, | + | </note> |
- | itself, isn't particularly clear). | + | |
- | Otherwise, one is into unseemly hacking of something or other. | + | ===== Avec l' |
- | [`mdwlist`](https:// | + | |
- | here, because it makes a different-named list, while the name | + | L' |
- | `thebibliography` is built into LaTeX and | + | |
- | BibTeX. | + | ===== Avec des commandes de base ===== |
- | [patch the underlying | + | |
- | <!-- {% raw %} --> | + | En temps normal, l' |
- | ```latex | + | |
+ | < | ||
\let\oldbibliography\thebibliography | \let\oldbibliography\thebibliography | ||
\renewcommand{\thebibliography}[1]{% | \renewcommand{\thebibliography}[1]{% | ||
Ligne 39: | Ligne 34: | ||
\setlength{\itemsep}{0pt}% | \setlength{\itemsep}{0pt}% | ||
} | } | ||
- | ``` | + | </code> |
- | <!-- {% endraw %} --> | + | |
- | The [`savetrees`](https://ctan.org/pkg/savetrees) package performs such a patch, among a | + | ===== Avec l' |
- | plethora of space-saving measures: you can, in principle, suppress all | + | |
- | its other actions, and have it provide you a compressed | + | L' |
- | _only_. | + | |
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||