Emil Pavlov wrote: > I have inserted an external bibtex bibliography in my lyx document and I > would like to change the numbering in the bibliography section to > capital roman numbers. The problem is that my document class is report > (KOMA), so the command \backmatter isn't available.
\pagenumbering{Roman}
\setcounter{page}{1}
Jürgen
