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/12/03 22:57] – jejust | 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: | ||
- | ====== | + | ====== |
+ | ===== Avec l' | ||
- | A separate bibliography for each " | + | Pour avoir une bibliographie séparée pour chaque « chapitre » d' |
- | with the package | + | |
- | other good bibliographic things). | + | |
- | different bibliography for each '' | + | |
- | package's name, the availability of bibliographies | + | |
- | component source files of the document rather than to the chapters that | + | |
- | logically structure the document). | + | |
- | The package [[ctanpkg> | + | Cette extension vous permet d'avoir une bibliographie individuelle pour chaque fichier |
- | within the document: the package will deal with chapters and sections | + | |
- | (as defined by LaTeX itself) and also defines a '' | + | |
- | environment so that users can select their own structuring. | + | |
- | [[FAQ-biblatex|The | + | ===== Avec l' |
- | '' | + | |
- | which you want a local bibliography in a '' | + | L' |
- | environment, and place a '' | + | |
- | thing in that environment: | + | <code latex> |
+ | \documentclass{report} | ||
+ | \usepackage[latin1]{inputenc} | ||
+ | \usepackage[T1]{fontenc} | ||
+ | \usepackage{bibunits} | ||
+ | |||
+ | \begin{document} | ||
+ | |||
+ | \bibliographyunit[\chapter] | ||
+ | \bibliographystyle{plain} | ||
+ | \bibliography{geometrie,algorithmes} | ||
+ | |||
+ | \chapter{Algorithmes.} | ||
+ | Présentation d'algorithmes. \nocite{*} | ||
+ | \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' | ||
<code latex> | <code latex> | ||
\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 | ||
- | '' | ||
- | '' | ||
- | '' | ||
- | (sub)section title. | ||
+ | Ensuite, compilez avec < | ||
----- | ----- | ||
+ | // | ||
+ | * [[faquk> | ||
+ | * https:// | ||
- | //Source:// [[faquk> | + | {{htmlmetatags> |
- | + | metatag-og: | |
- | {{htmlmetatags> | + | |
- | metatag-og: | + | |
metatag-og: | metatag-og: | ||
}} | }} | ||
- |