Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\chapter{...} and "birds-eye view" #33

Open
marceltaeumel opened this issue Sep 21, 2016 · 5 comments
Open

\chapter{...} and "birds-eye view" #33

marceltaeumel opened this issue Sep 21, 2016 · 5 comments
Labels

Comments

@marceltaeumel
Copy link

marceltaeumel commented Sep 21, 2016

Is it possible to ignore the clear-page command for \chapter if we are in birds-eye mode?

@marceltaeumel marceltaeumel changed the title \input{...} and "birds-eye view" \chapter{...} and "birds-eye view" Sep 21, 2016
@krono
Copy link
Owner

krono commented Sep 22, 2016

No, not easily.

@marceltaeumel
Copy link
Author

Can I redefine "chapter" manually?

@krono
Copy link
Owner

krono commented Sep 22, 2016

You can try this:

\makeatletter
\renewcommand*{\scr@startchapter}[1]{%
   \@afterindentfalse
  \expandafter\SecDef\csname @#1\expandafter\endcsname\csname @s#1\endcsname
}
\makeatother

@marceltaeumel
Copy link
Author

marceltaeumel commented Sep 22, 2016

I got this but my koma-script version was too old: LaTeX Error: \scr@startchapter undefined.

Then I updated it and now I am getting a bunch of LaTeX Error: Float(s) lost. One for each \chapter command.

@marceltaeumel
Copy link
Author

Here is a simple workaround by declaring chapters to look like sections:

\RedeclareSectionCommand[
  style=section,
  indent=0pt
]{chapter}

@krono krono added the phd label Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants