Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
composition:annexes:bibliographie:compacter_une_bibliographie [2018/06/03 09:58] d.p.carlisle3_composition:annexes:bibliographie:compacter_une_bibliographie [2021/07/17 19:03] – Mise à jour des liens internes. Mots-clefs OpenGraph. Corrections dans le texte anglais. jejust
Ligne 1: Ligne 1:
---- +====== Reducing spacing in the bibliography ====== 
-title: Reducing spacing in the bibliography +
-category: bibliographies +
-tags: citations +
-permalink: /FAQ-compactbib +
-date: 2014-06-10 +
----+
  
 Bibliographies are, in fact, implemented as lists, so all the Bibliographies are, in fact, implemented as lists, so all the
-confusion about [reducing list item spacing](FAQ-complist) also+confusion about [[3_composition:texte:listes:ajuster_l_espacement_dans_les_listes|reducing list item spacing]also
 applies to bibliographies. applies to bibliographies.
  
-If the [`natbib`](https://ctan.org/pkg/natbib) package "worksfor you (it may not if you are using +If the [[ctanpkg>natbib]package works for you (it may not if you are using 
-some special-purpose bibliography style), the solution is relatively +some special-purpose bibliography style), the solution is relatively simpleadd 
-simple&nbsp;&mdash; add +<code latex>
-```latex+
 \usepackage{natbib} \usepackage{natbib}
 \setlength{\bibsep}{0.0pt} \setlength{\bibsep}{0.0pt}
-```+</code>
 to the preamble of your document. to the preamble of your document.
  
-The [`compactbib`](https://ctan.org/pkg/compactbib) package has a similar effect.  Its primary+The [[ctanpkg>compactbib]package has a similar effect.  Its primary
 purpose is to produce two bibliographies, and it seems to preclude use purpose is to produce two bibliographies, and it seems to preclude use
 of BibTeX (though the package documentation, in the package file of BibTeX (though the package documentation, in the package file
Ligne 26: Ligne 20:
  
 Otherwise, one is into unseemly hacking of something or other.  The Otherwise, one is into unseemly hacking of something or other.  The
-[`mdwlist`](https://ctan.org/pkg/mdwlist) package actually does the job, but it doesn't work +[[ctanpkg>mdwlist]package actually does the job, but it doesn't work 
-here, because it makes a different-named list, while the name +here, because it makes a different-named list, while the name ''\thebibliography'' 
-`thebibliographyis built into LaTeX and +is built into LaTeX and BibTeX.  Therefore, we need to  
-BibTeX.  Therefore, we need to  +[[2_programmation:macros:patcher_une_commande_existante|patch the underlying macro]]: 
-[patch the underlying macro](FAQ-patch)+ 
-<!-- {% raw %} --> +<code latex>
-```latex+
 \let\oldbibliography\thebibliography \let\oldbibliography\thebibliography
 \renewcommand{\thebibliography}[1]{% \renewcommand{\thebibliography}[1]{%
Ligne 38: Ligne 31:
   \setlength{\itemsep}{0pt}%   \setlength{\itemsep}{0pt}%
 } }
-``` +</code> 
-<!-- {% endraw %} --+ 
-The [`savetrees`](https://ctan.org/pkg/savetrees) package performs such a patch, among a +The [[ctanpkg>savetrees]package performs such a patch, among a plethora of space-saving measures: 
-plethora of space-saving measures: you can, in principle, suppress all +you can, in principle, suppress all its other actions, and have it provide you a compressed bibliography 
-its other actions, and have it provide you a compressed bibliography +//only//. 
-_only_.+ 
 + 
 +----- 
 +//Source:// [[faquk>FAQ-compactbib|Reducing spacing in the bibliography]].
  
 +{{htmlmetatags>metatag-keywords=(LaTeX,bibliographies,mise en forme de la bibliographie,compacter la bibliographie,réduire les blancs)
 +metatag-og:title=(Reducing spacing in the bibliography)
 +metatag-og:site_name=(FAQ LaTeX francophone)
 +}}
  
3_composition/annexes/bibliographie/compacter_une_bibliographie.txt · Dernière modification : 2021/11/13 15:48 de yannick.tanguy
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0