Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lrt
vorlagen-studenten
Commits
a0f6c97c
Commit
a0f6c97c
authored
Sep 20, 2018
by
Simon
Browse files
Vortragsvorlage: show_chapter_tocs kann jetzt nach jedem Kapitel ein oder ausgeschaltet werden.
parent
d1d4297a
Changes
1
Hide whitespace changes
Inline
Side-by-side
praesentation/vorlage-praesentation/format.tex
View file @
a0f6c97c
...
...
@@ -146,11 +146,11 @@
%%% Gliederung %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\AtBeginSection
{
\ifthenelse
{
\boolean
{
show
_
chapter
_
tocs
}}{
% entsprechendes einkommentieren!
\ifthenelse
{
\boolean
{
subsections
_
in
_
preview
_
toc
}}{
% mit Unterkapitel anzeigen
\AtBeginSection
{
\frame
[c]
{
\frametitle
{
\insertsectionnumber
~
\insertsection
}
\ifthenelse
{
\boolean
{
center
_
toc
}}{
...
...
@@ -162,12 +162,10 @@
\tableofcontents
[sectionstyle = show/shaded,subsectionstyle = show/show/hide,subsubsectionstyle=hide]
}
}
%
}
%%\AtBeginSubsection{\frame{\frametitle{\insertsubsection}\tableofcontents[sectionstyle = show/shaded,subsectionstyle = show/shaded/hide]}}
%\EndPreamble
}{
% ohne Unterkapitel anzeigen:
\AtBeginSection
{
\frame
[c]
{
\frametitle
{
\insertsectionnumber
~
\insertsection
}
\ifthenelse
{
\boolean
{
center
_
toc
}}{
...
...
@@ -179,10 +177,10 @@
\tableofcontents
[sectionstyle = show/shaded,subsectionstyle = hide/hide/hide,subsubsectionstyle=hide]
}
}
%
}
%\AtBeginSubsection{\frame{\frametitle{\insertsubsection}\tableofcontents[sectionstyle = show/shaded,subsectionstyle = show/shaded/hide]}}
}
}{}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment