Overview
Comment:Run LateX three times
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 6b0ddd3ffb29489d2a7974688e2dbbbb79b3d6b98534ec1b832550c9bc983194
User & Date: gawthrop@users.sourceforge.net on 1998-04-15 18:40:43.000
Other Links: branch diff | manifest | tags
Context
1998-04-15
18:41:47
Fixed various probs with multiple systems in one directory check-in: 32cb70bf20 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
18:40:43
Run LateX three times check-in: 6b0ddd3ffb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-04-14
18:17:15
More messages about Makefile check-in: a875a0e8cb 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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

28
29
30
31
32
33
34







+
+
+







-
+

+






###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1  1998/03/03 08:35:50  peterg
## Initial revision
##
###############################################################

system=$1

# Inform user
echo Creating $system.dvi

#Run latex twice
#Run latex thrice
latex $system.doc > doc2dvi.log
latex $system.doc >> doc2dvi.log
latex $system.doc >> doc2dvi.log

# Make sure transformation succeeeds
exit 0

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