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:erreur_string_too_long_avec_bibtex [2018/05/25 08:59] – joseph.wright | 2_programmation:erreurs:y:erreur_string_too_long_avec_bibtex [2022/07/04 20:33] (Version actuelle) – <> → angle brackets dbitouze | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Que signifie l' |
- | section: Bibliographies and citations | + | |
- | subsection: Creating bibliographies | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # '' | + | Lors de l'utilisation de '' |
+ | <code text> | ||
+ | Warning--you' | ||
+ | while executing--line 42 of file ma_biblio.bst | ||
+ | *Please notify the bibstyle designer* | ||
+ | </ | ||
- | The BibTeX diagnostic | + | Ce message résulte généralement d'un long résumé ou d'une longue |
- | `global-string-size`, | + | |
- | from a very large abstract or annotation | + | |
- | The diagnostic usually arises because of an infelicity in the coding of | + | |
- | `abstract.bst`, or styles | + | |
- | ordinarily output annotations in other styles.) | + | |
- | The solution is to make a copy of the style file (or get a clean copy | + | ===== Modification du fichier de style bibliographique ===== |
- | long file-name system, to `abstract-long.bst`). | + | |
- | function `output.nonnull` and | + | |
- | | + | |
- | - change its first line (line 60 in the version on CTAN) | + | La solution consiste alors à faire une copie du fichier de style (en le renommant par exemple |
- | from | + | |
- | ```latex | + | |
- | { 's := | + | |
- | ``` | + | |
- | to | + | |
- | ```latex | + | |
- | { swap$ | + | |
- | ``` | + | |
- | Finally, | + | |
- | - | + | |
- | (line 84 in the version on CTAN). | + | |
- | Finally, change your `\bibliographystyle` command to refer to the | + | <code latex> |
- | name of the new file. | + | { 's := |
+ | </ | ||
- | This technique applies equally to any bibliography style: the same | + | Remplacez-la par : |
- | change can be made to any similar `output.nonnull` function. | + | |
- | If you're reluctant to make this sort of change, the only way forward | + | <code latex> |
- | is to take the entry out of the database, so that you don't encounter | + | { swap$ |
- | BibTeX' | + | </ |
- | will be included in the typeset document. | + | |
- | of the entry in a separate file: | + | Ensuite, supprimez la dernière ligne de la fonction, qui se limite à l' |
- | ```bibtex | + | |
- | @article{long.boring, | + | Cette technique s' |
- | author = " | + | |
+ | ===== Méthodes alternatives ===== | ||
+ | |||
+ | Si vous hésitez à faire ce genre de changement, il y a deux autres manières de procéder : | ||
+ | * retirer l' | ||
+ | * placer le corps de l' | ||
+ | |||
+ | < | ||
+ | @article{ennuyeux, | ||
+ | author = " | ||
... | ... | ||
abstract = " | abstract = " | ||
} | } | ||
- | ``` | + | </ |
- | In this way, you arrange that all BibTeX | + | |
- | file name, though it will tell TeX (when appropriate) to include | + | De cette façon, vous faites en sorte que '' |
- | all the long text. | + | |
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} |