You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
542 B
34 lines
542 B
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
# Take four pages of PDF, and put on a single page
|
|
xelatex \
|
|
forksand-notepad.tex
|
|
|
|
|
|
|
|
exit 0
|
|
# Make single page Letterhead four pages
|
|
pdfjoin \
|
|
-o forksand-letterhead-2x.pdf \
|
|
forksand-letterhead.pdf \
|
|
forksand-letterhead.pdf
|
|
|
|
|
|
exit 0
|
|
pdfjam \
|
|
--paper letter \
|
|
--suffix notepad \
|
|
--no-landscape \
|
|
--no-twoside \
|
|
--nup 2x1 \
|
|
--scale 0.5 \
|
|
forksand-letterhead.pdf
|
|
|
|
exit 0
|
|
|
|
--outfile foo.pdf \
|
|
--no-landscape \
|
|
--landscape \
|