#!/bin/sh
f=`echo $1 | sed -e 's|\(.*\)\.[^/]*$|\1|'`
sjisconv < $1 > $f.cjk && latex $f.cjk
