Overview
Comment:Removed documenttype in blurb
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: d5920f0ccc3c94db977be6863c38ab3d905149a654b7ef110335829bec8987f9
User & Date: gawthrop@users.sourceforge.net on 1999-11-02 07:56:46.000
Other Links: branch diff | manifest | tags
Context
1999-11-04
04:54:24
Removed recreation of smx file. check-in: 8c9b3e5410 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1999-11-02
07:56:46
Removed documenttype in blurb check-in: d5920f0ccc user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1999-11-01
21:20:14
Removed the E matrix from the cse file. check-in: ca241a01ee user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
11
12
13
14
15
16
17



18
19
20
21
22
23
24
25
26
27
28
29
30

31
32
33
34
35
36
37
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

33
34
35
36
37
38
39
40







+
+
+












-
+









###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.3  1998/11/24 12:03:27  peterg
## Indexing of book docs.
##
## Revision 1.2  1998/04/15 18:40:43  peterg
## Run LateX three times
##
## Revision 1.1  1998/03/03 08:35:50  peterg
## Initial revision
##
###############################################################

system=$1
documenttype=$2

# Inform user
echo "Creating $system.dvi ($documenttype)"
echo "Creating $system.dvi"

#Run latex , bibtex and makeindex
latex $system.doc > doc2dvi.log
bibtex $system    >> doc2dvi.log
latex $system.doc >> doc2dvi.log
latex $system.doc >> doc2dvi.log


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