Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
beamertheme-juelich
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacopo De Amicis
beamertheme-juelich
Commits
722ba97c
Commit
722ba97c
authored
Oct 04, 2019
by
Andreas Herten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add progress bar option for hide/show in handout and trans mode
parent
7ba917a4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
8 deletions
+22
-8
beamerouterthemeJuelich.sty
beamerouterthemeJuelich.sty
+0
-6
beamerthemeJuelich.sty
beamerthemeJuelich.sty
+18
-2
tutorial/progressbar.pdf
tutorial/progressbar.pdf
+0
-0
tutorial/progressbar.tex
tutorial/progressbar.tex
+4
-0
No files found.
beamerouterthemeJuelich.sty
View file @
722ba97c
...
@@ -228,12 +228,6 @@
...
@@ -228,12 +228,6 @@
\defbeamertemplatealias
{
footline
}{
default
}{
visible
}
\defbeamertemplatealias
{
footline
}{
default
}{
visible
}
% handout and trans mode settings
\only
<handout| trans>
{
%
% disable progressbar
\setbeamertemplate
{
progressbar
}
[invisible]
}
%------------------------------------------------
%------------------------------------------------
% background canvas
% background canvas
%------------------------------------------------
%------------------------------------------------
...
...
beamerthemeJuelich.sty
View file @
722ba97c
...
@@ -109,11 +109,25 @@
...
@@ -109,11 +109,25 @@
height/.code=
{
%
height/.code=
{
%
\setlength
{
\fzj
@progressbar@height
}{
#1
}
%
\setlength
{
\fzj
@progressbar@height
}{
#1
}
%
}
,
}
,
%
count overlays/.is if=fzj@progressbar@countoverlays,
count overlays/.is if=fzj@progressbar@countoverlays,
count appendix/.is if=fzj@progressbar@countappendix,
count appendix/.is if=fzj@progressbar@countappendix,
count titlepage/.is if=fzj@progressbar@counttitlepage,
count titlepage/.is if=fzj@progressbar@counttitlepage,
invert appendix/.is if=fzj@progressbar@invertappendix
invert appendix/.is if=fzj@progressbar@invertappendix,
% show in handout/.is if=fzj@progressbar@show@inhandout,
show in handout/.is choice,
show in handout/false/.code=
{
\only
<handout>
{
\setbeamertemplate
{
progressbar
}
[invisible]
}
}
,
show in handout/true/.code=
{
\only
<handout>
{
\setbeamertemplate
{
progressbar
}
[visible]
}
}
,
show in trans/.is choice,
show in trans/false/.code=
{
\only
<trans>
{
\setbeamertemplate
{
progressbar
}
[invisible]
}
}
,
show in trans/true/.code=
{
\only
<trans>
{
\setbeamertemplate
{
progressbar
}
[visible]
}
}
,
}
}
...
@@ -124,6 +138,8 @@
...
@@ -124,6 +138,8 @@
\newcommand\fzj
@progressbar@titlepagereduction@current
{
0
}
%
\newcommand\fzj
@progressbar@titlepagereduction@current
{
0
}
%
\newcommand\fzj
@progressbar@titlepagereduction@end
{
0
}
%
\newcommand\fzj
@progressbar@titlepagereduction@end
{
0
}
%
\pgfkeys
{
/beamerfzj/progress bar/height
}
%
\pgfkeys
{
/beamerfzj/progress bar/height
}
%
\pgfkeys
{
/beamerfzj/progress bar/show in handout=false
}
%
\pgfkeys
{
/beamerfzj/progress bar/show in trans=false
}
%
\setbeamertemplate
{
progress bar footer
}{
\setbeamertemplate
{
progress bar footer
}{
%%
%%
%% CHECK OPTIONS
%% CHECK OPTIONS
...
...
tutorial/progressbar.pdf
View file @
722ba97c
No preview for this file type
tutorial/progressbar.tex
View file @
722ba97c
...
@@ -26,7 +26,11 @@
...
@@ -26,7 +26,11 @@
\fzjset
{
progress bar/count appendix=false
}
\fzjset
{
progress bar/count appendix=false
}
%% If we're in the appendix, the progress bar should shrink from right to left
%% If we're in the appendix, the progress bar should shrink from right to left
\fzjset
{
progress bar/invert appendix=true
}
\fzjset
{
progress bar/invert appendix=true
}
%% Show the progress bar in handout / trans mode (default: false)
\fzjset
{
progress bar/show in handout=true
}
\fzjset
{
progress bar/show in trans=true
}
% \only<handout>{\setbeamertemplate{progressbar}[invisible]}
\newcommand
{
\printpagesinfo
}{
%
\newcommand
{
\printpagesinfo
}{
%
Frame
\insertframenumber
{}
of
\inserttotalframenumber
{}
Frame
\insertframenumber
{}
of
\inserttotalframenumber
{}
...
...
Write
Preview
Markdown
is supported
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