MaketRandevu/doc/thesis/thesis.tex

27 lines
880 B
TeX
Raw Normal View History

%% -----------------------------------------------------------
%% EASY!APPOINTMENTS THESIS
%%
%% STUDENT : ALEXANDROS TSELEGIDIS
%% INSTITUTION : TEI SERRON
%% DEPARTMENT : INFORMATION AND COMMUNICATION SCIENCE
2013-10-29 21:53:39 +02:00
%% DATE : NOVEMBER 2013
%%
%% THIS FILE CONTAINS THE BSC THESIS FOR THE EASY!APPOINTMENTS
%% APPLICATION. THE DOCUMENT IS SPLIT INTO MULTIPLE FILES, IN
%% ORDER TO BE MORE FLEXIBLE AND EASY TO MAINTAIN.
%% -----------------------------------------------------------
\input{includes/headers.tex}
\begin{document}
\input{includes/introduction.tex}
\input{includes/google-calendar-api.tex}
\input{includes/external-tools.tex}
\input{includes/usage-scenarios.tex}
\input{includes/use-cases.tex}
\input{includes/implementation.tex}
\input{includes/unit-testing.tex}
\input{includes/conclusions.tex}
2013-10-30 20:58:39 +02:00
\nocite{*}
\printbibliography
2013-11-08 12:11:29 +02:00
\lastpageinfo
2013-10-29 21:53:39 +02:00
\end{document}