Search found 6 matches

by sivertz
Mon May 11, 2009 2:08 pm
Forum: BibTeX, biblatex and biber
Topic: When does bibtex go to "et al." in author list?
Replies: 5
Views: 35910

Re: When does bibtex go to "et al." in author list?

I have my own style file defined, unfortunately.
Do you know of anything that controls how many authors are listed in the bibliography before "et al." kicks in? Or any documentation that could point me in the right direction?
by sivertz
Fri May 08, 2009 10:29 pm
Forum: BibTeX, biblatex and biber
Topic: Can you get the preprint number from arXiv listed?
Replies: 0
Views: 1621

Can you get the preprint number from arXiv listed?

Is there a way to include arXiV numbers for preprints?
Right now, it tells you that it is an arXiV preprint, but doesn't give the number.
Also, often for conference proceedings, it annoyingly lists the page numbers
as 50+-... Is that fixable?
by sivertz
Fri May 08, 2009 10:25 pm
Forum: BibTeX, biblatex and biber
Topic: When does bibtex go to "et al." in author list?
Replies: 5
Views: 35910

When does bibtex go to "et al." in author list?

Is there a way to control the number of authors in an author list before bibtex converts to "et al."? I can edit all the .bib files by hand, but I would like to know if there is a switch of some sort in the style file? Thanks.
by sivertz
Mon May 04, 2009 11:47 pm
Forum: Graphics, Figures & Tables
Topic: \ref and \autoref numbering figures like subsections
Replies: 3
Views: 7908

Re: \ref and \autoref numbering figures like subsections

Thanks, Stefan_K. Moving the \label after the \caption did not solve the numbering problem. But the caption is very long. Could that be part of the problem?

Also, is there an \endcentering command? How does LaTeX know the scope
of \centering?
by sivertz
Mon May 04, 2009 8:01 pm
Forum: Graphics, Figures & Tables
Topic: \ref and \autoref numbering figures like subsections
Replies: 3
Views: 7908

\ref and \autoref numbering figures like subsections

A large document uses \ref and \autoref to link to figures. For most of the document it works fine, but in some sections, it gives links to figures with the wrong numbers. Although the Figure appears to be correctly numbered (in this case as Fig. 10.3), the \ref command calls it 10.1.2 instead. Here ...