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 [2019/04/02 06:25] – Mise à jour des liens. 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. | + | |
| - | The [[ctanpkg> | + | ===== Avec l' |
| - | [[composition: | + | |
| - | enclose the text for 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, | ||
| + | |||
| + | \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' | ||
| <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: | ||
| }} | }} | ||
| - | |||

