Subversion Repositories wimsdev

Rev

Rev 12206 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
11651 bpr 1
Variables reserved for software
2
:wims_backslash_insmath
3
software
11657 bpr 4
if the value is ``yes'', it is possible to use the notation \( \) to insert mathematical expressions.
11656 bpr 5
:force_mathml
6
software
11657 bpr 7
if the value is ``yes'', force mathml output of tex formulas.
11656 bpr 8
 
9
:disable_mathml
10
software
11
If the value is 1, disable mathml output of tex formulas.
12
The variable ``disable_mathml'' has priority on ``force_mathml''.
13
 
11651 bpr 14
:pari_precision
15
software
11656 bpr 16
give the pari precision of the computation with Pari/GP
11651 bpr 17
:print_precision
18
software
11656 bpr 19
give the precision of the computed number at the end of the computation.
11651 bpr 20
:maxima_precision
21
software
11656 bpr 22
give the maxima precision of the computation with Maxima.
11651 bpr 23
:wims_multiexec
24
software
11657 bpr 25
If the value is ``yes'', allow the multiexecution of the mathematical software
12206 schaersvoo 26
:use_comma
27
software
14438 bpr 28
If value is ``1'' moneyprint will use a ``decimal comma''. Any other value or no value will use the decimal point notation.
29
Only to be used for presentation purposes.