-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
315 lines (207 loc) · 9.65 KB
/
thesis.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%
%%% File: thesis.tex, version 0.1, May 2010
%%%
%%% =============================================
%%% This file contains a template that can be used with the package
%%% cs.sty and LaTeX2e to produce a thesis that meets the requirements
%%% of the Computer Science Department from the Technical University of Cluj-Napoca
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper,twoside,openright]{report}
\usepackage{cs}
% !!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!
% FOR THESIS IN ROMANIAN LANGUAGE COMMENT OUT THE FOLLOWING LINE !!!!
\usepackage[english,romanian]{babel}
\graphicspath{{figures/}}
\ifpdf
\DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\else
\DeclareGraphicsExtensions{.eps}
\fi
% \mastersthesis
\diplomathesis
% \leftchapter
% \centerchapter
% \rightchapter
\singlespace
% \oneandhalfspace
% \doublespace
\renewcommand{\thesisauthor}{Răzvan Teslaru} %% Your name.
\renewcommand{\thesismonth}{Februarie} %% Your month of graduation.
\renewcommand{\thesisyear}{2016} %% Your year of graduation.
\renewcommand{\thesistitle}{Modul VNC pentru acces de la distanță la buffer-ul video al unui calculator prin interfața AMT} %{VNC Python Extension}
\renewcommand{\thesissupervisorname}{S.l.Dr.Ing. Adrian Coleșa}
%\renewcommand{\thesisdedication}{To my beloved wife and parents}
\begin{document}
% ================================================================================
% ======================== FIRST TITLE PAGE =====================================
% ================================================================================
\begin{titlepage}
\thispagestyle{firststylewithoutfooter}
% \fancyhead{}
% \fancyhead[C]{\includegraphics[width=20pt]{header-utcn-engleza.png}}
% \chead{\includegraphics[width=20pt]{header-utcn-engleza.png}}
\begin{center}
% {\scshape \universitynameenglish} \\
% {\scshape \facultynameenglish} \\
% {\scshape \depa1rtmentnameenglish} \\
% {\scshape \universitynameromanian} \\
{\scshape \facultynameromanian} \\
{\scshape \departmentnameromanian} \\
\vspace{6cm}
\thesistitlesize {\textbf{\thesistitle}\\}
\vspace {1cm}
%\thesistypesize \textbf{\thesistypeenglish}\\
\thesistypesize \textbf{\thesistyperomanian}\\
\vspace{2cm}
% \thesisauthortypesize \thesisauthortypeenglish \\ \textbf{\thesisauthor} \\
\thesisauthortypesize \thesisauthortyperomanian \\ \textbf{\thesisauthor} \\
\vspace{1cm}
% \thesissupervisorsize \thesissupervisorenglish \\ \textbf{\thesissupervisorname}\\
\thesissupervisorsize \thesissupervisorromanian \\ \textbf{\thesissupervisorname}\\
\vspace{\stretch{1}}
{\thesismonth} {\thesisyear} \\
\end{center}
\end{titlepage}
\begin{titlepage}
\phantom{1}
\end{titlepage}
% ================================================================================
% ======================== SECOND TITLE PAGE =====================================
% ================================================================================
\begin{titlepage}
\begin{center}
\thispagestyle{firststylewithfooter}
% {\scshape \universitynameenglish} \\
% {\scshape \facultynameenglish} \\
% {\scshape \departmentnameenglish} \\
% {\scshape \universitynameromanian} \\
{\scshape \facultynameromanian} \\
{\scshape \departmentnameromanian} \\
\vspace{1cm}
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}%
\begin{tabularx}{\textwidth}{lR}
% {\scshape \facultydeanenglish} & {\scshape \deptmanagerenglish} \\
{\scshape \facultydeanromanian} & {\scshape \deptmanagerromanian} \\
\facultydeanname & \deptmanagername\\
\end{tabularx}
\vspace {2cm}
\thesistitlesize {\textbf{\thesistitle}\\}
\vspace {1cm}
% \thesistypesize \textbf{\thesistypeenglish}\\
\Large \textbf{\thesistyperomanian}\\
\vspace{1cm}
\end{center}
% \vspace{1cm}
\begin{flushleft}
\begin{enumerate}
% \item \textbf{\thesisauthortypeenglish}: \thesisauthor
\item \thesisauthortyperomanian: \thesisauthor
% \item \textbf{\thesissupervisorenglish}: \thesissupervisorname
\item \thesissupervisorromanian: \thesissupervisorname
% \item \textbf{\thesiscontentsenglish}: Thesis presentation, suprvisior evaluation, chapter 1, chapter 2, \dots, chapter n, References, Anexes, CD.
\item \thesiscontentsromanian: Pagina de prezentare, aprecierile coordonatorului, titlul capitolului 1, titlul capitolului 2, \dots, titlul capitolului n, bibliografie, anexe, CD.
% \item \textbf{\thesisworkingplaceenglish}: UTCN, Cluj-Napoca
\item \thesisworkingplaceromanian: UTCN, Cluj-Napoca
% \item \textbf{\thesisadvisorsenglish}: Donald Knuth, Leslie Lamport, others \dots
% \item \thesisadvisorsromanian: Donald Knuth, Leslie Lamport, others \dots
% \item \textbf{\thesisbegindateenglish}: \dotfill
\item \thesisbegindateromanian: \dotfill
% \item \textbf{\thesisenddateenglish}: \dotfill
\item \thesisenddateromanian: \dotfill
\end{enumerate}
\end{flushleft}
\vspace{0.5cm}
\begin{center}
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}%
\begin{tabularx}{\textwidth}{lR}
% {\thesissignatureenglish} {\thesissupervisorenglish} & {\thesissignatureenglish} {\thesisauthortypeenglish} \\
{\thesissignatureromanian} {\thesissupervisorromanian} & {\thesissignatureromanian} {\thesisauthortyperomanian} \\
\thesissupervisorname & \thesisauthor \\
\end{tabularx}
\vspace{\stretch{1}}
{\thesismonth} {\thesisyear} \\
\end{center}
\end{titlepage}
\begin{titlepage}
\phantom{1}
\end{titlepage}
% ================================================================================
% ======================== THIRD TITLE PAGE =====================================
% ================================================================================
\begin{titlepage}
\begin{center}
\thispagestyle{firststylewithfooter}
% {\scshape \universitynameenglish} \\
% {\scshape \facultynameenglish} \\
% {\scshape \departmentnameenglish} \\
% {\scshape \universitynameromanian} \\
{\scshape \facultynameromanian} \\
{\scshape \departmentnameromanian} \\
\end{center}
\vspace{3cm}
\begin{center}
% \autheticitydeclarationsize \textbf{\autheticitydeclarationenglish}
\autheticitydeclarationsize \textbf{\autheticitydeclarationromanian}
\end{center}
\vspace{1cm}
Subsemnatul \textit{\thesisauthor}, legitimat cu \textit{CI} seria \textit{XC} numărul \textit{666468}, CNP \textit{1910917045353}, autorul lucrării \textit{\thesistitle} elaborată în vederea susținerii examenului de finalizare a studiilor de masterat la Facultatea de Automatică și Calculatoare, Departamentul Calculatoare, Specializarea \textit{Calculatoare} din cadrul Universității Tehnice din Cluj-Napoca, sesiunea \textit{\thesismonth} a anului universitar \textit{2016/2017}, declar pe proprie răspundere, că această lucrare este rezultatul propriei mele activități intelectuale, pe baza cercetărilor mele și pe baza informațiilor obținute din surse care au fost citate în textul lucrării și în bibliografie.
Declar că această lucrare nu conține porțiuni plagiate, iar sursele bibliografice au fost folosite cu respectarea legislației române și a convențiilor internaționale privind drepturile de autor.
Declar, de asemenea, că această lucrare nu a mai fost prezentată în fața unei alte comisii de examen de licență sau disertație.
În cazul constatării ulterioare a unor declarații false, voi suporta sancțiunile administrative, respectiv, \textit{anularea examenului de licență}.
\vspace{2cm}
\begin{center}
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}%
\begin{tabularx}{\textwidth}{lR}
% Cluj-Napoca & {\thesissignatureenglish{ }\thesisauthortypeenglish}\\
% date & {\thesisauthor} \\
Cluj-Napoca & {\thesissignatureromanian}\\
data & {\thesisauthortyperomanian} \\
\end{tabularx}
\end{center}
\end{titlepage}
\begin{titlepage}
\phantom{1}
\end{titlepage}
%\pagestyle{headings}
% ABSTRACT
\begin{abstract}
%Descrierea sumară a lucrării, în câteva fraze. Un site foarte util ce conține exemple \LaTeX se găsește la \url{http://en.wikibooks.org/wiki/LaTeX}.
%Recomandăm crearea unui proiect în editoare Latex specializate (exemplu Kile pe Linux, TexnicCenter pe Windows) astfel încât compilarea/translatarea codului Latex în PDF să se facă din orice fișier editați la un moment dat (practic se va compila proiectul). De asemenea, dacă fișierul ``thesis.bib'' este inclus în proiect, există facilitatea de code-completion și la cite.
Un server de testare a cărui mașini client rulează constant poate să reprezinte o sarcină suplimentară ce necesită timp și oameni pentru întreținere, sau poate să reprezinte un sistem complex cu capacități de mentenanță la distantă și funcționalități de întreținere automatizată. Această lucrare își propune să prezinte modul în care am abordat problema accesului la distanță la buffer-ul video a mașinilor prin intermediul Active Management Technology.
\end{abstract}
\begin{titlepage}
\phantom{1}
\end{titlepage}
%\thesistitle %% Generate the title page.
%\authordeclarationpage %% Generate the declaration page.
\pagenumbering{roman}
\setcounter{page}{1}
\tableofcontents
\newpage
\listoftables
\listoffigures
\begin{titlepage}
\phantom{1}
\end{titlepage}
% \clearpage
\newpage
\pagenumbering{arabic}
\setcounter{page}{1}
\pagestyle{normalpagestyle}
\renewcommand{\chaptermark}[1]{ \markboth{\thechapter. #1}{} }
\renewcommand{\sectionmark}[1]{ \markright{\thesection. #1}{} }
\include{ch1}
\include{ch2}
\include{ch3}
\include{ch4}
\include{ch5}
\include{ch6}
\include{ch7}
\include{ch8}
\include{ch9}
%\addcontentsline {toc}{chapter}{Bibliography}
\bibliographystyle{IEEEtran}
\bibliography{thesis}%same file name as for .bib
\include{apendix}
\end{document}