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

Zweispaltige TOC im "birds-eye view" #32

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

Zweispaltige TOC im "birds-eye view" #32

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

Comments

@marceltaeumel
Copy link

...für die Übersicht der Struktur des Dokuments. 😄

@krono krono added the phd label Jun 6, 2017
@krono
Copy link
Owner

krono commented Oct 5, 2021

hast du da noch code?

@marceltaeumel
Copy link
Author

main.tex

\documentclass[fulldraft,phd,birdseyeview]{swathesis}

swa-document-scrbook.sty

...
\newif\if@swa@birdseye
\DeclareOption{birdseyeview}{\@swa@birdseyetrue}
\DeclareOption{birdseyeview=true}{\@swa@birdseyetrue}
\DeclareOption{birdseyeview=false}{\@swa@birdseyefalse}
\ProcessOptions\relax

...

\AtEndPreamble{

  \ifthenelse{\boolean{@swa@birdseye}}{
    \KOMAoptions{
      twocolumn=true,
      twoside=semi,
      fontsize=8pt,
      headings=small,
      footinclude=false,
      headinclude=false,
      DIV=calc,
      BCOR=0pt,
    }
  }{}
}
...

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