I'm working with scrreprt and I have loaded minitoc to have a short TOC after each chapter title. However when I give the \chapter command I get:
1 Chapter Title
I'd like to have:
Chapter 1
Chapter Title
like in the ordinary report document-class (which I'm not using because I like the page size and fonts of the scrreprt doc-class).
I've seen in this other thread the following piece of code but it requires the titlesec package. I'm not familiar with that package, besides I think I would get errors and warnings on top of what I'm already getting now.
\renewcommand*{\chapterformat}{%
\mbox{\scalebox{1.5}{\chapappifchapterprefix{\nobreakspace}}%
\scalebox{4}{\color{gray}\thechapter\autodot}\enskip}}
Can someone please help me get the result I'm wanting?
