motiejus/stud

study spacejunk
git clone https://git.jakstys.lt/motiejus/stud.git
Log | Tree | Refs | LICENSE

commit 2f22e1135a1350309dd12aa6115e0d3d140f1f39 (tree)
parent 96f04d225fe20b8a09cef780669070da0d7f6db9
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Wed, 31 Mar 2021 15:30:14 +0300

clarity

Diffstat:
MIV/extract-and-generate | 2+-
MIV/mj-msc.tex | 11++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/IV/extract-and-generate b/IV/extract-and-generate @@ -4,7 +4,7 @@ set -euo pipefail dir=$(mktemp -d) 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" echo "Generating $dir/$fname..." diff --git a/IV/mj-msc.tex b/IV/mj-msc.tex @@ -130,14 +130,15 @@ ChaikinSmoothing}. \section{Code listings} -We strongly believe that ability to reproduce the graphs here is critical for - the longevity of the work. Therefore we have added all the source files of - this report to the PDF document itself. To extract the files (and, if - desired, re-generate the report), run this simple script: +We strongly believe ability to reproduce the results is critical for any + scientific work. To make it possible for this algorithm, all source + files and accompanying scripts have been attached to the PDF. To preview + the code listings and re-generate this document, run this simple script: \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{document}