clarity
This commit is contained in:
parent
d4082e602c
commit
b62141831a
@ -4,7 +4,7 @@ set -euo pipefail
|
|||||||
dir=$(mktemp -d)
|
dir=$(mktemp -d)
|
||||||
fname=mj-msc-all.pdf
|
fname=mj-msc-all.pdf
|
||||||
|
|
||||||
echo "Extracting all files from the report to $dir ..."
|
echo "Extracting all files from $fname to $dir ..."
|
||||||
pdfdetach -saveall -o "$dir" "$fname"
|
pdfdetach -saveall -o "$dir" "$fname"
|
||||||
|
|
||||||
echo "Generating $dir/$fname..."
|
echo "Generating $dir/$fname..."
|
||||||
|
11
mj-msc.tex
11
mj-msc.tex
@ -130,14 +130,15 @@ ChaikinSmoothing}.
|
|||||||
|
|
||||||
\section{Code listings}
|
\section{Code listings}
|
||||||
|
|
||||||
We strongly believe that ability to reproduce the graphs here is critical for
|
We strongly believe ability to reproduce the results is critical for any
|
||||||
the longevity of the work. Therefore we have added all the source files of
|
scientific work. To make it possible for this algorithm, all source
|
||||||
this report to the PDF document itself. To extract the files (and, if
|
files and accompanying scripts have been attached to the PDF. To preview
|
||||||
desired, re-generate the report), run this simple script:
|
the code listings and re-generate this document, run this simple script:
|
||||||
|
|
||||||
\inputminted[fontsize=\small]{bash}{extract-and-generate}
|
\inputminted[fontsize=\small]{bash}{extract-and-generate}
|
||||||
|
|
||||||
A working Docker installation, LaTeX environment
|
A reasonably up-to-date Linux or OS X system with a working Docker installation
|
||||||
|
is required to re-generate this document.
|
||||||
|
|
||||||
\end{appendices}
|
\end{appendices}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user