Made report compatible with uva account.

parent e8cf9e99
......@@ -10,9 +10,9 @@ clean:
rm -v *.out *.aux *.toc foo.tex graph.tex report.pdf
compile:
latex report
pdflatex report
bibtex report
latex report
pdflatex report
pdflatex report.tex
rm -vf *.log
......
%%Title: ./graph.png
%%Creator: extractbb 20090708
%%BoundingBox: 0 0 292 186
%%CreationDate: Sun Jan 9 22:04:55 2011
......@@ -4,13 +4,14 @@
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage{appendix}
\usepackage{graphicx}
\usepackage{booktabs}
% Graphviz graph (using tikz)
\usepackage[x11names, rgb]{xcolor}
\usepackage{tikz}
\usetikzlibrary{snakes,arrows,shapes}
%\usepackage[x11names, rgb]{xcolor}
%\usepackage{tikz}
%\usetikzlibrary{snakes,arrows,shapes}
% Load code highlighter color scheme
\input{colors}
......@@ -210,7 +211,7 @@ $c$ & 105.5518& 232.1160& -94.7351&& 100.2497& 141.2778& -259.7326 \\
\label{sub:Graph-using-GraphViz-to-PSTikz}
\begin{figure}[H]
\input{graph}
\includegraphics[width=8cm,height=5cm]{graph.png}
\caption{Two graphs, written in GraphViz' \texttt{dot} and generated using \texttt{dot2tex}.}
\end{figure}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment