
latex root;
dvips -f -r0 root |
awk '{ if (NR == 1) {print $0; print "statusdict begin false setduplexmode"} else print $0}' |
lpr -Pnhp2


