-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathssme-for-dummies.tex
41 lines (34 loc) · 996 Bytes
/
ssme-for-dummies.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
\documentclass[a4paper]{article}
\usepackage[utf8x]{inputenc}
\begin{document}
\pagenumbering{gobble}
\title{SSME for Dummies}
\author{Marek Vantuch, Daniel Polan, Filip Hyža, Irina Dyldina, Ivana Haraslinová, \\Jiří Forman, Jan Vavrečka}
\date{2014}
\maketitle
\clearpage
\pagenumbering{gobble}
\tableofcontents
\clearpage
\section*{Intro}
This is intro.
\section*{How to learn}
This is how to learn.
\include{tex/01_service_systems_fundamentals}
\include{tex/02_service_computational_systems}
\include{tex/03_service_oriented_architecture}
\include{tex/04_domain_understanding}
\include{tex/05_semantics_information}
\include{tex/06_connection_oriented_approach}
\include{tex/07_bpmn}
\include{tex/08_pppm}
\include{tex/09_toc}
\include{tex/10_teamwork}
\include{tex/11_distribute_algorithms}
\include{tex/12_net_centric}
\include{tex/13_security}
\include{tex/14_cryptography}
\include{tex/15_gui}
\include{tex/16_product_service_economy}
\include{tex/17_marketing}
\end{document}