diff options
Diffstat (limited to 'report')
-rw-r--r-- | report/Makefile | 5 | ||||
-rw-r--r-- | report/chapters/5-ucases-benchmarks.tex | 13 | ||||
-rw-r--r-- | report/combox-report.pdf | bin | 32886 -> 60023 bytes | |||
-rw-r--r-- | report/combox.tex | 15 |
4 files changed, 24 insertions, 9 deletions
diff --git a/report/Makefile b/report/Makefile index 3317a32..6b58488 100644 --- a/report/Makefile +++ b/report/Makefile @@ -10,7 +10,8 @@ # <https://creativecommons.org/publicdomain/zero/1.0/> PDF = combox-report.pdf -SRC = combox.tex +REPORT = combox.tex +REPORT_INCLUDES = graphs/*.tex chapters/*.tex DVI = combox.dvi all: $(PDF) @@ -19,7 +20,7 @@ all: $(PDF) $(PDF): $(DVI) @dvipdf $< $@ -$(DVI): $(SRC) +$(DVI): $(REPORT) $(REPORT_INCLUDES) @latex $<; latex $<; latex $< clean: diff --git a/report/chapters/5-ucases-benchmarks.tex b/report/chapters/5-ucases-benchmarks.tex new file mode 100644 index 0000000..b517f59 --- /dev/null +++ b/report/chapters/5-ucases-benchmarks.tex @@ -0,0 +1,13 @@ +\chapter{Use Cases, Benchmarks, and Demonstration} + +\begin{figure}[h] +\centering +\input{graphs/tot-time.tex} +\caption{time to process all files} +\end{figure} + +\begin{figure}[h] +\centering +\input{graphs/avg-time-sae.tex} +\caption{time to process all files} +\end{figure} diff --git a/report/combox-report.pdf b/report/combox-report.pdf Binary files differindex 778a5b1..16201a2 100644 --- a/report/combox-report.pdf +++ b/report/combox-report.pdf diff --git a/report/combox.tex b/report/combox.tex index f6ccb09..48aa2c6 100644 --- a/report/combox.tex +++ b/report/combox.tex @@ -1,4 +1,5 @@ \documentclass[12pt]{uthesis-v12} %---> DO NOT ALTER THIS COMMAND
+
\begin{document} %---> %---> %---> %---> DO NOT ALTER THIS COMMAND
%--------+----------------------------------------------------------+
@@ -337,22 +338,22 @@ % | System." Addison Wesley: Reading Massachusetts, 1985. |
% +----------------------------------------------------------+
+%% 1
\chapter{Introduction}
-
-%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-
+%% 2
\chapter{Background}
+%% 3
\chapter{Literature Review}
+%% 4
\chapter{combox Architecture and Design}
-\chapter{Use Cases, Benchmarks, and Demonstration}
+%% 5
+\include{chapters/5-ucases-benchmarks}
+%% 6
\chapter{Conclusion and Future Work}
\bibliographystyle{IEEEtran}
|