Does anyone know how I can completely reset the whole figure labeling and numbering to default of documentclass book?
What started my troubles:
I use the subfig-package. With this the labels of my figures are in the form:
"Figure [chapter].[figure number]: [Caption]"
Labels of subfigures are in the form:
"[smalcap letter]: [Caption]"
In part of my book, I tried to reformat the labeling of my subfigures to numeric only. I found some code in the subfig doku and tried:
Code: Select all
\renewcommand{\thesubfigure}{\alph{subfigure}}
\captionsetup[subfigure]{labelformat=simple,labelsep=colon,listofformat=simple}
\captionsetup{lofdepth=2}
\makeatletter
\renewcommand{\p@subfigure}{}
\makeatother
"Figure [chapter].-[figure number reversed]: [Caption]"
I don't have clue where the "-" before figure-numbers came from, and the reversing figure number wasn't quite what I hoped for (Figure 6.9, Figure 6.8, Figure 6.7, etc).
Hope anyone more skilled can help me fix this.
Regards
Hedinn