Search found 3 matches

by gbravo
Fri May 04, 2007 3:12 pm
Forum: General
Topic: \ref gives section number instead of figure or table number
Replies: 2
Views: 26209

\ref gives section number instead of figure or table number

Hi all.

Does anybody know why sometimes it happens that a \ref command produces a reference to the section number even if the corresponding \label is inserted in a table or figure environment?
This happens especially when I'm using the hyperref package, but I'm not sure if there's a connection. I'm ...
by gbravo
Wed Mar 21, 2007 1:42 pm
Forum: General
Topic: Bibtex | enter an anthology
Replies: 1
Views: 3338

Re: Bibtex

I don't know exactly what you mean with the word "anthology". Anyway, if you mean a book with one (or more) editor and a number of chapter written by different authors, the right field is "incollection". If you mean something different you should give more information (a line with the desired output ...
by gbravo
Tue Mar 06, 2007 7:46 pm
Forum: General
Topic: Bibtex | adding custom fields
Replies: 2
Views: 11879

Bibtex | adding custom fields

Basically, you can add to a .bib file any field you need. They won't be included in the document (unless they are mentionned by your bib style).
For instance:

@ARTICLE{key,
author = {...},
title = {...},
journal = {...},
year = {...},
volume = {...},
pages = {...},
note = {...}
comment1 ...