Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
90671f6833 | |||
d1dbc895c3 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,3 +11,5 @@
|
|||||||
/schulung.pdf
|
/schulung.pdf
|
||||||
/.kile/
|
/.kile/
|
||||||
/handout.pdf
|
/handout.pdf
|
||||||
|
|
||||||
|
/handout-nup.pdf
|
||||||
|
1
create-handout-nup.sh
Executable file
1
create-handout-nup.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
pdfjam --nup 1x2 --scale 0.87 --keepinfo --delta "0 1.5cm" --suffix nup handout.pdf
|
6
live.tex
6
live.tex
@ -7,6 +7,9 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\mode
|
||||||
|
<beamer>
|
||||||
|
|
||||||
\begin{frame}{Ein erstes Turnier: Reines Finale}
|
\begin{frame}{Ein erstes Turnier: Reines Finale}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Ein einfaches Finale durchwerten
|
\item Ein einfaches Finale durchwerten
|
||||||
@ -46,3 +49,6 @@
|
|||||||
\item Digi neu laden mit einem definierten Tanz
|
\item Digi neu laden mit einem definierten Tanz
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\mode
|
||||||
|
<presentation>
|
||||||
|
9
main.tex
9
main.tex
@ -7,8 +7,9 @@
|
|||||||
\usetheme{Frankfurt}
|
\usetheme{Frankfurt}
|
||||||
|
|
||||||
\title{Einsatz von digitalen Wertungsgeräten bei Tanzturnieren}
|
\title{Einsatz von digitalen Wertungsgeräten bei Tanzturnieren}
|
||||||
\author{Christian Wolf}
|
\author{Christian Wolf\inst{1,2}}
|
||||||
\date{12. Okt. 2025}
|
\date{12. Okt. 2025}
|
||||||
|
\institute{\inst{1}Saarländischer Landesverband für Tanzsport \and \inst{2}TSC im VfL Sindelfingen e.V.}
|
||||||
|
|
||||||
\setbeamertemplate{navigation symbols}{}
|
\setbeamertemplate{navigation symbols}{}
|
||||||
\setbeamercovered{still covered={\opaqueness<1>{12}\opaqueness<2>{5}\opaqueness<3>{1}}}
|
\setbeamercovered{still covered={\opaqueness<1>{12}\opaqueness<2>{5}\opaqueness<3>{1}}}
|
||||||
@ -16,10 +17,12 @@
|
|||||||
|
|
||||||
\AtBeginSection[]
|
\AtBeginSection[]
|
||||||
{
|
{
|
||||||
|
\mode<beamer>{
|
||||||
\begin{frame}{\insertsectionhead}
|
\begin{frame}{\insertsectionhead}
|
||||||
% \tableofcontents[currentsection,hideothersubsections,]
|
% \tableofcontents[currentsection,hideothersubsections,]
|
||||||
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/show/hide]
|
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/show/hide]
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -40,7 +43,9 @@
|
|||||||
\input{content.tex}
|
\input{content.tex}
|
||||||
|
|
||||||
\begin{frame}{Lizenz}
|
\begin{frame}{Lizenz}
|
||||||
Diese Präsentation © 2025 ist von Christian Wolf lizenziert unter CC BY-SA 4.0.
|
Diese Präsentation © 2025 ist von Christian Wolf lizenziert unter CC~BY-SA 4.0.
|
||||||
|
|
||||||
|
Mail: tanzen@christian-wolf.click
|
||||||
|
|
||||||
Eine Kopie der Lizenz ist zu finden unter:\\
|
Eine Kopie der Lizenz ist zu finden unter:\\
|
||||||
\url{https://creativecommons.org/licenses/by-sa/4.0/}
|
\url{https://creativecommons.org/licenses/by-sa/4.0/}
|
||||||
|
2
work.tex
2
work.tex
@ -226,7 +226,7 @@ Wertung mit Digis
|
|||||||
|
|
||||||
\node<3| handout:2> (print) {\includegraphics[width=0.95\textwidth]{img/tt/03.png}};
|
\node<3| handout:2> (print) {\includegraphics[width=0.95\textwidth]{img/tt/03.png}};
|
||||||
% \MaskHole*<handout:2>{print}{}
|
% \MaskHole*<handout:2>{print}{}
|
||||||
\filldraw<2>
|
\filldraw<2 |handout:2>
|
||||||
(-2.2,0.65) rectangle (-1.5,-0.05)
|
(-2.2,0.65) rectangle (-1.5,-0.05)
|
||||||
;
|
;
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user