-
Notifications
You must be signed in to change notification settings - Fork 1
/
nixcon-2024_keynote.tex
85 lines (66 loc) · 2.42 KB
/
nixcon-2024_keynote.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
\documentclass{beamer}
\usepackage{graphicx}
\usepackage[english]{babel}
\usepackage[nodayofweek]{datetime}
\usepackage{hyperref}
\usetheme{Arguelles}
\definecolor{nixconbg}{RGB}{224,224,224}
\setbeamercolor{background canvas}{bg=nixconbg}
\setbeamercolor{structure}{bg=nixconbg,fg=oc-gray-8}
\setbeamercolor{section in head/foot}{bg=structure.fg,fg=structure.bg}
\setbeamercolor{inverted text}{fg=oc-gray-8}
\title{NixCon 2024 \quad \includegraphics[height=7cm]{nixcon-2024-logo-inkscape3.png}}
\subtitle{bUm Berlin}
\date{\formatdate{25}{10}{2024}}
\begin{document}
\frame[plain]{\titlepage}
\begin{frame}
\frametitle{Welcome to Nixcon 2024!}
NixCon is a convention all around the software Nix and NixOS, for \dots
\begin{itemize}
\item highly involved developers and users,
\item complete newbies who want to learn or are just interested,
\item and any topic, including both private and business use, development, or anything else related to Nix.
\end{itemize}
However, you do need to have a ticket!
Visit \href{https://2024.nixcon.org}{2024.nixcon.org} for all relevant information, including this presentation itself.
\end{frame}
\begin{frame}
\frametitle{Schedule}
\begin{itemize}
\item Talks will take place from then to then, with lightning talks at the end
\item Breaks are from then to then
\item Food from the caterer will be available from then to then
\item The venue closes at then
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Venue}
Insert picture here.
\end{frame}
\begin{frame}
\frametitle{Food}
Food works like this.
\end{frame}
\begin{frame}
\frametitle{Be excellent to each other!}
Awareness bla
\end{frame}
\begin{frame}
\frametitle{Photo policy}
We have two different kinds of lanyards. Here is a simple chart explaining what it means when someone wears each lanyard.
No lanyard means no photo! When in doubt, ask. Don't take pictures of the crowd or run around vlog style.
\end{frame}
\begin{frame}
\frametitle{Talks and workshops}
\begin{itemize}
\item Make it clear if you accept questions during your talk (as opposed to just afterwards), repeat the question that was asked for the offline and online audience.
\item Our buffer time is <10 minutes, if you want more time for questions, please plan accordingly.
\item We will be very strict with timing.
\end{itemize}
\end{frame}
\end{document}
%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: t
%%% End: