SQLITE_NOTICE(283): recovered 10 frames from WAL file /data/mtt.fossil-wal
File mttroot/mtt/bin/trans/tex2doc artifact 98af8bc259 part of check-in bcef6b0be7
#! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: tex2doc # Encapsulates a tex file in a document. # P.J.Gawthrop August 1996 # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1996/08/18 20:00:20 peter ## Initial revision ## ############################################################### # Inform user echo "Creating $1_$2.doc" # This is the main transformation using gawk gawk -f $MTTPATH/trans/awk/tex2doc.awk $1_$2.txt > $1_$2.doc