-
Notifications
You must be signed in to change notification settings - Fork 3
/
folien.tex
118 lines (92 loc) · 2.86 KB
/
folien.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
\documentclass[aspectratio=169]{beamer}
\usetheme{metropolis}
% ENCODING AND LANGUAGE
\usepackage[english]{babel}
\usepackage[utf8]{inputenc} % Universal encoding
\usepackage[T1]{fontenc} % Font encoding
% FONT
\usepackage{courier} % Courier as \ttdefault
% \usepackage{psfrag} % replace PostScript fonts
% OTHER HELPERS AND SETTINGS
% \usepackage{graphicx} % Include graphics to document
% \usepackage{amsmath,amssymb,amstext} % support for mathematics ttt
% \usepackage{listings} % code listings
% \lstset{basicstyle=\footnotesize\ttfamily,breaklines=true}
% \usepackage{units}
\usepackage{siunitx} % SI-Unit support
% TITLE PAGE SETTINGS
\title{Angel Introduction: Camera and Video Mixer}
% \date{\today \currenttime}
\author{}
\institute{C3VOC
\begin{flushright}
\includegraphics[height=0.4\textheight]{images/qr-code.png}\\
https://github.com/voc/engelschulung
\end{flushright}
}
%% START OF DOCUMENT
\begin{document}
\maketitle
\input{chapters/general.tex}
\section{Angeltypes}
\begin{frame}{Angeltypes}
\begin{itemize}
\item A/V Angels:
\begin{itemize}
\item Camera Angels
\item Video Mixer Angels
\item Audio Mixer Angels
\end{itemize}
\item A/V Technician
\item C3VOC Crew
% \item External Crew % usually audio/light (remove roles above then)
% \item Stage Manager
\end{itemize}
\end{frame}
\input{chapters/angel-av-cam.tex}
\input{chapters/angel-av-video.tex}
\input{chapters/angel-av-audio.tex}
\input{chapters/angel-voc-crew.tex}
%\input{chapters/angel-external.tex}
\input{chapters/angel-voc-avtech.tex}
%\input{chapters/angel-stagemanager.tex}
\section{Basics}
\input{chapters/shots.tex}
\begin{frame}{Usual Talk Timeline}
\begin{itemize}
\item Please be on time when your shift starts
\item Get to know your fellow angels, check the camera and mixer
\item Talk starts with an introduction by the herald
\item Speaker starts talk
\item Q\&A session
\item Talk ends with "thank you" and applause
\item Hand over to the next angels
\end{itemize}
\end{frame}
%\input{chapters/timeline-1cam.tex}
%\input{chapters/timeline-2cam.tex}
\section{Camera Hardware}
\input{chapters/camera-panasonic.tex}
%\input{chapters/camera-jvc.tex}
\input{chapters/camera-tripod.tex}
\section{Video Mixer Tools}
\input{chapters/voctomix.tex}
\section{Audio Hardware}
\input{chapters/audio-touchmix.tex}
\input{chapters/audio-headset.tex}
\section{Contacts and Action Items}
\input{chapters/contact-general.tex}
%\input{chapters/contact-congress.tex}
%\input{chapters/meetings-congress.tex}
\begin{frame}{Final Notes}
\begin{itemize}
\item Click "join" on the angel types you want to have
\item Queue up to get approved
\item Select shifts:
\begin{itemize}
\item Fill talks with no angels first
\item Take breaks
\end{itemize}
\end{itemize}
\end{frame}
\end{document}