#!/bin/sh

trn2thm $1.trn > a
classify a > b
ncrease b > c
parsescr c > d
identify d  > $1.thm
index $1.thm > e
sx -f err e > $1.xml
thm2htm e

