scrreprt: No extra page per chapter

2,180

Works fine for me. No extra pages for chapters:

\documentclass{scrreprt}
\begin{document}
\chapter{A}
\section{B}
some text
\end{document}
Share:
2,180

Related videos on Youtube

Flow
Author by

Flow

Updated on August 01, 2022

Comments

  • Flow
    Flow over 1 year

    Is it possible to configure koma-script's scrreprt so, that it does not create a page only for the chapter information on the start of a new chapter? I am aware that scrartcl does not do this with part's but I'd like to use scrreprt.

    Update: Turns out that I confused

    \include{}
    

    with

    \input{}
    

    Include starts a new page for every included file....

    • Joseph Wright
      Joseph Wright about 12 years
      I've closed this based on the edits: seems to be a misunderstanding!
  • Flow
    Flow over 12 years
    Thanks for your example. I mixed up \include with \input. Problem solved :)
  • Joseph Wright
    Joseph Wright about 12 years
    This does not seem to be an answer.
  • Flow
    Flow about 12 years
    @Christoph It is normal that scrreprt starts a new page for every chapter. My problem, that the chapter headline was on a single page, turned out to be because of \include.
  • Christoph Jüngling
    Christoph Jüngling about 12 years
    @Joseph Wright -- That's why I already explained that in the round braces in my so-called answer.