#!/bin/sh if [ $# -ne 0 ] ; then echo "layout -- reads list file, writes PDF" >&2 echo "Usage: layout PDF" >&2 exit 1 fi awk -f formatierung.awk | pic | troff -ms | dpost | \ ps2pdf -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress -