Made report compatible with uva account.

parent e8cf9e99
...@@ -10,9 +10,9 @@ clean: ...@@ -10,9 +10,9 @@ clean:
rm -v *.out *.aux *.toc foo.tex graph.tex report.pdf rm -v *.out *.aux *.toc foo.tex graph.tex report.pdf
compile: compile:
latex report pdflatex report
bibtex report bibtex report
latex report pdflatex report
pdflatex report.tex pdflatex report.tex
rm -vf *.log 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 @@ ...@@ -4,13 +4,14 @@
\usepackage{hyperref} \usepackage{hyperref}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{appendix} \usepackage{appendix}
\usepackage{graphicx}
\usepackage{booktabs} \usepackage{booktabs}
% Graphviz graph (using tikz) % Graphviz graph (using tikz)
\usepackage[x11names, rgb]{xcolor} %\usepackage[x11names, rgb]{xcolor}
\usepackage{tikz} %\usepackage{tikz}
\usetikzlibrary{snakes,arrows,shapes} %\usetikzlibrary{snakes,arrows,shapes}
% Load code highlighter color scheme % Load code highlighter color scheme
\input{colors} \input{colors}
...@@ -210,7 +211,7 @@ $c$ & 105.5518& 232.1160& -94.7351&& 100.2497& 141.2778& -259.7326 \\ ...@@ -210,7 +211,7 @@ $c$ & 105.5518& 232.1160& -94.7351&& 100.2497& 141.2778& -259.7326 \\
\label{sub:Graph-using-GraphViz-to-PSTikz} \label{sub:Graph-using-GraphViz-to-PSTikz}
\begin{figure}[H] \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}.} \caption{Two graphs, written in GraphViz' \texttt{dot} and generated using \texttt{dot2tex}.}
\end{figure} \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