-
Notifications
You must be signed in to change notification settings - Fork 0
/
TCC-Anexos.tex
38 lines (34 loc) · 1.25 KB
/
TCC-Anexos.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
\singlespace
\lstset{language=php}
\begin{landscape}
\chapter*{Anexos}
\section*{Anexo A - Scripts}
\lstinputlisting[caption=index.php, label=lst:index]{codes/index.php}
\lstinputlisting[caption=step01.php, label=lst:step01]{codes/step01.php}
\lstinputlisting[caption=step02.php, label=lst:step02]{codes/step02.php}
\lstinputlisting[caption=step03.php, label=lst:step03]{codes/step03.php}
\lstinputlisting[caption=step04.php, label=lst:step04]{codes/step04.php}
\lstinputlisting[caption=step05.php, label=lst:step05]{codes/step05.php}
\lstinputlisting[caption=flow.php, label=lst:flow]{codes/flow.php}
\lstinputlisting[caption=createXMLFlow.php, label=lst:createXMLFlow]{codes/createXMLFlow.php}
\end{landscape}
\onehalfspace
\section*{Anexo B - Formulário de pesquisa}
\begin{figure}[htp]
\centering
\framebox{\includegraphics[width=.9\textwidth]{imgs/form01}}
\caption{Formulário de pesquisa (1/3)}
\label{fgr:form01}
\end{figure}
\begin{figure}[htp]
\centering
\framebox{\includegraphics[width=.9\textwidth]{imgs/form02}}
\caption{Formulário de pesquisa (2/3)}
\label{fgr:form02}
\end{figure}
\begin{figure}[htp]
\centering
\framebox{\includegraphics[width=.9\textwidth]{imgs/form03}}
\caption{Formulário de pesquisa (3/3)}
\label{fgr:form03}
\end{figure}