Got it working now, thanks Stefan.
Martin
Search found 2 matches
- Thu Jun 18, 2009 8:58 am
- Forum: General
- Topic: Referencing the section in which a label appears
- Replies: 2
- Views: 1513
- Wed Jun 17, 2009 10:55 am
- Forum: General
- Topic: Referencing the section in which a label appears
- Replies: 2
- Views: 1513
Referencing the section in which a label appears
I created a new counter \newcounter{example} which resets at the start of each new section. I want to reference to this counter throughout my document, so I use \refstepcounter{counter} \label{x} and reference by \ref{x}. But then I am only given the counter number, say 2, instead of 3.2 (if it is ...