-
Notifications
You must be signed in to change notification settings - Fork 18
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
Labels
Comments
marceltaeumel
changed the title
\input{...} and "birds-eye view"
\chapter{...} and "birds-eye view"
Sep 21, 2016
No, not easily. |
Can I redefine "chapter" manually? |
You can try this: \makeatletter
\renewcommand*{\scr@startchapter}[1]{%
\@afterindentfalse
\expandafter\SecDef\csname @#1\expandafter\endcsname\csname @s#1\endcsname
}
\makeatother |
I got this but my koma-script version was too old: Then I updated it and now I am getting a bunch of |
Here is a simple workaround by declaring chapters to look like sections: \RedeclareSectionCommand[
style=section,
indent=0pt
]{chapter} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to ignore the clear-page command for \chapter if we are in birds-eye mode?
The text was updated successfully, but these errors were encountered: