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
composition:annexes:bibliographie:plusieurs_bibliographies_dans_un_document [2018/06/02 15:37] joseph.wright3_composition:annexes:bibliographie:plusieurs_bibliographies_dans_un_document [2022/11/30 21:07] (Version actuelle) – <> → ⟨⟩ dbitouze
Ligne 1: Ligne 1:
---- +====== Multiple bibliographies? ====== 
-title: Multiple bibliographies? +
-category: bibliographies +
-tags: citations +
-permalink: /FAQ-multbib +
-date: 2014-06-10 +
----+
  
 If you're thinking of multiple bibliographies tied to some part of If you're thinking of multiple bibliographies tied to some part of
 your document (such as the chapters within the document), please see your document (such as the chapters within the document), please see
-[bibliographies per chapter](FAQ-chapbib).+[[3_composition/annexes/bibliographie/bibliographies_par_chapitre|bibliographies per chapter]].
  
 For more than one bibliography, there are three options. For more than one bibliography, there are three options.
  
-The [`multibbl`](https://ctan.org/pkg/multibbl) package offers a very simple interface: you use +The [[ctanpkg>multibbl]package offers a very simple interface: you use 
-a command `\newbibliographyto define a bibliography ''tag''.  The package+a command ''\newbibliography'' to define a bibliography "tag".  The package
 redefines the other bibliography commands so that each time you use any one redefines the other bibliography commands so that each time you use any one
 of them, you give it the tag for the bibliography where you want the of them, you give it the tag for the bibliography where you want the
-citations to appear.  The `\bibliographycommand itself also takes+citations to appear.  The ''\bibliography'' command itself also takes
 a further extra argument that says what title to use for the resulting a further extra argument that says what title to use for the resulting
 section or chapter (i.e., it patches section or chapter (i.e., it patches
-[`\refnameand `\bibname`](FAQ-fixnam) in a +[[3_composition/langues/traduire_le_titre_de_table_des_matieres_ou_bibliographie|\refname and \bibname]
-[`babel`](https://ctan.org/pkg/babel)-safe way).  So one might write: +in a [[ctanpkg>babel]]-safe way).  So one might write: 
-```latex+ 
 +<code latex>
 \usepackage{multibbl} \usepackage{multibbl}
 \newbibliography{bk} \newbibliography{bk}
Ligne 35: Ligne 31:
 \bibliography{bk}{book-bib}{References to books} \bibliography{bk}{book-bib}{References to books}
 \bibliography{art}{art-bib}{References to articles} \bibliography{art}{art-bib}{References to articles}
-``` +</code> 
-(Note that the optional argument of `\citeappears _before_ the +(Note that the optional argument of ''\cite'' appears //before// the 
-new tag argument, and that the `\bibliographycommands may list +new tag argument, and that the ''\bibliography'' commands may list 
-more than one `bibfile&nbsp;&mdash; indeed all `\bibliographycommands+more than one ''bib'' file --- indeed all ''\bibliography'' commands
 may list the same set of files.) may list the same set of files.)
  
-The `\bibliographydata goes into files whose names are +The ''\bibliography'' data goes into files whose names are 
-&lsaquo;_tag-name_&rsaquo;_.aux_, so you will need to run +''⟨tag-name⟩.aux'', so you will need to run 
-```latex+ 
 +<code latex>
 bibtex bk bibtex bk
 bibtex art bibtex art
-```+</code>
 after the first run of LaTeX, to get the citations in the correct after the first run of LaTeX, to get the citations in the correct
 place. place.
  
-The [`multibib`](https://ctan.org/pkg/multibib) package allows you to define a series of +The [[ctanpkg>multibib]package allows you to define a series of 
-''additional topics'', each of which comes with its own series of+"additional topics", each of which comes with its own series of
 bibliography commands.  So one might write: bibliography commands.  So one might write:
-<!-- {% raw %} --> + 
-```latex+<code latex>
 \usepackage{multibib} \usepackage{multibib}
 \newcites{bk,art}% \newcites{bk,art}%
Ligne 68: Ligne 65:
 \bibliographybk{book-bib} \bibliographybk{book-bib}
 \bibliographyart{art-bib} \bibliographyart{art-bib}
-``` +</code>
-<!-- {% endraw %} --> +
-Again, as for [`multibbl`](https://ctan.org/pkg/multibbl), any `\bibliography...` command may +
-scan any list of `bib` files.+
  
-BibTeX processing with [`multibib`](https://ctan.org/pkg/multibib) is much like that with +Again, as for [[ctanpkg>multibbl]], any ''\bibliography...'' command may 
-[`multibbl`](https://ctan.org/pkg/multibbl); with the above example, one needs: +scan any list of ''bib'' files. 
-```latex+ 
 +BibTeX processing with [[ctanpkg>multibib]is much like that with 
 +[[ctanpkg>multibbl]]; with the above example, one needs: 
 + 
 +<code latex>
 bibtex bk bibtex bk
 bibtex art bibtex art
-``` +</code> 
-Note that, unlike [`multibbl`](https://ctan.org/pkg/multibbl), [`multibib`](https://ctan.org/pkg/multibib) allows a +Note that, unlike [[ctanpkg>multibbl]], [[ctanpkg>multibib]allows a 
-simple, unmodified bibliography (as well as the ''topic'' ones).  +simple, unmodified bibliography (as well as the "topicones).  
  
-The [`bibtopic`](https://ctan.org/pkg/bibtopicpackage allows you separately to cite several+The [[ctanpkg>bibtopic|bibtopic]] package allows you separately to cite several
 different bibliographies.  At the appropriate place in your document, different bibliographies.  At the appropriate place in your document,
-you put a sequence of `btSectenvironments (each of which+you put a sequence of ''btSect'' environments (each of which
 specifies a bibliography database to scan) to typeset the separate specifies a bibliography database to scan) to typeset the separate
-bibliographies.  Thus, one might have a file `diss.texcontaining: +bibliographies.  Thus, one might have a file ''diss.tex'' containing: 
-```latex+ 
 +<code latex>
 \usepackage{bibtopic} \usepackage{bibtopic}
 \bibliographystyle{alpha} \bibliographystyle{alpha}
Ligne 103: Ligne 102:
 \btPrintCited \btPrintCited
 \end{btSect} \end{btSect}
-```+</code>
 Note the different way of specifying a bibliographystyle: if you want Note the different way of specifying a bibliographystyle: if you want
 a different style for a particular bibliography, you may give it as an a different style for a particular bibliography, you may give it as an
-optional argument to the `btSectenvironment.+optional argument to the ''btSect'' environment.
  
-Processing with BibTeX, in this case, uses `auxfiles whose names+Processing with BibTeX, in this case, uses ''aux'' files whose names
 are derived from the name of the base document.  So in this example are derived from the name of the base document.  So in this example
 you need to say: you need to say:
-```latex+ 
 +<code latex>
 bibtex diss1 bibtex diss1
 bibtex diss2 bibtex diss2
-```+</code>
  
-There is also a command `\btPrintNotCited`, which gives the rest of+There is also a command ''\btPrintNotCited'', which gives the rest of
 the content of the database (if nothing has been cited from the the content of the database (if nothing has been cited from the
-database, this is equivalent to LaTeX standard `\nocite{*}`).+database, this is equivalent to LaTeX standard ''\nocite{*}'').
  
-However, the _real_ difference from [`multibbl`](https://ctan.org/pkg/multibbl) and +However, the //real// difference from [[ctanpkg>multibbl]and 
-[`multibib`](https://ctan.org/pkg/multibib) is that selection of what appears in each +[[ctanpkg>multibib]is that selection of what appears in each 
-bibliography section is determined in [`bibtopic`](https://ctan.org/pkg/bibtopic) by what's in +bibliography section is determined in [[ctanpkg>bibtopic]by what's in 
-the `bibfiles.+the ''bib'' files.
  
-An entirely different approach is taken by the [`splitbib`](https://ctan.org/pkg/splitbib) +An entirely different approach is taken by the [[ctanpkg>splitbib]] 
-package.  You provide a `categoryenvironment, in the+package.  You provide a ''category'' environment, in the
 preamble of your document, for each category you want a separate preamble of your document, for each category you want a separate
-citation list for.  In each environment, you list the `\citekeys +citation list for.  In each environment, you list the ''\cite'' keys 
-that you want listed in each category.  The `\bibliographycommand +that you want listed in each category.  The ''\bibliography'' command 
-(or, more precisely, the `thebibliographyenvironment it+(or, more precisely, the ''thebibliography'' environment it
 uses) will sort the keys as requested.  (Keys not mentioned in a uses) will sort the keys as requested.  (Keys not mentioned in a
-`categoryappear in a ''misc'' category created in the+''category'' appear in a "misccategory created in the
 sorting process.)  A code example appears in the package documentation sorting process.)  A code example appears in the package documentation
-(a PDF file in the CTAN directory, +(a PDF file in the CTAN directory, which you can browse to, from the link, below). 
-  which you can browse to, from the link, below).+ 
 + 
 +----- 
 +//Source:// [[faquk>FAQ-multbib|Multiple bibliographies?]]
  
 +{{htmlmetatags>metatag-keywords=(LaTeX,bibliographies,plusieurs bibliographies,bibliographies multiples)
 +metatag-og:title=(Multiple bibliographies?)
 +metatag-og:site_name=(FAQ LaTeX francophone)
 +}}
  
3_composition/annexes/bibliographie/plusieurs_bibliographies_dans_un_document.1527953839.txt.gz · Dernière modification : 2018/06/02 15:37 de joseph.wright
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0