#!/bin/csh -f
#
# cifplot-largecolor:  pplot for large magic-produced cif files in ostyle=1.0(pwell)
#   JHU version / color for HP-560C and other color printers
#
#       usage: cifplot-largecolor ciffile
#          produces file ciffile.ps.

# add -V PSLM for large margins (e.g., HP-560C)

BINDIR/pplot -p LIBDIR/cpat.analog -k ${1:r}.ps -l allText,bbox,CWP,CWN,CSP,CSN,CCA,CCP,CCE,COG,CVA,XP ${1:r}.cif

