Skip to content
Snippets Groups Projects
Commit 5a861f69 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Made report compatible with uva account.

parent e8cf9e99
No related branches found
No related tags found
No related merge requests found
......@@ -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
portfolio/latex/graph.png

20.5 KiB

......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment