mirror of https://github.com/MISP/misp-training
chg: [build] add ack page and update PDF metadata
parent
162ad4ced4
commit
2209f4380f
15
build.sh
15
build.sh
|
@ -11,4 +11,19 @@ for slide in ${slidedecks[@]}; do
|
||||||
pdflatex slide.tex
|
pdflatex slide.tex
|
||||||
rm *.aux *.toc *.snm *.log *.out *.nav
|
rm *.aux *.toc *.snm *.log *.out *.nav
|
||||||
cp slide.pdf ../output/${slide}.pdf
|
cp slide.pdf ../output/${slide}.pdf
|
||||||
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo "Generating ack page..."
|
||||||
|
cd complementary/ack
|
||||||
|
pdflatex ack.tex
|
||||||
|
rm *.aux *.log *.out
|
||||||
|
cp ack.pdf ../../output
|
||||||
|
cd ../..
|
||||||
|
|
||||||
|
echo "Generating handout..."
|
||||||
|
cd output
|
||||||
|
pdfunite *.pdf ../misp-training.pdf
|
||||||
|
cd ..
|
||||||
|
exiftool -Title="MISP Training and Slide Decks" -Author="CIRCL Computer Incident Response Center Luxembourg" -Subject="MISP Threat Intelligence Platform Training Materials" -Keywords="MISP Threat Intelligence CTI STIX information sharing yara sigma suricata snort bro openioc threat-actor TIP threat intelligence platform circl.lu training cybersecurity MISPProject" misp-training.pdf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue