Overview
Comment:gv --> ghostview
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e20a163d115a40bbf2f68b5c571cb5ed4e3ba77f1d921d59a04577cb283af2c8
User & Date: gawthrop@users.sourceforge.net on 2003-09-22 17:38:56
Other Links: branch diff | manifest | tags
Context
2003-09-23
15:57:18
And back to gv check-in: 88a5494fb7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-09-22
17:38:56
gv --> ghostview check-in: e20a163d11 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2003-09-15
21:35:37
pi is now an implicit NOTVAR.

This eliminates the problem of duplicate declarations when -cc is used.
It also eliminates errors due to pi being defaulted to 1 in numpar.txt. check-in: 8c1df02a65 user: geraint@users.sourceforge.net tags: origin/master, trunk

Changes

Modified mttroot/mtt/bin/mttrc from [8b8d444c96] to [7f7b4f4328].

11
12
13
14
15
16
17





18
19
20
21
22
23
24


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





## Revision 1.37  2002/09/19 08:08:15  gawthrop
## Updated documentation documentation
##
## Revision 1.36  2002/08/28 15:48:00  geraint
## Updated mttrc to make standalone C++ compilation configuration clearer.
##
## Revision 1.35  2002/08/06 09:56:54  geraint







>
>
>
>
>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29


###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.38  2003/07/13 21:53:24  geraint
## Updated to conform to latest Octave (tested with 2.1.49).
## - the pathsearch library was merged into liboctave last year
## - static_cast no longer seems to work between Matrix and ColumnVector
##
## Revision 1.37  2002/09/19 08:08:15  gawthrop
## Updated documentation documentation
##
## Revision 1.36  2002/08/28 15:48:00  geraint
## Updated mttrc to make standalone C++ compilation configuration clearer.
##
## Revision 1.35  2002/08/06 09:56:54  geraint
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
  	-startgridmode 2 \
  	-pheight 21 \
  	-pwidth 30 \
  	-library_dir $MTT_LIB/xfig/\
  	"
  
  # Setup ps viewer
  export PSVIEW='gv'
  
  # Setup pdf viewer
  export PDFVIEW='acroread'
  
  # Setup html viewer
  export HTMLVIEW='mozilla'
  







|







203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
  	-startgridmode 2 \
  	-pheight 21 \
  	-pwidth 30 \
  	-library_dir $MTT_LIB/xfig/\
  	"
  
  # Setup ps viewer
  export PSVIEW='ghostview'
  
  # Setup pdf viewer
  export PDFVIEW='acroread'
  
  # Setup html viewer
  export HTMLVIEW='mozilla'
  


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