Tagged Questions
3
votes
1answer
108 views
How to use @STRING variables in the note field of a .bib file?
I defined a @STRING in my .bib file as follows:
@STRING{mytext = {Last accessed: }}
This is an entry in the bibliography.
@ARTICLE{knuth:1974,
author = {Knuth, Donald E.},
title = {{C}omputer ...
4
votes
1answer
152 views
BibTeX author tag string limitation
I've stumbled upon a limitation within BibTeX. I have to cite a medline entry which admittedly has a huge list of authors. When I take them all, LaTeX refuses to compile my document, when they're ...