#!/bin/sh

for file in "*.tex"
do 

  texmatch $file

done
