Search found 3 matches

by drosa
Wed Jan 04, 2012 7:31 pm
Forum: Text Formatting
Topic: Reference to custom Counters
Replies: 7
Views: 21525

Re: Reference to custom Counters

Thank you!

best
daniele
by drosa
Wed Jan 04, 2012 9:37 am
Forum: Text Formatting
Topic: Reference to custom Counters
Replies: 7
Views: 21525

Reference to custom Counters

to reproduce the problem you need to download the AGU scientific paper template:

ftp://ftp.agu.org/journals/latex/journals/Manuscript-Preparation/agutex.cls
ftp://ftp.agu.org/journals/latex/journals/Manuscript-Preparation/BibTeX/agu08.bst

and then this code:
\def\documentstylefolder{/home/daniele ...
by drosa
Sun Jan 01, 2012 10:45 pm
Forum: Text Formatting
Topic: Reference to custom Counters
Replies: 7
Views: 21525

Reference to custom Counters

The code is great but it does not work when the counter is place within a figure environment. Below, the label miao is unresolved.

Code: Select all

\ref{miao}
\ref{ciao}
\phase\label{ciao}

\begin{figure*}[h]
\begin{scriptsize}
\begin{tabular}{lll}
\phase\label{miao} &
.
.
. (etc)
Does anybody know why?