closes #4; refined data collection
This commit is contained in:
8
make.sh
8
make.sh
@ -9,10 +9,10 @@ OUT="${FILENAME}.pdf"
|
||||
echo "Generating PDF..."
|
||||
pandoc -i "$IN" \
|
||||
-o "$OUT" \
|
||||
--csl=apa-7th-edition.csl \
|
||||
--csl=resources/apa-7th-edition.csl \
|
||||
--citeproc \
|
||||
--lua-filter=filters/first-line-indent.lua \
|
||||
--citation-abbreviations=citation-abbreviations.csl
|
||||
--citation-abbreviations=resources/citation-abbreviations.csl
|
||||
|
||||
# Check if pandoc ran successfully
|
||||
if [ $? -ne 0 ]; then
|
||||
@ -20,9 +20,9 @@ if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Insert Erklärung.pdf at the end of the PDF
|
||||
# Insert Erklärung.pdf at the end of the PDF
|
||||
echo "Modifying the PDF..."
|
||||
./modify-pdf.sh "$OUT" "Erklärung.pdf" "$OUT"
|
||||
./modify-pdf.sh "$OUT" "resources/Erklärung.pdf" "$OUT"
|
||||
|
||||
# remove last page for osf.io
|
||||
echo "Removing last page for OSF.io output and saving to OSF-$OUT"
|
||||
|
Reference in New Issue
Block a user