Include mandelbrot.{c,png} into TDS/Flat version
This commit is contained in:
parent
141ef933a6
commit
1f713a57da
4
Makefile
4
Makefile
@ -28,6 +28,8 @@ avremu.zip: source/avremu.pdf
|
|||||||
cp source/test-suite/FOOTER avremu/source/latex/avremu/test-suite
|
cp source/test-suite/FOOTER avremu/source/latex/avremu/test-suite
|
||||||
cp source/test-suite/HEADER avremu/source/latex/avremu/test-suite
|
cp source/test-suite/HEADER avremu/source/latex/avremu/test-suite
|
||||||
cp source/simple-testsuite.tex avremu/source/latex/avremu/
|
cp source/simple-testsuite.tex avremu/source/latex/avremu/
|
||||||
|
cp source/avremu.tex avremu/source/latex/avremu/
|
||||||
|
cp -L source/mandelbrot.png avremu/source/latex/avremu/
|
||||||
# Documenation directory
|
# Documenation directory
|
||||||
mkdir -p avremu/doc/latex/avremu
|
mkdir -p avremu/doc/latex/avremu
|
||||||
cp source/avremu.pdf avremu/doc/latex/avremu
|
cp source/avremu.pdf avremu/doc/latex/avremu
|
||||||
@ -41,6 +43,8 @@ avremu.zip: source/avremu.pdf
|
|||||||
cp source/simple-testsuite.tex avremu/
|
cp source/simple-testsuite.tex avremu/
|
||||||
cp source/avremu.tex avremu/
|
cp source/avremu.tex avremu/
|
||||||
cp source/avremu.pdf avremu/
|
cp source/avremu.pdf avremu/
|
||||||
|
cp -L source/mandelbrot.png avremu/
|
||||||
|
cp source/test-suite/mandelbrot.c avremu/
|
||||||
|
|
||||||
cp README avremu/README
|
cp README avremu/README
|
||||||
zip -r avremu.zip avremu/ avremu.tds.zip
|
zip -r avremu.zip avremu/ avremu.tds.zip
|
||||||
|
@ -74,10 +74,10 @@ precisely it implements the instruction-set architecture of the \texttt{ATmega8}
|
|||||||
\includegraphics[width=\linewidth]{mandelbrot.png}
|
\includegraphics[width=\linewidth]{mandelbrot.png}
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
\tcblower
|
\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.\\
|
directory under mandelbrot.c.\\
|
||||||
|
|
||||||
\includegraphics[width=\linewidth]{../imgs/mandelbrot-128x128}
|
\includegraphics[width=\linewidth]{mandelbrot}
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
|
|
||||||
\section{Provided Commands}
|
\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
|
# 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=$?
|
actual_exit_value=$?
|
||||||
rm -f *.log *.aux
|
rm -f *.log *.aux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user