-
Notifications
You must be signed in to change notification settings - Fork 10
/
main.tex
64 lines (57 loc) · 2.3 KB
/
main.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
\documentclass[t,14pt,aspectratio=169,usenames,dvipsnames,table]{beamer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% To Pass graphics paths
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{{./Figures/}}
\graphicspath{{./Figures/chapter-01/}}
\input{preamble/preamble.tex}
\input{./front_page.tex}
\renewcommand{\logotitle}{\includegraphics%
[width=.2\linewidth]{logos/header_logo.png}}
\renewcommand{\logoheader}{\includegraphics%
[width=0\linewidth]{logos/header_logo.png}}
\renewcommand{\logofooter}{\includegraphics%
[width=.15\linewidth]{logos/header_logo.png}}
\date{\today}
%------------------------------------------------------------
\begin{document}
%---------------------------------------------------------
%The next statement creates the title page.
\frame{\titlepage}
%---------------------------------------------------------
%%TOC
%\begin{frame}[allowframebreaks]
%\frametitle{Table of Contents}
%\tableofcontents
%\end{frame}
%---------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \include{Ch00-CourseOverview/CourseOverview.tex}
% \include{Ch01-Introduction-data-management/Ch01-Introduction-data-management}
% \include{Ch02-Introduction-To-Distributed-Systems/Ch02-Introduction-To-Distributed-Systems}
\include{Ch04-Spark/Ch04-Spark}
% \include{Ch04-Spark/FN-Scala}
% \include{Ch04-Spark/Spark}
% \include{Ch05-BigData-Applications/Applications}
% \include{Ch06-Massaging-Systems/Massaging-Systems}
% \include{Ch07-DataOrchestration/Orchestration}
% \include{Ch08-NoSqlDB/NoSql}
% \include{Ch09-Elastic/Elastic}
% \include{Ch10-Architecture/Architecture}
% \include{Appendix/Appendix}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[c]{ }
\centering
\textcolor{offgreen}{ \large Thank you for watching!}
\end{frame}
\begin{frame}[c]{ }
\centering
\textcolor{offyellow}{\large See you in the next video \Smiley{}}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-engine: xetex
%%% End: