Artifact 13f9345c9f0cf5d31c6654f07018af68ccf115756dd94989e6cc9f0052fdeab2:


#!/bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: maketex
# Makes teplate for (TeX) system description.

# P.J.Gawthrop August 1997
# Copyright (c) P.J.Gawthrop, 1997.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################

system=$1

echo Creating $system'_desc.tex'
( \
  echo '%% Verbal description file for system '$1' ('$1'_desc.tex)' ;\
  echo 'The acausal bond graph of system \''textbf{'$system'} is' ;\
  echo 'displayed in Figure \''Ref{'$system'_abg} and its label' ;\
  echo 'file is listed in Section \''Ref{sec:'$system'_lbl}.' ;\
  echo 'The subsystems are listed in Section \''Ref{sec:'$system'_sub}.' ;\
	) > $system_desc.tex


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]