-
Notifications
You must be signed in to change notification settings - Fork 3
/
selftraining-camera.tex
60 lines (46 loc) · 1.5 KB
/
selftraining-camera.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
\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{A/V Angel Self-Training: Camera}
% \date{\today \currenttime}
% \author{c3voc}
\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{Camera Hardware}
\input{chapters/camera-panasonic.tex}
\input{chapters/camera-jvc.tex}
\input{chapters/camera-tripod.tex}
\section{Next Steps}
\begin{frame}{Hands-On Training}
\begin{itemize}
\item Please do hands-on training!
\begin{itemize}
\item The only way to get proficient with the tripod is to feel it
\item Feel free to try things in a break between talks
\end{itemize}
\item VOC A/V-Techs are there to help you
\end{itemize}
\end{frame}
\end{document}