#!/bin/csh -f
#(ie run the cshell on this but don't read the .cshrc)
#
# list the equations in the paper

grep eqn paper.aux | more

