MaketRandevu/doc/thesis/includes/headers.tex

69 lines
2.7 KiB
TeX
Raw Normal View History

\documentclass[oneside, 12pt]{book}
2013-10-25 00:08:38 +03:00
%% ============================================================================
%% ΟΡΙΣΜΟΣ ΤΩΝ PACKAGES ΠΟΥ ΘΑ ΧΡΗΣΙΜΟΠΟΙΗΘΟΥΝ
%% ============================================================================
\usepackage{thesis}
\usepackage{tabularx}
\usepackage{epsfig}
\usepackage{float}
2013-10-25 00:08:38 +03:00
\usepackage{listings}
\usepackage{hyperref}
\usepackage {color}
2013-10-25 00:08:38 +03:00
%% ============================================================================
%% ΡΥΘΜΙΣΗ ΤΩΝ HYPERLINKS
%% ============================================================================
\hypersetup {colorlinks}
\definecolor{darkred}{rgb}{0.5,0,0}
\definecolor{darkgreen}{rgb}{0,0.5,0}
\definecolor{darkblue}{rgb}{0,0,0.5}
\hypersetup{
colorlinks,
linkcolor=darkblue,
filecolor=darkgreen,
urlcolor=darkblue,
citecolor=darkred
}
2013-10-25 00:08:38 +03:00
%% ============================================================================
%% PHP LISTINGS STYLE
%% http://tex.stackexchange.com/a/54687
%% http://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings
%% http://en.wikibooks.org/wiki/LaTeX/Colors
%% ============================================================================
\definecolor{dkgreen}{rgb}{0,.6,0}
\definecolor{dkblue}{rgb}{0,0,.6}
\definecolor{dkyellow}{cmyk}{0,0,.8,.3}
\definecolor{ltgrey}{RGB}{240,240,240}
\lstset{
language = php,
basicstyle = \footnotesize\ttfamily,
keywordstyle = \color{dkblue},
stringstyle = \color{red},
identifierstyle = \color{dkgreen},
commentstyle = \color{gray},
emph =[1]{php},
emphstyle =[1]\color{black},
emph =[2]{if,and,or,else,public,function,try,catch,return},
2013-10-25 00:08:38 +03:00
emphstyle =[2]\color{dkyellow},
numbers = left,
tabsize = 2,
backgroundcolor = \color{ltgrey},
extendedchars = true,
showspaces = false,
showstringspaces= false}
%% ============================================================================
%% ΤΑ ΠΑΡΑΚΑΤΩ ΕΙΝΑΙ ΥΠΟΧΡΕΩΤΙΚΑ
2013-10-25 00:08:38 +03:00
%% ============================================================================
\renewcommand{\thesistitle}{Δημιουργία διαδικτυακού συστήματος συνατντήσεων (appointments) με χρήση Google Calendar PHP API}
\renewcommand{\thesisauthor}{Αλέξανδρος Τσελεγγίδης (2503)}
\renewcommand{\thesisauthorabbrv}{Α. Τσελεγγίδης}
\renewcommand{\thesisauthorinitials}{ΑΤ}
\renewcommand{\thesissupervisor}{Δρ. Νικόλαος Πεταλίδης, Επιστημονικός Συνεργάτης}
\renewcommand{\thesismonth}{Ιούνιος}
\renewcommand{\thesisyear}{2013}
%% ΒΙΒΛΙΟΓΡΑΦΙΑ
\addbibresource{thesis.bib}