#!/bin/csh
# file: copytoauthor
# last: Feb 18 2007 

foreach file (*.tex)
  cp $file ../authordirs/$file:gr/.
end
