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:bibliographies_par_chapitre [2018/06/03 12:59] – joseph.wright | 3_composition:annexes:bibliographie:bibliographies_par_chapitre [2021/11/06 11:08] (Version actuelle) – Récupération d'éléments d'une autre page. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment obtenir des bibliographies |
- | title: Separate | + | |
- | category: bibliographies | + | |
- | tags: citations | + | |
- | permalink: / | + | |
- | --- | + | |
- | A separate bibliography for each " | + | ===== Avec l' |
- | with the package [`chapterbib`](https:// | + | |
- | other good bibliographic things). | + | |
- | different bibliography for each `\include`d file (i.e., despite the | + | |
- | package' | + | |
- | component source files of the document rather than to the chapters that | + | |
- | logically structure the document). | + | |
- | The package | + | Pour avoir une bibliographie séparée pour chaque « chapitre » d'un document, on peut utiliser l' |
- | within the document: the package will deal with chapters and sections | + | |
- | (as defined by LaTeX itself) and also defines a `bibunit` | + | |
- | environment so that users can select their own structuring. | + | |
- | [The `biblatex` package](FAQ-biblatex), with | + | Cette extension vous permet d' |
- | `biber`, provides a similar facility; enclose the text for | + | |
- | which you want a local bibliography | + | ===== Avec l' |
- | environment, and place a `\printbibliography` command as the last | + | |
- | thing in that environment: | + | L' |
- | ```latex | + | |
+ | <code latex> | ||
+ | \documentclass{report} | ||
+ | \usepackage[latin1]{inputenc} | ||
+ | \usepackage[T1]{fontenc} | ||
+ | \usepackage{bibunits} | ||
+ | |||
+ | \begin{document} | ||
+ | |||
+ | \bibliographyunit[\chapter] | ||
+ | \bibliographystyle{plain} | ||
+ | \bibliography{geometrie, | ||
+ | |||
+ | \chapter{Algorithmes.} | ||
+ | Présentation d' | ||
+ | \putbib[algorithmes] | ||
+ | |||
+ | \chapter{Géométrie.} | ||
+ | Texte sur la géométrie. \nocite{*} | ||
+ | \putbib[geometrie] | ||
+ | |||
+ | \end{document} | ||
+ | </ | ||
+ | |||
+ | La compilation de cet exemple va entraîner la création de plusieurs fichiers '' | ||
+ | |||
+ | ===== Avec l' | ||
+ | |||
+ | L' | ||
+ | |||
+ | < | ||
\begin{refsection} | \begin{refsection} | ||
- | \chapter{First chapter} | + | \chapter{Premier chapitre} |
- | \section{Foo} | + | \section{Ma section} |
- | Some text \cite{this} | + | Du texte\cite{Ceci} avec de références\cite{Cela}. |
- | with citations | + | |
\printbibliography | \printbibliography | ||
\end{refsection} | \end{refsection} | ||
- | ``` | + | </ |
- | Then process with LaTeX (of whatever flavour) and use | + | |
- | `biber` to process the bibliography output. | + | Ensuite, compilez avec < |
- | `\printbibliography` can take an optional | + | |
- | `heading=bib title` to provide the bibliography with a | + | |
- | (sub)section | + | |
+ | ----- | ||
+ | // | ||
+ | * [[faquk> | ||
+ | * https:// | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} |