Changes
Page history
Update tuhh_presentation Class
authored
Mar 19, 2022
by
Fabian Nuraddin Alexander Gabel
Show whitespace changes
Inline
Side-by-side
tuhh_presentation-Class.md
View page @
a1a65953
...
...
@@ -9,7 +9,7 @@ The further includes the Poppins font and the `datetime2` package
# Getter, Setter and Commands for Inserting Metadata
Commands like
```
```
latex
\def\university
{
\@
dblarg
\beamer
@university
}
\long\def\beamer
@university[#1]#2
{
%
\def\insertuniversity
{
\def\inst
{
\beamer
@insttitle
}
\def\and
{
\beamer
@andtitle
}
#2
}
%
...
...
@@ -19,7 +19,7 @@ Allow do define the command `\insertuniversity` by specifying `\university{Name}
# Defaults
```
```
latex
\university
{
Hamburg University of Technology (TUHH)
}
\closingstatement
{
Thank You very much
}
\street
{
Am Schwarzenberg-Campus 1
}
...
...
...
...