More
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Sun, 07 May 2017 16:15:49 +0000 | 
    
    
        | parents | 
        1d6b60fde7f1  | 
    
    
        | children | 
        07fbabc1f02d  | 
    
#!/usr/bin/env bash
TITLE="$1"
shift
enscript -1 --media=A4 \
    --toc \
    --header '%H - $N | | page $% of $= in file $v' \
    --font "Menlo-Regular@8.5" \
    --header-font "Menlo-Bold@10" \
    --margins=60:60:18:60 \
    --fancy-header=sjl \
    --title "$TITLE" \
    --baselineskip 3 \
    --line-numbers \
    --highlight \
    --color \
    --mark-wrapped-lines=arrow \
    -p - \
    --word-wrap $* \
    | pstopdf -i -o code.pdf