Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Institute of Communication Networks
tuhh_latex_presentation
Commits
ef54a91d
Commit
ef54a91d
authored
Jul 25, 2022
by
Leonard Fisser
🐸
Browse files
Remove slide numbers from agenda, title, section
parent
3f05fb34
Pipeline
#162440
passed with stage
in 1 minute and 55 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
beamerinnerthemetuhh.sty
beamerinnerthemetuhh.sty
+2
-2
beamerthemetuhh.sty
beamerthemetuhh.sty
+8
-2
demo_tuhh_presentation.tex
demo_tuhh_presentation.tex
+1
-4
No files found.
beamerinnerthemetuhh.sty
View file @
ef54a91d
...
...
@@ -108,7 +108,7 @@
outer sep = 0mm,
inner sep = 0.0mm,
anchor = west,
] at (301.22mm,
\the\paperheight
-140.26mm)
{
\usebeamerfont
{
frame
_
number
}
\insertframenumber
}
;
] at (301.22mm,
\the\paperheight
-140.26mm)
{}
;
\useasboundingbox
(0,0) rectangle(
\the\paperwidth
,
\the\paperheight
);
\node
[rectangle,
...
...
@@ -165,7 +165,7 @@
outer sep = 0mm,
inner sep = 0.0mm,
anchor = west,
] at (301.22mm,
\the\paperheight
-140.26mm)
{
\usebeamerfont
{
frame
_
number
}
\insertframenumber
}
;
] at (301.22mm,
\the\paperheight
-140.26mm)
{}
;
\useasboundingbox
(0,0) rectangle(
\the\paperwidth
,
\the\paperheight
);
\node
[rectangle,
...
...
beamerthemetuhh.sty
View file @
ef54a91d
...
...
@@ -83,7 +83,7 @@
\makeatother
\renewcommand*
{
\titlepage
}{
\begin{frame}
[titlepage]
\begin{frame}
[titlepage
, noframenumbering
]
\usebeamertemplate
{
\titlepagetextformat
}
\end{frame}
}
...
...
@@ -142,6 +142,12 @@
}
\makeatother
\newcommand
{
\agenda
}{
\begin{frame}
[agenda, noframenumbering]
\tableofcontents
\end{frame}
}
% Section slide definitions
\makeatletter
\define
@key
{
beamerframe
}{
section polka
}
[true]
{
%
...
...
@@ -201,7 +207,7 @@
\AtBeginSection
[]
{
\begin{frame}
[section polka]
\begin{frame}
[section polka
, noframenumbering
]
\end{frame}
}
...
...
demo_tuhh_presentation.tex
View file @
ef54a91d
...
...
@@ -22,10 +22,7 @@
\begin{document}
\titlepage
\begin{frame}
[agenda]
\tableofcontents
\end{frame}
\agenda
\section
{
Environments
}
\label
{
se:environments
}
\begin{frame}
{
List Environments
}
...
...
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