forked from cloudmesh-book/book-latex-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloud.tex
More file actions
33 lines (22 loc) · 730 Bytes
/
cloud.tex
File metadata and controls
33 lines (22 loc) · 730 Bytes
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
\documentclass{format/laszewski}
\newcommand{\TITLE}{Lecture Notes\\Introduction to Cloud Computing}
\newcommand{\SUBTITLE}{Theory and Practice}
%\newcommand{\AUTHOR}{Gregor von Laszewski}
%\newcommand{\EMAIL}{laszewski@gmail.com}
\newcommand{\AUTHOR}{~}
\newcommand{\EMAIL}{~}
\usepackage[final]{pdfpages}
\usepackage{listings}
\input{format/book-format}
%
% THE FOLLOWING MAY BE AN ISSUE
%
% \graphicspath{{./}{./images}{./section/icloud/assignment/problems/project1}}
%\include{section/doc/plagiarism}
%\include{section/art/sentient}
%\include{part-container}
\newpage
\listoftodos[Todo]
\include{part-icloud}
%----------------------------------------------------------------------------------------
\end{document}