Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as TeX by Martin ( 7 years ago )
\ifx\CommitMarker\undefined
    \def\CommitMarker{unknown commit}
\fi

\iffinal
    % two-sided printing with chapters starting only at right pages
    \KOMAoptions{%
      …
    }
\else
    % single-sided printing for easier review and PDF viewing
    \KOMAoptions{%
    …
    % add hint which commit we are currently on
    \ifoot*{\CommitMarker}
\fi

 

Revise this Paste

Your Name: Code Language: