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
StuveFAU
fau-corporate-design-latex-beamer
Commits
730bc388
Commit
730bc388
authored
Jul 27, 2019
by
Felix Lammermann
Browse files
support to turn of sectionpages added
parent
e9ead9b0
Changes
4
Hide whitespace changes
Inline
Side-by-side
new/beamerinnerthemefau.sty
View file @
730bc388
...
...
@@ -27,6 +27,7 @@
\newif\iffau
@alphafootcite
\fau
@alphafootcitefalse
\newif\iffau
@useframenumber
\fau
@useframenumbertrue
\newif\iffau
@usepagenumber
\fau
@usepagenumberfalse
\newif\iffau
@sectionpages
\fau
@sectionpagestrue
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\DeclareOptionBeamer
{
fauline
}{
\setlength\fau
@inner@fauline
{
#1
}}
\DeclareOptionBeamer
{
senderwidth
}{
\setlength\fau
@inner@senderwidth
{
#1
}}
...
...
@@ -72,6 +73,9 @@
\ifthenelse
{
\equal
{
#1
}{
page
}}{
\fau
@usepagenumbertrue
}{
\fau
@usepagenumberfalse
}
%
\ifthenelse
{
\equal
{
#1
}{
frame
}}{
\fau
@useframenumbertrue
}{
\fau
@useframenumberfalse
}
%
}
%
\DeclareOptionBeamer
{
sectionpages
}{
%
\ifthenelse
{
\equal
{
#1
}{
true
}}{
\fau
@sectionpagestrue
}{
\fau
@sectionpagesfalse
}
%
}
%
\ProcessOptionsBeamer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage
{
tikz
}
...
...
@@ -361,7 +365,9 @@
\addtocounter
{
framenumber
}{
-1
}
%
}
%SECTION PAGE%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\AtBeginSection
{
\frame
[plain,t]
{
\sectionpage
}}
%
\iffau
@sectionpages
%
\AtBeginSection
{
\frame
[plain,t]
{
\sectionpage
}}
%
\fi
%
\def\sectionpage
{
%
\senderspace
%
\logospace
%
...
...
new/beamerthemefau.sty
View file @
730bc388
...
...
@@ -25,6 +25,7 @@ prefix = beamerthemefau@
\DeclareStringOption
{
titlepic
}
\DeclareStringOption
[4-3]
{
aspectratio
}
[4-3]
\DeclareStringOption
[page]
{
numbering
}
[page]
\DeclareStringOption
[true]
{
sectionpages
}
[true]
\ProcessLocalKeyvalOptions*
\PassOptionsToPackage
{
faculty =
\beamerthemefau
@faculty
}{
beamercolorthemefau
}
...
...
@@ -44,6 +45,7 @@ prefix = beamerthemefau@
}
\PassOptionsToPackage
{
numbering =
\beamerthemefau
@numbering
}{
beamerinnerthemefau
}
\PassOptionsToPackage
{
sectionpages =
\beamerthemefau
@sectionpages
}{
beamerinnerthemefau
}
%SET PAPERSIZE%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\iffau
@fourtothree
...
...
new/example-main.pdf
View file @
730bc388
No preview for this file type
new/example-main.tex
View file @
730bc388
...
...
@@ -48,6 +48,7 @@
logo =
{
art/stuve-logo.pdf
}
,
aspectratio = 4-3,
% avaiable aspect ratios are 4-3 and 16-9, default 4-3
numbering = frame,
% available numberings frame and page, default frame
sectionpages = true,
% available values true and false, default true
]
{
fau
}
\setbeamercovered
{
dynamic
}
...
...
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