-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
82 lines (59 loc) · 1.54 KB
/
report.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
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{table}[!h]
\centering
\begin{tabular}{c}
\includegraphics{pdf/tbl_empty.pdf}
\end{tabular}
\caption{Empty Table}
\end{table}
\begin{table}[!h]
\centering
\begin{tabular}{c}
\includegraphics{pdf/tbl_parse-success.pdf}
\includegraphics[scale=.6]{pdf/fig_parse-success.pdf}
\end{tabular}
\caption{Parse success}
\end{table}
\begin{table}[!h]
\centering
\begin{tabular}{c}
\includegraphics{pdf/tbl_items-with-end-to-end-success.pdf}
\includegraphics[scale=.6]{pdf/fig_items-with-end-to-end-success.pdf}
\end{tabular}
\caption{Items with end to end success}
\end{table}
\begin{table}[!h]
\centering
\begin{tabular}{c}
\includegraphics{pdf/tbl_items-with-exact-match-output.pdf}
\includegraphics[scale=.6]{pdf/fig_items-with-exact-match-output.pdf}
\end{tabular}
\caption{Items with exact match output}
\end{table}
\begin{table}[!h]
\centering
\begin{tabular}{c}
\includegraphics{pdf/tbl_total-number-of-output.pdf}
\includegraphics[scale=.6]{pdf/fig_total-number-of-output.pdf}
\end{tabular}
\caption{Total number of outputs}
\end{table}
\begin{table}[!h]
\centering
\begin{tabular}{c}
\includegraphics{pdf/tbl_avg-number-of-output.pdf}
\includegraphics[scale=.6]{pdf/fig_avg-number-of-output.pdf}
\end{tabular}
\caption{Average number of outputs}
\end{table}
\begin{table}[!h]
\centering
\begin{tabular}{c}
\includegraphics{pdf/tbl_max-number-of-output.pdf}
\includegraphics[scale=.6]{pdf/fig_max-number-of-output.pdf}
\end{tabular}
\caption{Max number of outputs}
\end{table}
\end{document}