forked from cloudmesh-book/book-latex-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
draft.tex
94 lines (60 loc) · 2 KB
/
draft.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
\documentclass{format/laszewski}
\newcommand{\TITLE}{Lecture Notes\\Introduction to Cloud Computing}
\newcommand{\SUBTITLE}{Theory and Practice}
\newcommand{\AUTHOR}{Gregor von Laszewski}
\newcommand{\EMAIL}{[email protected]}
\newcommand{\LOCATION}{URL}
\addbibresource{bib/bibliography.bib} % BibTeX bibliography file
\addbibresource{bib/refs-jabref.bib} % BibTeX bibliography file
\defbibheading{bibempty}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% IMAGE DIRECTORIES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\graphicspath{%
{./}%
{images/}%
{notebooks/opencv/}%
{notebooks/}%
{notebooks/facedetection/}%
{notebooks/fingerprint}%
{section/cluster/pi/images/}%
{section/container/}}
%https://github.com/cloudmesh/book/blob/master/section/container/kubernetes-fs.md
\begin{document}
\maketitle
\include{section/cluster/pi/tutorials}
%\include{section/container/docker-rest}
%\include{section/container/docker-hadoop-labs}
%\input{section/msg/mqtt}
%\input{section/doc/book-format}
%\input{section/container/kubernetes-fs}
%\markdownInput{section/container/minikube.md}
%\include{section/helps/book-compile}
%\include{section/rest/rest}
%\include{section/rest/swagger-codegen}
%\include{part/syllabus}
%\include{section/assignments}
%\include{section/cluster/pi/setup}
%\include{section/doc/book-format}
\begin{comment}
\include{section/prg/python-big-data}
\include{section/python-cmd}
\include{section/wordcount}
\include{section/ubuntu}
\include{section/refcards}
\include{section/datasets}
\include{section/ansible}
\include{section/cm-hadoop}
\include{section/box}
\include{section/pyenv-anaconda}
\include{section/python-big-data}
\include{section/eve}
\include{section/vis}
\include{section/course1}
\end{comment}
%\include{section/container/docker}
%\include{section/container/docker-fs}
%\include{part/pi}
%\include{section/art/sentient}
%----------------------------------------------------------------------------------------
\end{document}