// MathPlanner 3.0.6 Configuration File
// Paper space setup  **************************************

PaperWidth 276;   		(millimeters)
PaperHeight 420;  		(millimeters)
PaperColor 255 255 255;

GridSize 5;        		(millimeters)   0 = grid disabled
GridColor 240 240 240;

LeftMargin 10;   		(millimeters) (printter margins)
TopMargin 10;
RightMargin 10;
BottomMargin 10;


WEBBROWSER mozilla;          // This is the browser to be used if no BROWSER environment variable is set


UseGUIfont 1;
GUIFont Nimbus Sans l;
GUIFontSize 11;
GUITheme 0;				//0=default 1=windows 2=platinum 3=motif



BaseFont Times;
BaseFontWeight 50;    		        //range (10-100)
BaseFontItalic 0;         		//range boolean ( 0 - 1 )
BaseFontColor 0 0 0;

SymbolFont None;    	                // Substitution for BaseFont
SymbolFontColor 225 0 0;

IndexFont Courier;
IndexFontWeight 48;
IndexFontItalic 1;
IndexFontColor 0 0 0;

FunctionFont Courier;
FunctionFontWeight 48;
FunctionFontItalic 1;
FunctionFontColor 0 106 0;

OperatorFont Courier;
OperatorFontWeight 48;
OperatorFontItalic 0;
OperatorFontColor 0 0 209;

FontSizeNormal 16;
FontSizeSmall 14;

FontSizeIndex 14;
FontSizeIndexSmall 12;
FontSizeExpSmall 12;

BaseFontCenterLine 35;





// Layout Area ****************************************************

BoxColor 0 255 0;		// CHANGE WITH CAUTION
ErrorColor 255 0 0;
FocusColor 0 0 255;

Line_width 1;

Exp_margin 0;
Exp_spacing -2;
Exp_alt -7;

Par_top_margin 1;
Par_side_margin 3;
Par_spacing 2;
Par_grap 6;
Par_size_factor 90;

Cmp_margin 2;
Cmp_inner 0;
Cmp_spacing -3;

Sqrt_margin 4;
Sqrt_inner 2;
Sqrt_spacing 0;

Sigma_margin 1;
Sigma_top_spacing 2;
Sigma_spacing 4;
Sigma_size_factor 80;
Sigma_grap 7;

Dive_margin 0;
Dive_spacing 2;
Dive_space 0;

String_margin 1;
String_spacing 2;

Text_margin 0;

Trigono_margin 1;
Trigono_spacing 2;




// Math Area ****************************************************

Digits 8;
UpperExpLimit 6;
LowerExpLimit 4;
ImaginaryUnit i;    	// Someone may want to use "j"
Vector_I x;
Vector_J y;
Vector_K z;
AngleMode 0;       	// 0=degrees, 1=radians by default
RationalByDefault 1;

// File
AlwaysDefault 1;       // Preferences setup 1=defult 0=from file
Show_drop_formats 0;



// Constants  ********************************************************



Constant00 G,Gravitaatio,6.67259e-11,(N)(m+2)(kg-2);
Constant01 Na,Avogadro,6.0221367e23,(mol-1);


Prefix0 [k], kilo, 3;
Prefix1 [M], mega, 6;
Prefix2 [G], giga, 9;
Prefix3 [T], tera, 12;
Prefix4 [d], desi, -1;
Prefix5 [s], sentti, -2;
Prefix6 [m], milli, -3;
Prefix7 [%M], mikro, -6;
Prefix8 [n], nano, -9;
Prefix9 [p], piko, -12;


Base1 (kg), Kilogramma;
Base2 (m), Metri;
Base3 (A), Amppeeri;
Base4 (K), Kelvin;
Base5 (mol), Mooli;
Base6 (rad), Radiaani;
Base7 (cd), Kandela;
Base8 (s), Sekuntti;


Unit1 (N), Newton, (kg)(m)(s-2);
Unit2 (J), Joule, (N)(m);
Unit3 (Pa), Pascal, (N)(m-2);
Unit4 (W), Watti, (J)(s-1);
Unit5 (V), Voltti, (W)(A-1);
Unit6 (%O), Ohmi, (V)(A-1);
Unit7 (Hz), Hertsi, (s-1);
Unit8 (H), Henry, (V)(s)(A-1);
Unit9 (F), Faradi, (A)(s)(V-1);
Unit10 (Wb), Weber, (V)(s);
Unit11 (T), Tesla, (Wb)(m-2);
Unit12 (C), Culombi, (A)(s);
Unit13 (l), Litra, [d+3](m+3);
Unit14 (P), Poisi, [d](N)(s)(m-2);



// Accel

MapItoImag 0;          // boolean map key "i" to imaginary unit. i may not be used as an integer
AccelPiiConstant Shift+Alt+p;

AccelSqrt Alt+r;
AccelPow Alt+p;
AccelPar Alt+8;
AccelE Alt+e;
AccelExp Alt+x;
AccelLn Alt+l;
AccelLog Alt+o;
AccelSin Alt+s;
AccelCos Alt+c;
AccelTan Alt+t;
AccelAsin Alt+Shift+s;
AccelAcos Alt+Shift+c;
AccelAtan Alt+Shift+t;
AccelImag Alt+i;
AccelCang Alt+a;
