-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial.tex
164 lines (147 loc) · 5.06 KB
/
tutorial.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
\documentclass[10pt,a4paper,twoside,extrafontsizes]{memoir}
\usepackage{amsmath,amssymb,amsfonts} % Typical maths resource packages
\usepackage{graphics} % Packages to allow inclusion of graphics
\usepackage{color} % For creating coloured text and background
\usepackage[plainpages=false,pdfpagelabels]{hyperref} % For creating hyperlinks in cross references
\usepackage{listings}
\usepackage{zref-abspage}
\usepackage{durtree}
\hyphenation{OpenIMAJ}
%config code listings
\lstset{ %
breaklines=true, % sets automatic line breaking
basicstyle=\ttfamily,
showspaces=false,
showtabs=false
}
%config formatting
\setlength{\parindent}{0pt}
\setlength{\parskip}{1ex plus 0.5ex minus 0.2ex}
\settrimmedsize{297mm}{210mm}{*}
\setlength{\trimtop}{0pt}
\setlength{\trimedge}{0pt}
\settypeblocksize{634pt}{348.13pt}{*}
\setulmargins{4cm}{*}{*}
\setlrmargins{3cm}{*}{1.5}
\setmarginnotes{17pt}{91pt}{\onelineskip}
\setheadfoot{\onelineskip}{2\onelineskip}
\setheaderspaces{*}{2\onelineskip}{*}
\checkandfixthelayout
\newlength\titlepage
\setlength{\titlepage}{\paperwidth}
\addtolength{\titlepage}{-\spinemargin}
\addtolength{\titlepage}{-1.5cm}
\newlength\titlepagefull
\setlength{\titlepagefull}{\paperwidth}
\addtolength{\titlepagefull}{-\spinemargin}
%config chapter headings
\usepackage{color,calc,graphicx,soul,fourier}
\definecolor{nicered}{rgb}{.647,.129,.149}
\makeatletter
\newlength\dlf@normtxtw
\setlength\dlf@normtxtw{\textwidth}
\def\myhelvetfont{\def\sfdefault{mdput}}
\newsavebox{\feline@chapter}
\newcommand\feline@chapter@marker[1][4cm]{%
\sbox\feline@chapter{%
\resizebox{!}{#1}{\fboxsep=1pt%
\colorbox{nicered}{\color{white}\bfseries\sffamily\thechapter}%
}}%
\rotatebox{90}{%
\resizebox{%
\heightof{\usebox{\feline@chapter}}+\depthof{\usebox{\feline@chapter}}}%
{!}{\scshape\so\@chapapp}}\quad%
\raisebox{\depthof{\usebox{\feline@chapter}}}{\usebox{\feline@chapter}}%
}
\newcommand\feline@chm[1][4cm]{%
\sbox\feline@chapter{\feline@chapter@marker[#1]}%
\makebox[0pt][l]{% aka \rlap
\makebox[1cm][r]{\usebox\feline@chapter}%
}}
\makechapterstyle{daleif1}{
\renewcommand\chapnamefont{\normalfont\Large\scshape\raggedleft\so}
\renewcommand\chaptitlefont{\normalfont\huge\bfseries\scshape\color{nicered}}
\renewcommand\chapternamenum{}
\renewcommand\printchaptername{}
\renewcommand\printchapternum{\null\hfill\feline@chm[2.5cm]\par}
\renewcommand\afterchapternum{\par\vskip\midchapskip}
\renewcommand\printchaptertitle[1]{\chaptitlefont\raggedleft ##1\par}
}
\makeatother
\chapterstyle{daleif1}
\renewcommand{\chaptername}{Tutorial}%
\makeindex
\begin{document}
% \maketitle
\pagestyle{empty}
\pagenumbering{alph}
%%% Title, author, publisher, etc., here
\begin{minipage}{0.5\titlepage}
\includegraphics{OpenIMAJ.png}
\end{minipage}
\hspace{0.001pt}
\begin{minipage}{0.5\titlepage}
\Huge
\flushright
Jonathon Hare\\
Sina Samangooei\\
David Dupplaw
\end{minipage}
\\[10cm]
\begin{minipage}{\titlepage}
\fontsize{60}{100}\selectfont\flushright The
\end{minipage}
\\[1cm]
\colorbox{nicered}{\parbox{\titlepagefull}{
\parbox{\titlepage}{
\color{white}\fontsize{80}{120}\selectfont\flushright OpenIMAJ\\[0.4cm]}
}
}
\\[0.8cm]
\begin{minipage}{\titlepage}
\fontsize{60}{100}\selectfont\flushright Tutorial
\end{minipage}
%\cleardoublepage
\clearpage
\textbf{{\LARGE Jonathon Hare,} Ph.D.}\\
Electronics and Computer Science\\
The University of Southampton\\
\url{http://www.ecs.soton.ac.uk/~jsh2}\\[0.5cm]
\textbf{{\LARGE Sina Samangooei,} Ph.D.}\\
Electronics and Computer Science\\
The University of Southampton\\
\url{http://www.ecs.soton.ac.uk/~ss}\\[0.5cm]
\textbf{{\LARGE David Dupplaw,} Ph.D.}\\
Electronics and Computer Science\\
The University of Southampton\\
\url{http://www.ecs.soton.ac.uk/~dpd}
\\[2cm]
Copyright \copyright 2011 The University of Southampton and the individual authors.\\[0.5cm]
\begin{figure}[h!]
\center
\includegraphics[width=0.5\textwidth]{cc-logo.eps}\\[0.5cm]
\end{figure}
The OpenIMAJ Tutorial is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license visit:\\
\url{http://creativecommons.org/licenses/by-sa/3.0/legalcode}
\\[0.5cm]
\begin{figure}[h!]
\center
\includegraphics[width=0.5\textwidth]{by-sa.eps}
\end{figure}
\begin{figure}[b!]
\begin{minipage}{\textwidth}
Current development of the OpenIMAJ and ImageTerrier software is funded by the European Union Seventh Framework Programme (FP7/2007-2013) under grant agreement n$^{\circ}$ 270239 (ARCOMEM) and 231126 (LivingKnowledge) together with the LiveMemories project, graciously funded by the Autonomous Province of Trento (Italy). We are also grateful to the Arts and Humanities Research Council (`Bridging the Semantic Gap' - MRG-AN6770/APN17429) and Ordnance Survey, for earlier funding under which a number of the older OpenIMAJ classes were created.
\end{minipage}
\end{figure}
\cleardoublepage
\pagenumbering{roman}
\tableofcontents*
\include{preface}
\include{tut1}
\include{tut2}
\include{tut3}
\include{tut4}
\include{tut5}
\include{tut6}
\include{tut7}
\end{document}