Renamed report files to 'report.*'.

parent b3274c26
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
all: highlight graph compile all: highlight graph compile
clean: clean:
rm -v *.out *.aux *.toc foo.tex graph.tex latex-answers.pdf rm -v *.out *.aux *.toc foo.tex graph.tex report.pdf
compile: compile:
pdflatex -interaction=nonstopmode latex-answers.tex pdflatex -interaction=nonstopmode report.tex
rm -vf *.log rm -vf *.log
graph: graph.tex graph: graph.tex
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
% }}} % }}}
\title{\LaTeX{} assignment} \title{\LaTeX{} report assignment}
\author{Sander van Veen, University of Amsterdam} \author{Sander van Veen, University of Amsterdam}
\begin{document} \begin{document}
...@@ -184,8 +184,8 @@ $c$ & 105.5518& 232.1160& -94.7351&& 100.2497& 141.2778& -259.7326 \\ ...@@ -184,8 +184,8 @@ $c$ & 105.5518& 232.1160& -94.7351&& 100.2497& 141.2778& -259.7326 \\
% }}} % }}}
\subsection{Graph (GraphViz to PSTikz)} % {{{ \subsection{Graph (using GraphViz to PSTikz)} % {{{
\label{sub:Graph-GraphViz-to-PSTikz} \label{sub:Graph-using-GraphViz-to-PSTikz}
\begin{figure}[H] \begin{figure}[H]
\input{graph} \input{graph}
......
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