0

I have the following files:

Thesis.tex

\documentclass{scrreprt}
\usepackage[english]{babel}
\usepackage{blindtext}
\newcommand{\bflabel}{\aclabelfont}

\input{classicthesis-config}
\begin{document}
\chapter{Introduction}
\include{input}
\end{document}

input.tex

\blindtext

classicthesis-config.tex

... copied from the distribution ...

When I put \chapter before the \include, what I get is this:

enter image description here

Instead, when I move \chapter{Introduction} to intput.tex, I get this:

enter image description here

I wonder why this is the case.

oarfish
  • 1,419

0 Answers0