#!/bin/csh -f
#
# cifplot:  pplot for standard magic-produced cif files in ostyle=1.0(*) 
#   JHU version, color, using plotter-like crosshatched patterns
#
#       usage: cifplot ciffile
#	   produces file ciffile.ps.

# add -V PSLM if necessary for large margins (HP-560C)

BINDIR/pplot -p LIBDIR/cpat.mosis -k ${1:r}.ps -l \
	allText,bbox ${1:r}.cif 


