-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse-intro.tex
250 lines (230 loc) · 6.76 KB
/
course-intro.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
\documentclass[bigger]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage[document]{ragged2e}
\usepackage{lmodern}
\usepackage{alltt}
\usepackage[none]{hyphenat}
\definecolor{lfblue}{HTML}{64b9e8}
\newcommand{\boldx}[1]{\fontseries{bx}\selectfont #1}
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{IMAGES/title-bar.png}}
\renewcommand{\indent}{\hspace*{1.6em}}
\makeatletter
\newcommand\HUGE{\@setfontsize\Huge{35}{45}}
\makeatother
\usetheme{default}
\setbeamertemplate{navigation symbols}{}
%%\usefonttheme{serif}
\setbeamertemplate{frametitle}{\vspace{1.15em}\indent\color{lfblue}\textbf{\LARGE\insertframetitle}}
\setbeamertemplate{framesubtitle}{\color{lfblue}\Huge\insertframesubtitle}
%%\setbeamercolor{background canvas}{bg=black}
%%\setbeamercolor{normal text}{fg=black}
\newcommand{\mycourse}{LFXXXX}
\newcommand{\mytitle}{Default Course Title}
\newcommand{\myversion}{vX.Y}
\newcommand{\myclasstime}{9am-5pm}
\newcommand{\myclasstz}{CST}
\newcommand{\myname}{My Name}
\newcommand{\myemail}{[email protected]}
\newcommand{\myblurb}{A blurb about me}
\newcommand{\mykey}{AKEY}
\newcommand{\myevaluation}{https://www.surveymonkey.com/}
\newcommand{\myeval}{https://www.surveymonkey.com/}
%\newcommand{\solutions}{\item No SOLUTIONS file}
\newcommand{\solutions}{\item \mycourse\_\myversion\_SOLUTIONS.tar.bz2}
\newcommand{\resources}{}
\newcommand{\lfuser}{}
\newcommand{\lfpass}{}
\newif\ifBITLY{}
\BITLYtrue{}
\newif\ifCORP{}
\CORPtrue{}
\newif\ifVIRTUAL{}
\VIRTUALtrue{}
\input{settings}
\input{course}
\begin{document}
%%% Title Page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
{ \usebackgroundtemplate{\includegraphics[width=\paperwidth]{IMAGES/title-page.png}}
\begin{frame}
\hfill
\begin{minipage}[t]{0.62\textwidth}
\color{lfblue}\sffamily
\HUGE\boldx{\mycourse}\par
\Large\textbf{\mytitle}
\end{minipage}
\end{frame} }
%%% Logistics %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Class Logistics}
\Large
\begin{itemize}
\item \myclasstime{} \ifVIRTUAL(\myclasstz)\fi
\item 15 min break morning, and afternoon
\item 60 min lunch break at mid-day
\ifVIRTUAL{}
\item Please keep yourself muted when not speaking
\item Ask questions in chat as they come up
\else % !VIRTUAL
\item Ask questions as they come up
\fi % !VIRTUAL
\item I may put off answering questions until later
\end{itemize}
\end{frame}
%%% VM Image %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Do you have a Linux Machine?}
\LARGE
\begin{itemize}
\item Virtual Machines
\begin{itemize}
\item {\Large\textbf{\url{bit.ly/LF-vm}}}
\item {\small\url{https://training.linuxfoundation.org/cm/VIRTUAL_MACHINE_IMAGES}}
\end{itemize}
\vspace{0.5em}
\item Get your Linux ready for the class
\begin{itemize}
\item {\Large\textbf{\url{bit.ly/LFprep}}}
\item {\small\url{https://training.linuxfoundation.org/cm/prep/}}
\end{itemize}
\end{itemize}
\end{frame}
%%% READY-FOR %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Is your Linux Machine Ready?}
\LARGE
\begin{itemize}
\item {\Large{}Visit \textbf{\url{bit.ly/LFprep}}}
\vspace{0.5em}
\item Download script
\end{itemize}
\vspace{-0.5em}
{\footnotesize\url{https://training.linuxfoundation.org/cm/prep/ready-for.sh}}
\vspace{0.5em}
\begin{itemize}
\item Run the following as a regular user
\end{itemize}
\large
\begin{alltt}
host:\$ chmod 755 ready-for.sh \par
host:\$ ./ready-for.sh \mycourse{}=\myversion{} \par
host:\$ ./ready-for.sh -{}-install \mycourse{}
\end{alltt}
\end{frame}
%\item \mycourse\_\myversion\_SOLUTIONS.tar.bz2
%\item \mycourse\_\myversion\_RESOURCES.tar
%%% COURSE MATERIALS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Course Materials}
\LARGE
\begin{itemize}
\item Download the course materials:
\end{itemize}
\vspace{-0.5em}
{\normalsize\url{https://training.linuxfoundation.org/cm/\mycourse/}}
\vspace{0.5em}
\begin{itemize}
\item Username: \textbf{\lfuser}
\item Password: \textbf{\lfpass}
\vspace{0.5em}
\item Filenames:
\begin{itemize}
\large
\solutions{}
\resources{}
\end{itemize}
\end{itemize}
\end{frame}
%%% INTRODUCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Introductions}
\LARGE
\begin{itemize}
\item Your name
\item What you do for your day job
\item Your past experience with Linux
\item Your expectations for this course
\ifVIRTUAL{}
\item Your Linux Distribution
\item (Your Time Zone, \normalsize if not \myclasstz \LARGE )
\fi % VIRTUAL
\end{itemize}
\end{frame}
%%% ME %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Me First}
\LARGE
\begin{itemize}
\item \myname{}
\item \url{\myemail}
\item \myblurb{}
\end{itemize}
\end{frame}
%%% INTRODUCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Introductions}
\LARGE
\begin{itemize}
\item Your name
\item What you do for your day job
\item Your past experience with Linux
\item Your expectations for this course
\ifVIRTUAL{}
\item Your Linux Distribution
\item (Your Time Zone, \normalsize if not \myclasstz \LARGE )
\fi % VIRTUAL
\end{itemize}
\end{frame}
%%% COURSE REGISTRATION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Course Registration}
\begin{itemize}
\ifCORP{}
\Large{}
\item You'll have to create an LFID
\item Write your name as it should appear on the certificate
\item Use the same email for registration and evaluation
\item Key: \textbf{\mykey}
\item \textbf{\url{bit.ly/LFredeem}}
\item \small\url{https://trainingportal.linuxfoundation.org/redeem}
\else % !CORP
\LARGE{}
\item You're already registered
\item On to the course!
\fi % !CORP
\end{itemize}
\end{frame}
%%% COURSE EVALUTAION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Course Evaluation}
\LARGE
\begin{itemize}
\item Use the same email as you used for registration
\ifBITLY{}
\item \textbf{\url{\myeval}}
\fi % BITLY
\item \normalsize\url{\myevaluation}
\end{itemize}
\end{frame}
%%% THANK YOU %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Thank You}
\LARGE
\begin{itemize}
\item Email me if you have further questions
\item \myname{}
\item \url{\myemail}
\end{itemize}
\end{frame}
\end{document}