Added the OSF Proposal export. Also Corrected title page (removed matriculation number, seminar title aso)
This commit is contained in:
6
make.sh
6
make.sh
@ -20,6 +20,10 @@ 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"
|
||||
|
||||
# remove last page for osf.io
|
||||
print "Removing last page for OSF.io output"
|
||||
pdftk "$OUT" cat 1-r2 output OSF-"$OUT"
|
Reference in New Issue
Block a user