#!/bin/sh
test -f "`kpsewhich csplain.fmt`" || fmtutil --byfmt csplain
exec tex -fmt=csplain -translate-file=il2-cs ${1+"$@"}
