Sunday, May 26, 2013

How can I have list of figure etc. labelled D. List of Figures, E. List of Tables, F. Bibliography...?

How can I have list of figure etc. labelled D. List of Figures, E. List of Tables, F. Bibliography...?

I am using KOMA class scrreport and want the following structure of my appendix:
A. Abbreviations
B. ...
C. ...
D. List of Figures
E. List of Tables
F. Bibliography
G. Acknowledgments
Right now, what I can achieve is
A. Abbreviations
B. ...
C. ...
List of Figures
List of Tables
Bibliography
Acknowledgments
The relevant code is
\documentclass[11pt,colorlinks=true,pdftex]{scrreprt}
\usepackage{tocloft}
\usepackage[nottoc]{tocbibind}
Using the KOMA class option listof=totocnumbered didn't help.

No comments:

Post a Comment