blah
parent
aa1be6e8a2
commit
fcd15967a1
|
@ -28,6 +28,12 @@
|
|||
]{scrartcl}
|
||||
|
||||
\RequirePackage[paper=a5paper,inner=20mm, outer=12mm,top=20mm,bottom=30mm]{geometry}
|
||||
|
||||
|
||||
%FIXME: do so only if specified in document or makefile:
|
||||
%\RequirePackage[cam,a4,center]{crop}
|
||||
|
||||
|
||||
\RequirePackage{multicol}
|
||||
\RequirePackage{xkeyval}
|
||||
\newcommand{\@volume}{}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
pdf2ps $1 - | ps2pdf13 - $2
|
||||
#pdf2ps $1 - | ps2pdf13 - $2
|
||||
pdf2ps $1 | gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$2 -dCompatibilityLevel=1.3 -dPDFSETTINGS=/prepress -c .setpdfwrite -f -
|
||||
|
|
Loading…
Reference in New Issue