-
Notifications
You must be signed in to change notification settings - Fork 0
/
jabuti.tex
154 lines (125 loc) · 5.03 KB
/
jabuti.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
\documentclass[a4paper,11pt]{article}
%----------------------Packages------------------------------------------------
\usepackage{ae}
\usepackage{subfigure}
\usepackage{setspace}
\usepackage{float}
\usepackage{color}
\usepackage{verbatim}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{xspace}
\usepackage{url}
\usepackage[nottoc]{tocbibind}
\usepackage[T1]{fontenc}
\usepackage[verbose,left=20mm,right=20mm,top=20mm,bottom=20mm]{geometry}
\usepackage{titlesec}
\usepackage{colortbl}
\usepackage{afterpage}
\usepackage{fancyvrb}
\usepackage{icmcheader}
%------------------------------------------------------------------------------
%----------------------General Definitions-------------------------------------
\input{macros.tex}
%------------------------------------------------------------------------------
\begin{document}
%-------------------Cabeçalho-------------------------------------------
\secao{DEPARTAMENTO DE CIÊNCIAS DE COMPUTAÇÃO E ESTATÍSTICA}
\subsecao{Caixa Postal 668 -- CEP 13560-970 -- São Carlos, SP --
Fone (16) 273-9655 -- Fax (16) 273-9751}
\makeicmcheader
\vspace*{3cm}
\begin{center}
%\renewcommand{\thefootnote}{\fnsymbol{footnote}}
{\noindent\normalfont \LARGE\bfseries \toolname\ -- Java Bytecode} \\
{\noindent\normalfont \LARGE\bfseries Understanding and Testing} \\
\vspace*{0.5cm}
\begin{figure}[!ht]
\begin{center}
\includegraphics[scale=1.0]{fig/jabuti.eps}
\end{center}
\end{figure}
{\noindent\normalfont\large\bfseries User's Guide}\\
{\noindent\normalfont Version 1.0 -- Java}
\vspace*{0.5cm}
A. M. R. Vincenzi$^{\dag}$,
W. E. Wong$^{\S}$,
M. E. Delamaro$^{\ddag}$ and
J. C. Maldonado$^{\dag}$
\\[0.5cm]
{\small
{$^\dag$Instituto de Ci\^encias Matem\'aticas e de Computa\c c\~ao}\\
{Universidade de S\~ao Paulo}\\
{S\~ao Carlos, S\~ao Paulo, Brazil}\\
{\tt \{auri, adenilso, jcmaldon\}@icmc.usp.br}\\[0.5cm]
%-------------------------------------------------------------
\begin{minipage}{0.45\textwidth}
\centering
{$^\S$Department of Computer Science} \\
{University of Texas at Dallas} \\
{Richardson, Texas, USA} \\
{\tt [email protected]}\\
\end{minipage}
%-------------------------------------------------------------
\hfill
\begin{minipage}{0.45\textwidth}
\centering
{$^\ddag$Faculdade de Inform\'atica}\\
{Centro Universit\'ario Eur\'ipides de Mar\'ilia}\\
{Mar\'ilia, S\~ao Paulo, Brazil}\\
{\tt [email protected]}\\
\end{minipage}
}
\vspace*{3cm}
\noindent{\normalfont \rmfamily São Carlos, SP, Brazil \\ March, 2003}\\[12pt]
\end{center}
\thispagestyle{empty}
\setcounter{page}{0}
%------------------------------------------------------------------------------
\frontmatter
\tableofcontents
%----------------------Abstract------------------------------------------------
\input{abstract}
%------------------------------------------------------------------------------
\onehalfspace
\mainmatter
%----------------------Introduction--------------------------------------------
\input{introduction}
%------------------------------------------------------------------------------
%----------------------Background----------------------------------------------
\input{background}
%------------------------------------------------------------------------------
%----------------------Example-------------------------------------------------
\input{example}
%------------------------------------------------------------------------------
%----------------------Tool----------------------------------------------------
\input{tool}
%------------------------------------------------------------------------------
%----------------------Session Creation----------------------------------------
\input{project}
%------------------------------------------------------------------------------
%----------------------Coverage Analysis---------------------------------------
\input{coverage}
%------------------------------------------------------------------------------
%----------------------Slice---------------------------------------------------
\input{slicing}
%------------------------------------------------------------------------------
%----------------------Slice---------------------------------------------------
\input{metrics}
%------------------------------------------------------------------------------
\afterpage{\clearpage}
\newpage
%----------------------JaBUTi Evolution----------------------------------------
\input{evolution}
%------------------------------------------------------------------------------
%----------------------Acknowledgments-----------------------------------------
\input{acknowledgments}
%------------------------------------------------------------------------------
\newpage
\singlespace
%----------------------Bibliografia--------------------------------------------
%\bibliographystyle{plain}
%\bibliography{../../../bib/auri,../../../bib/others}
\input{biblio}
%------------------------------------------------------------------------------
\end{document}