Include mandelbrot.{c,png} into TDS/Flat version
This commit is contained in:
parent
141ef933a6
commit
1f713a57da
4 changed files with 8 additions and 3 deletions
|
@ -74,10 +74,10 @@ precisely it implements the instruction-set architecture of the \texttt{ATmega8}
|
|||
\includegraphics[width=\linewidth]{mandelbrot.png}
|
||||
\end{lstlisting}
|
||||
\tcblower
|
||||
This picture (128x128) took 6 hours to render. The source code can be found in the test-suite
|
||||
This picture (250x250) took 44 hours to render. The source code can be found in the test-suite
|
||||
directory under mandelbrot.c.\\
|
||||
|
||||
\includegraphics[width=\linewidth]{../imgs/mandelbrot-128x128}
|
||||
\includegraphics[width=\linewidth]{mandelbrot}
|
||||
\end{tcolorbox}
|
||||
|
||||
\section{Provided Commands}
|
||||
|
|
1
source/mandelbrot.png
Symbolic link
1
source/mandelbrot.png
Symbolic link
|
@ -0,0 +1 @@
|
|||
../imgs/mandelbrot-250x250.png
|
|
@ -106,7 +106,7 @@ do_test()
|
|||
|
||||
|
||||
# grab the actual output & exit value
|
||||
stdbuf -oL pdflatex -halt-on-error -shell-escape "$file".tex 1> $file.output 2> $file.error
|
||||
pdflatex -halt-on-error -shell-escape "$file".tex 1> $file.output 2> $file.error
|
||||
actual_exit_value=$?
|
||||
rm -f *.log *.aux
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue