-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofeta-book.tex
98 lines (72 loc) · 2.25 KB
/
profeta-book.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
%% Do not edit this file unless you know what you are doing.
\documentclass[10pt,oneside,english]{book}
\usepackage{charter}
\usepackage[T1]{fontenc}
\usepackage{a4wide}
\usepackage[paper=a4paper,left=1.5in,hmarginratio=3:2]{geometry}
%\usepackage{geometry}
%\geometry{verbose,tmargin=2.5cm,bmargin=2.5cm,lmargin=2.2cm,rmargin=2.2cm}
\usepackage{babel}
\usepackage{setspace}
\usepackage{url}
\usepackage{textcomp}
\usepackage{listings}
\newcommand{\python}{
\lstset{language=Python, basicstyle=\ttfamily,frame=trBL,
showstringspaces=false,
frameround=fttt,numbers=left,}}
\newcommand{\pythonsmall}{
\lstset{language=Python, basicstyle=\ttfamily\scriptsize,frame=trBL,
showstringspaces=false,
frameround=fttt,numbers=left,}}
\newcommand{\pythontiny}{
\lstset{language=Python, basicstyle=\ttfamily\tiny,frame=trBL,
showstringspaces=false,
frameround=fttt,numbers=left}}
\newcommand{\shell}{
\lstset{language=sh, basicstyle=\ttfamily,frame=trBL,
showstringspaces=false,
frameround=fttt,numbers=left}}
\newcommand{\shellsnap}[1]{\setbox0=\vbox{\tt\noindent#1}\vspace{3mm}\\\framebox{\box0}\vspace{3mm}\\}
\newenvironment{theshell}
{\begin{tabular}{|p{\textwidth}|}
\hline\\
\tt}
{
\\\\\hline
\end{tabular}}
\onehalfspacing
\begin{document}
\thispagestyle{empty}
\vspace*{5cm}
{\raggedleft%%
{\Huge{}PROFETA:
A Python Tool to Write\\
Rational Autonomous Systems\\}
~\\~\\~\\~\\
{\Large{}\emph{Corrado Santoro}\\}}
\newpage
\vspace*{5cm}
\noindent\textbf{Title}: ``PROFETA: A Python tool to write rational autonomous systems''
\noindent\textbf{Author}: Corrado Santoro
\noindent\textbf{Edition}: First, August 2016
\noindent{}Copyright \copyright ~2016
Corrado Santoro ([email protected]).\\
\noindent{}University
of Catania. All rights reserved.
~
~
\noindent{}This book contains material which are copyright
by the Autor.
Everything present in this book (text, source code, figures)
are copyright by the Author. None
of these parts may be reproduced in form by any electronic or mechanical means
(including photocopying, recording, or information storage and retrieval)
without
permission in writing from the Author.
~\tableofcontents
\input{preface}
\input{basics}
\bibliographystyle{plain}
\bibliography{profeta-book}
\end{document}