Problem with a submission to jss
On 12-10-13 3:20 PM, Christophe Genolini wrote:
Hi the list, I am about to submit an article describing an R package to the Journal of Statistical Software but I encounter a strange behavior of LaTeX: the numbering of the figure is correct (1. 2. 3. ...), but when I make a reference to a figure, the section (or the subsection) number appears instead of the figure number. I check if this behavior occurs with the file example provide in the jss package style: it does (I joint the example to this mail). So does someone know what is wrong? Sincerely Christophe This body part will be downloaded on demand.
I would guess you put the \label in the wrong place. Put it in the \caption and it should be fine. Duncan Murdoch