140
141
142
143
144
145
146
147
148
149
150
151
152
153
|
commentstyle=\color{listingcomments}\itshape,
stringstyle=\color{listingstrings},
numberstyle=\scriptsize\color{listingnumbers}\ttfamily,
frame=single,
tabsize=4,
language=[ISO]C++
}
% Draw safety margins for variation in cropping, etc.
% \usepackage{background}
% \backgroundsetup{
% color=black,
% scale=1,
% opacity=1,
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
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
|
commentstyle=\color{listingcomments}\itshape,
stringstyle=\color{listingstrings},
numberstyle=\scriptsize\color{listingnumbers}\ttfamily,
frame=single,
tabsize=4,
language=[ISO]C++
}
% Dedication
\newenvironment{custom-dedication}
{\clearpage % we want a new page
\thispagestyle{empty}% no header and footer
\vspace*{\stretch{1}}% some space at the top
\itshape % the text is in italics
\raggedleft % flush to the right margin
}
{\par % end the paragraph
\vspace{\stretch{3}} % space at bottom is three times that at the top
\clearpage % finish off the page
}
% Draw safety margins for variation in cropping, etc.
% \usepackage{background}
% \backgroundsetup{
% color=black,
% scale=1,
% opacity=1,
|
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
|
% \input{conclusions}
\appendix%
\addtocontents{toc}{\medskip\bigskip}
% \input{implementation}
\cleardoublepage%
\renewpagestyle{scrheadings}{
{\makebox[2em][r]{\thepage}\quad\rule{1pt}{100pt}\quad\leftmark}%
{\hfill\rightmark\quad\rule{1pt}{100pt}\quad\makebox[2em][l]{\thepage}}%
{}
}{
|
>
|
>
|
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
|
% \input{conclusions}
\appendix%
\addtocontents{toc}{\medskip\bigskip}
\include{materialidades}
\include{dataviz-infra}
\cleardoublepage%
\renewpagestyle{scrheadings}{
{\makebox[2em][r]{\thepage}\quad\rule{1pt}{100pt}\quad\leftmark}%
{\hfill\rightmark\quad\rule{1pt}{100pt}\quad\makebox[2em][l]{\thepage}}%
{}
}{
|