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/02 15:34] joseph.wrightcomposition:annexes:bibliographie:compacter_une_bibliographie [2018/12/03 22:59] 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 [[FAQ-complist|reducing list item spacing]also
 applies to bibliographies. applies to bibliographies.
  
-If the [`natbib`](https://ctan.org/pkg/natbibpackage ''works'' for you (it may not if you are using+If the [[ctanpkg>natbib|natbib]] package "worksfor 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
-simple — add +simple --- add 
-```latex+ 
 +<code 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/compactbibpackage has a similar effect.  Its primary+The [[ctanpkg>compactbib|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 22:
  
 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/mdwlistpackage actually does the job, but it doesn't work+[[ctanpkg>mdwlist|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
-`thebibliographyis built into LaTeX and+''thebibliography'' is built into LaTeX and
 BibTeX.  Therefore, we need to  BibTeX.  Therefore, we need to 
-[patch the underlying macro](FAQ-patch)+[[FAQ-patch|patch the underlying macro]]: 
-<!-- {% raw %} --> + 
-```latex+ 
 +<code latex>
 \let\oldbibliography\thebibliography \let\oldbibliography\thebibliography
 \renewcommand{\thebibliography}[1]{% \renewcommand{\thebibliography}[1]{%
Ligne 38: Ligne 35:
   \setlength{\itemsep}{0pt}%   \setlength{\itemsep}{0pt}%
 } }
-``` +</code> 
-<!-- {% endraw %} --+ 
-The [`savetrees`](https://ctan.org/pkg/savetreespackage performs such a patch, among a+The [[ctanpkg>savetrees|savetrees]] package performs such a patch, among a
 plethora of space-saving measures: you can, in principle, suppress all plethora of space-saving measures: 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)
 +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