#!/bin/sh
euptex -synctex=1 -file-line-error "$1" && \
dvipdfmx "`basename "$1" .tex`"
 
