| Overall: | writing and organizational quality of report (max 10) |
| complexity of problem and appropriateness of solution (max 15) | |
| Literature search: | coverage and analysis (max 15) |
| Programming: | quality and complexity (max 20) |
| Experimental part: | design and extensiveness of experiments (max 20) |
| analysis of results (max 10) |
1
to indicate a one way road or 2 to indicate a two-way road.
The next two integer numbers are the x and y
coordinates of the start of the segment, the next two numbers are the
x and y coordinates of the end of the segment,
For instance, (1 1121 7568 1042 7545) indicates a one way
road starting
at point [1121, 7568] and ending at [1042, 7545].
There are 1357 lines in the file, each corresponding to a
road segment.
\documentclass[11pt]{article} % 11 points is a good size
\usepackage{fullpage} % more lines and longer lines per page
\begin{document}
\title{Whatever}
\author{your name}
\date{} % avoids printing the date
\maketitle
\section{Introduction}
% .. whatever you want. Each section should start with its title.
\bibliographystyle{plain} % biliography style
\bibliography{mybibliofile} % uses your bibliography file
\end{document}
To generate the output type
latex myfile bibtex myfile latex myfile latex myfileTo preview the output use
xdvi myfile dvips -Pcmz myfile.dvi -o myfile.ps
to generate postscript. ps2pdf myfile.ps