[go: up one dir, main page]

Menu

[r2610]: / trunk / doc / fricas.1  Maximize  Restore  History

Download this file

79 lines (74 with data), 1.5 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.TH FRICAS "1" "April 2017" "FriCAS" "User Commands"
.SH NAME
fricas, efricas \- advanced computer algebra system.
.SH SYNOPSIS
.B fricas
[options]
.br
.B efricas
.SH DESCRIPTION
.PP
.I FriCAS
is an advanced computer algebra system.
.B efricas
starts FriCAS inside Emacs
.B fricas
starts FriCAS using command line interface.
.B fricas
has the following options:
.TP
[-nosman]
use plain command line interface (disables other options).
This option is mandatory when
.I FriCAS
takes input from a pipe
.TP
[-ht|-noht] whether to use HyperDoc
.TP
[-gr|-nogr] whether to use Graphics
.TP
[-clef |-noclef] whether to use Clef
.TP
[-iw|-noiw] start in interpreter window
.TP
[-ihere|-noihere]
start an interpreter buffer in the original window.
.TP
[-nox]
don't use X Windows
.TP
[-go|-nogo] whether to start system
.TP
[-ws wsname]
use named workspace
.TP
[-list]
list workspaces only
.TP
[-clefprog fname]
use named program for Clef (command line editing)
.TP
[-h]
show usage
.TP
[-eval code]
evaluate specified code at start
.TP
[-texmacs]
setup FriCAS for communication in TeXmacs protocol
.TP
[-emacs]
setup for emacs frontend
.PP
.SH "SEE ALSO"
The full documentation for
.B fricas
is maintained as a set of HyperDoc pages. If
.B fricas
is stared inside X Windows environment by default HyperDoc
window will pop up on the screen giving access to complete
documentation.
.SH "BUGS"
Piping data to
.I FriCAS
does not work without '-nosman' option