Hi Thorsten,
Thanks a lot for the swift reply! However, I think I was too vague in my initial post on what I need to do. I have a single .eps figure, with a single caption. The only thing is that I need to have a counter inside of that figure caption to account for the numbering in the figure. I ...
Search found 2 matches
- Wed Nov 11, 2009 7:31 pm
- Forum: General
- Topic: Counters inside figure environment
- Replies: 2
- Views: 1819
- Wed Nov 11, 2009 6:35 pm
- Forum: General
- Topic: Counters inside figure environment
- Replies: 2
- Views: 1819
Counters inside figure environment
Hi,
I'm having problems with using counters inside figure environment. I have a counter deifned as:
\newcounter{subfig}
\newcommand{\subfigcounterlabel}[1]{\textbf{\alph{#1}, }}
\newcommand{\newsubfig}{\refstepcounter{subfig}\subfigcounterlabel{subfig}}
and this works if used outside the ...
I'm having problems with using counters inside figure environment. I have a counter deifned as:
\newcounter{subfig}
\newcommand{\subfigcounterlabel}[1]{\textbf{\alph{#1}, }}
\newcommand{\newsubfig}{\refstepcounter{subfig}\subfigcounterlabel{subfig}}
and this works if used outside the ...