Skip to content
Snippets Groups Projects

Adding new views

Merged Whitney Armstrong requested to merge new_view into master
@@ -76,9 +76,9 @@ pdftoppm ${FILE_TAG}.pdf ${FILE_TAG} -png -singlefile -cropbox
#dawncut 1 0 -0.01666 200 ${INPUT_FILE} ${FILE_TAG}a_temp0.prim
#dawncut -1 0 0.01666 200 ${FILE_TAG}a_temp0.prim ${FILE_TAG}a.prim
dawncut -1 0 0.01666 200 ${INPUT_FILE} ${FILE_TAG}a.prim
../../bin/dawn_tweak --draw 5
dawn -d ${INPUT_FILE}
dawn -d ${FILE_TAG}a.prim
ps2pdf ${FILE_TAG}a.eps ${FILE_TAG}a_full.pdf
gs -o ${FILE_TAG}a.pdf -sDEVICE=pdfwrite \
-c "[/CropBox [51 250 550 590] /PAGES pdfmark" \
Loading