I'm currently "compiling" a document (scrreprt) which includes many chapters from various other documents.
I want to group these chapters into parts but instead of the titlepage generated by the part-command I want to use the title pages from the subdocuments.
I already managed the including part. Now I wan't to remove the part-pages without destroying things like the page-numbering.
Is there a way to let the parts only appear in the TOC?
\part{Architektur} %For the entry in TOC
\includepdf{architecture.pdf} %This includes my titlepage
\input{architecture/deployment} % The actual content of the subdocument
\input{some/more/chapters}
