Ceci est une ancienne révision du document !


Comment choisir un style de bibliographie?

Beaucoup de gens se contentent avec bonheur de l'un des styles « standards », fournis avec BibTeX: plain, unsrt, abbrv ou alpha. Cependant, aucun de ces styles ne propose de références sous la forme « auteur-date », populaire dans de nombreux domaines.

En revanche, il existe un très grand nombre de styles distribués séparément, qui prennent en charge ce format.

Notez que le format « auteur-date » a été inventé parce que le format de références produit par le style plain, pourtant simple et clair, serait une horreur à produire manuellement, en l'absence d'outil comme BibTeX.

TeX, LaTeX et BibTeX éliminant les difficultés pendant la phase de préparation du manuscrit, vous avez de nouveau le choix parmi toute une panoplie de styles.

Fortunately, help is at hand, on the Web, with this problem:

  • a sample text, showing the sorts of style choices available, can be found on Ken Turner's web site;
  • an excellent survey, that lists a huge variety of styles, sorted into their nominal topics as well as providing a good range of examples, is the Reed College “Choosing a BibTeX style”.

Of course, these pages don't cover everything; the problem the inquisitive user faces, in fact, is to find what the various available styles actually do. This is best achieved (if the links above don't help) by using xampl.bib from the BibTeX documentation distribution: one can get a pretty good feel for any style one has to hand using this “standard” bibliography. For style my-style.bst, the simple LaTeX document:

\documentclass{article}
\begin{document}
\bibliographystyle{my-style}
\nocite{*}
\bibliography{xampl}
\end{document}

\documentclass{article}
  \pagestyle{empty}

\begin{document}
\bibliographystyle{my-style}
\nocite{*}
\bibliography{xampl}
\end{document}

will produce a representative sample of the citations the style will produce. (Because xampl.bib is so extreme in some of its “examples”, the BibTeX run will also give you an interesting selection of BibTeX's error messages…)

produira un échantillon représentatif des citations que le style produira. (Parce que “xampl.bib” est si extrême dans certains de ses “exemples”, l'exécution de BibTeX vous donnera également une sélection intéressante des messages d'erreur de BibTeX…)


Source: Choosing a bibliography style

3_composition/annexes/bibliographie/choisir_un_style_de_bibliographie.1631300627.txt.gz · Dernière modification : 2021/09/10 19:03 de jejust
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0