Overview
Comment: | Removed "System" from heading |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2209f320b43c67d4a5ae7f01ec9b6ac1 |
User & Date: | gawthrop@users.sourceforge.net on 2000-11-27 17:45:00 |
Other Links: | branch diff | manifest | tags |
Context
2000-11-27
| ||
18:06:33 | *** empty log message *** check-in: 8a6e6e00f4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:45:00 | Removed "System" from heading check-in: 2209f320b4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:11:15 | Initial revision check-in: 3c1724c03b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/abg2tex from [79f8f6cf8e] to [7f9bd54c37].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + | # Copyright (c) P.J.Gawthrop, 1997. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2000/11/27 15:11:15 peterg ## Initial revision ## ## Revision 1.7 1997/12/06 16:20:37 peterg ## Added another argument - the label ## ## Revision 1.6 1997/12/06 15:49:35 peterg ## Changed order of fig arguments to put filename first. ## ## Revision 1.5 1997/08/15 11:32:05 peterg |
︙ | |||
62 63 64 65 66 67 68 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + | #Section heading (if not at top level) if [ -n "$2" ]; then cat<<EOF >> $filename %% Subsystem $1 |
︙ |