Thank you!
best
daniele
Search found 3 matches
- Wed Jan 04, 2012 7:31 pm
- Forum: Text Formatting
- Topic: Reference to custom Counters
- Replies: 7
- Views: 21525
- 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 ...
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 ...
- 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.
Does anybody know why?
Code: Select all
\ref{miao}
\ref{ciao}
\phase\label{ciao}
\begin{figure*}[h]
\begin{scriptsize}
\begin{tabular}{lll}
\phase\label{miao} &
.
.
. (etc)