mirror of
https://gitlab.com/tiggr/a318.git
synced 2024-12-25 14:40:59 +01:00
build.sh wird nicht mehr gebraucht
This commit is contained in:
parent
4084558cf5
commit
8ee29057fb
35
PDF/build.sh
35
PDF/build.sh
@ -1,35 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
out="handout.pdf"
|
|
||||||
|
|
||||||
while [ "$1" != '' ]
|
|
||||||
do
|
|
||||||
[ $1 == "-nolist" ] && nolist=true && shift
|
|
||||||
[ $1 == "-o" ] && shift && out=$1 && shift
|
|
||||||
done
|
|
||||||
|
|
||||||
if [ "$nolist" == true ]
|
|
||||||
then
|
|
||||||
list="T"
|
|
||||||
listpdf="leer.pdf"
|
|
||||||
listpdftk="${list}=${listpdf}"
|
|
||||||
else
|
|
||||||
list="T"
|
|
||||||
listpdf="../../Teilnehmer/Teilnehmer.pdf"
|
|
||||||
listpdftk="${list}=${listpdf}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo cleaning before build ...
|
|
||||||
rm handout.pdf 2> /dev/null
|
|
||||||
rm temp* 2> /dev/null
|
|
||||||
|
|
||||||
echo building handout ...
|
|
||||||
pdftk C=../main.pdf E=leer.pdf O=../backside.pdf cat C E E O output temp.pdf verbose
|
|
||||||
|
|
||||||
echo updating metadata and compress
|
|
||||||
pdftk temp.pdf update_info meta.txt output $out compress
|
|
||||||
|
|
||||||
echo cleaning after build ...
|
|
||||||
rm temp*.* 2> /dev/null
|
|
||||||
|
|
||||||
echo Done!
|
|
74
PDF/leer.pdf
74
PDF/leer.pdf
@ -1,74 +0,0 @@
|
|||||||
%PDF-1.2
|
|
||||||
%ÀÈÌÒ
|
|
||||||
1 0 obj
|
|
||||||
<<
|
|
||||||
/Title (Philippstein 2)
|
|
||||||
/Subject (Das Abenteuer geht weiter...)
|
|
||||||
/Author (Soeren Schmidt)
|
|
||||||
/Creator (pdfFactory Pro www.pdffactory.com)
|
|
||||||
/Producer (pdfFactory Pro 2.41 \(Windows XP Professional German\))
|
|
||||||
/CreationDate (D:20060324181847+01'00')
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
4 0 obj
|
|
||||||
<<
|
|
||||||
/Filter /FlateDecode
|
|
||||||
/Length 5 0 R
|
|
||||||
>>
|
|
||||||
stream
|
|
||||||
endstream
|
|
||||||
endobj
|
|
||||||
5 0 obj
|
|
||||||
0
|
|
||||||
endobj
|
|
||||||
6 0 obj
|
|
||||||
<<
|
|
||||||
/Type /Page
|
|
||||||
/Parent 3 0 R
|
|
||||||
/MediaBox [0 0 595 842]
|
|
||||||
/Resources
|
|
||||||
<<
|
|
||||||
/ProcSet [/PDF]
|
|
||||||
>>
|
|
||||||
/Contents 4 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
3 0 obj
|
|
||||||
<<
|
|
||||||
/Type /Pages
|
|
||||||
/Count 1
|
|
||||||
/Kids [6 0 R]
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
2 0 obj
|
|
||||||
<<
|
|
||||||
/Type /Catalog
|
|
||||||
/Pages 3 0 R
|
|
||||||
/ViewerPreferences 7 0 R
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
7 0 obj
|
|
||||||
<<
|
|
||||||
/Type /ViewerPreferences
|
|
||||||
>>
|
|
||||||
endobj
|
|
||||||
xref
|
|
||||||
0 8
|
|
||||||
0000000000 65535 f
|
|
||||||
0000000016 00000 n
|
|
||||||
0000000546 00000 n
|
|
||||||
0000000489 00000 n
|
|
||||||
0000000278 00000 n
|
|
||||||
0000000352 00000 n
|
|
||||||
0000000369 00000 n
|
|
||||||
0000000620 00000 n
|
|
||||||
trailer
|
|
||||||
<<
|
|
||||||
/Size 8
|
|
||||||
/Info 1 0 R
|
|
||||||
/Root 2 0 R
|
|
||||||
/ID [<B7E06704DA33D245A3048FC73D2D330B><B7E06704DA33D245A3048FC73D2D330B>]
|
|
||||||
>>
|
|
||||||
startxref
|
|
||||||
666
|
|
||||||
%%EOF
|
|
18
PDF/meta.txt
18
PDF/meta.txt
@ -1,18 +0,0 @@
|
|||||||
InfoBegin
|
|
||||||
InfoKey: Subject
|
|
||||||
InfoValue: Handout des Rodgauer Workshops zum A318 im Jahr 2019
|
|
||||||
InfoBegin
|
|
||||||
InfoKey: Author
|
|
||||||
InfoValue: Rodgauer Workshop
|
|
||||||
InfoBegin
|
|
||||||
InfoKey: Keywords
|
|
||||||
InfoValue: A318, Drachen, Kite, Workshop, Rodgau
|
|
||||||
InfoBegin
|
|
||||||
InfoKey: Title
|
|
||||||
InfoValue: Rodgauer Workshop: A318
|
|
||||||
InfoBegin
|
|
||||||
InfoKey: Creator
|
|
||||||
InfoValue: luaLaTeX and pdftk
|
|
||||||
InfoBegin
|
|
||||||
InfoKey: Producer
|
|
||||||
InfoValue: LaTeX with hyperref
|
|
Loading…
Reference in New Issue
Block a user