#!/bin/csh -f

# Run latex twice on the given argument

lat $1
lat $1
