Overview
Comment:/system/System/ to pacify gawk
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 4ae668ab1279d8a666cda1f95e0a4a4a6626b3dcec7ecdf31fa41273fbe09a17
User & Date: geraint@users.sourceforge.net on 2014-09-04 23:07:50
Other Links: branch diff | manifest | tags
Context
2015-03-13
03:25:21
Use cp --force to ovewrite RCS locked files in MTT_work check-in: 78801ab6ee user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2014-09-04
23:07:50
/system/System/ to pacify gawk check-in: 4ae668ab12 user: geraint@users.sourceforge.net tags: origin/master, trunk
22:44:21
Added texlive-latex-extra for moreverb.sty (report) check-in: 2f695dc4e3 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/rep_txt2tex from [cbc682d2ae] to [a95f4950eb].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
# Copyright (c) P.J.Gawthrop, 1996.

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



## Revision 1.5  2003/08/19 13:10:47  gawthrop
## More arg stuff
##
## Revision 1.4  2002/05/09 16:07:54  gawthrop
## Now handles multiple options whis .tex files as well
##
## Revision 1.3  2002/05/01 14:07:05  gawthrop







>
>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) P.J.Gawthrop, 1996.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.6  2003/08/19 15:40:25  gawthrop
## Fix _ prob in section headers.
##
## Revision 1.5  2003/08/19 13:10:47  gawthrop
## More arg stuff
##
## Revision 1.4  2002/05/09 16:07:54  gawthrop
## Now handles multiple options whis .tex files as well
##
## Revision 1.3  2002/05/01 14:07:05  gawthrop
242
243
244
245
246
247
248
249
250
251
      Label = sprintf("%s", SysRepLangArgs);
      Caption = sprintf("System \\textbf{%s}, representation %s (%s)", System, Representation, __Args);
      printf("\\fig{%s}\n    {%s}\n    {0.9}\n    {%s}\n",FileName,Label,Caption);
  }
}
END {

}' mtt_switches="${mtt_switches}" system=$1 Directory=$directory PWD=`pwd` > $1_rep.tex

fi







|


245
246
247
248
249
250
251
252
253
254
      Label = sprintf("%s", SysRepLangArgs);
      Caption = sprintf("System \\textbf{%s}, representation %s (%s)", System, Representation, __Args);
      printf("\\fig{%s}\n    {%s}\n    {0.9}\n    {%s}\n",FileName,Label,Caption);
  }
}
END {

}' mtt_switches="${mtt_switches}" System=$1 Directory=$directory PWD=`pwd` > $1_rep.tex

fi


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