Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
2_composition:annexes:bibliographie:creer_un_style_de_bibliographie [2018/06/03 16:19] samcarter |
2_composition:annexes:bibliographie:creer_un_style_de_bibliographie [2018/12/03 23:59] (Version actuelle) jejust |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Creating a bibliography style ====== |
- | title: Creating a bibliography style | + | |
- | category: bibliographies | + | |
- | permalink: /FAQ-custbib | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | It _is_ possible to write your own: the standard bibliography | + | |
+ | It //is// possible to write your own: the standard bibliography | ||
styles are distributed in a form with many comments, and there is a description | styles are distributed in a form with many comments, and there is a description | ||
of the language in the BibTeX distribution (see | of the language in the BibTeX distribution (see | ||
- | [BibTeX documentation](FAQ-BibTeXing)). | + | [[FAQ-BibTeXing|BibTeX documentation]]). |
However, it must be admitted that the language in which BibTeX | However, it must be admitted that the language in which BibTeX | ||
styles are written is pretty obscure, and one would not recommend | styles are written is pretty obscure, and one would not recommend | ||
Ligne 16: | Ligne 12: | ||
If your style isn't too "far out", you can probably avoid programming | If your style isn't too "far out", you can probably avoid programming | ||
- | it by using the facilities of the [`custom-bib`](https://ctan.org/pkg/custom-bib) bundle. The bundle | + | it by using the facilities of the [[ctanpkg>custom-bib|custom-bib]] bundle. The bundle |
- | contains a file `makebst.tex`, which runs you through a text menu | + | contains a file ''makebst.tex'', which runs you through a text menu |
to produce a file of instructions, which you can then use to generate your | to produce a file of instructions, which you can then use to generate your | ||
- | own `bst` file. This technique doesn't offer entirely new styles | + | own ''bst'' file. This technique doesn't offer entirely new styles |
- | of document, but the [`custom-bib`](https://ctan.org/pkg/custom-bib)'s | + | of document, but the [[ctanpkg>custom-bib|custom-bib]]'s |
"master BibTeX styles" already offer significantly more than the BibTeX standard set. | "master BibTeX styles" already offer significantly more than the BibTeX standard set. | ||
An alternative, which is increasingly often recommended, to use | An alternative, which is increasingly often recommended, to use | ||
- | [`biblatex`](FAQ-biblatex). [`Biblatex`](https://ctan.org/pkg/Biblatex) offers | + | [[FAQ-biblatex|''biblatex'']]. [[ctanpkg>Biblatex|Biblatex]] offers |
many hooks for adjusting the format of the output of your "basic" | many hooks for adjusting the format of the output of your "basic" | ||
BibTeX style, and a collection of "contributed" styles have also | BibTeX style, and a collection of "contributed" styles have also | ||
started to appear. Note however here are not as many of | started to appear. Note however here are not as many of | ||
- | [`biblatex`](https://ctan.org/pkg/biblatex)'s contributed styles as there are for BibTeX, | + | [[ctanpkg>biblatex|biblatex]]'s contributed styles as there are for BibTeX, |
- | and there is no `custom-biblatex`, both of which suggest that | + | and there is no ''custom-biblatex'', both of which suggest that |
beginners' role models are hard to come by. As a result, beginners | beginners' role models are hard to come by. As a result, beginners | ||
should probably resist the temptation to write their own contributed | should probably resist the temptation to write their own contributed | ||
- | [`biblatex`](https://ctan.org/pkg/biblatex) style. | + | [[ctanpkg>biblatex|biblatex]] style. |
+ | |||
+ | |||
+ | ----- | ||
+ | |||
+ | //Source:// [[faquk>FAQ-custbib|Creating a bibliography style]] | ||
+ | {{htmlmetatags>metatag-keywords=(LaTeX,bibliographies) | ||
+ | metatag-og:title=(Creating a bibliography style) | ||
+ | metatag-og:site_name=(FAQ LaTeX francophone) | ||
+ | }} | ||