-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathoop4coders.tex
82 lines (51 loc) · 1.39 KB
/
oop4coders.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
% !TEX TS-program = xelatex
% !TeX program = xelatex
% !TEX encoding = UTF-8 Unicode
% !TEX spellcheck = en-US
\documentclass{KodeBookAr}
%To prevent other chapters from creating a new document
\let\wholebook=\relax
%The calls (includes) for other packages are in a separate file
\input{calls}
%opening
%\title{Object-Oriented Programming \\ \hspace{1cm} for \\ \hspace{2cm} Coders}
\title{البرمجة كائنية التوجه للمبرمجين}
%\titleFP{\textarab{البرمجة} \textarab{كائنية} \textarab{التوجه} \textarab{للمبرمجين}}
\author{\ar{عبد الكريم عريّس}}
\cover{../img/cover.jpg}
\license{../img/cc-by-sa.png}
%\setplainversion
\begin{document}
\maketitle
\frontmatter
\addcontentsline{toc}{chapter}{\ar{معلومات عامة}}
\input{copyright}
\input{preface}
\addcontentsline{toc}{chapter}{\ar{المحتويات والقوائم}}
\kodetoc
%\kodelof
\kodelot
\kodeabbrev
\mainmatter
\input{OOPintro}
\input{helloworld}
\input{classObject}
\input{encapsulation}
\input{inheritance}
\input{polymorphism}
%\chapter{Generics and OOP}
%\input{generics}
\backmatter
\bibliography{cite}
\addcontentsline{toc}{chapter}{Bibliography}
\printindex
\addcontentsline{toc}{chapter}{Index}
\cleardoublepage
\pagestyle{empty}
\vspace*{\fill}
\Huge\color{indigo}
\begin{center}
That's all\\ ...\\ The END
\end{center}
\vspace*{\fill}
\end{document}