11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
###############################################################
## 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
|
>
>
>
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.39 2003/09/22 17:38:56 gawthrop
## gv --> ghostview
##
## 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
|
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'
|
|
|
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
|
-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'
|