From 85bde50698bbdfd891ef194cd700d9a659bd50cd Mon Sep 17 00:00:00 2001 From: rupak Date: Fri, 9 Aug 2019 18:23:51 +0530 Subject: first commit --- help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 0 -> 280 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | 1 + .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | 2 + .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 0 -> 873 bytes help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 + help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 0 -> 2048 bytes help/en_US/scilab_en_US_help/ScilabCaution.png | Bin 0 -> 603 bytes help/en_US/scilab_en_US_help/ScilabEdit.png | Bin 0 -> 574 bytes help/en_US/scilab_en_US_help/ScilabExecute.png | Bin 0 -> 660 bytes help/en_US/scilab_en_US_help/ScilabImportant.png | Bin 0 -> 717 bytes help/en_US/scilab_en_US_help/ScilabNote.png | Bin 0 -> 863 bytes help/en_US/scilab_en_US_help/ScilabTip.png | Bin 0 -> 863 bytes help/en_US/scilab_en_US_help/ScilabWarning.png | Bin 0 -> 603 bytes .../_LaTeX_c_multiplybypi.xml_1.png | Bin 0 -> 330 bytes .../en_US/scilab_en_US_help/_LaTeX_c_sub.xml_1.png | Bin 0 -> 329 bytes .../en_US/scilab_en_US_help/_LaTeX_c_sum.xml_1.png | Bin 0 -> 345 bytes .../scilab_en_US_help/_LaTeX_fortran_sum.xml_1.png | Bin 0 -> 345 bytes .../scilab_en_US_help/_LaTeX_scilab_sum.xml_1.png | Bin 0 -> 345 bytes help/en_US/scilab_en_US_help/c_code.css | 54 +++ help/en_US/scilab_en_US_help/c_multiplybypi.html | 75 ++++ help/en_US/scilab_en_US_help/c_sub.html | 87 +++++ help/en_US/scilab_en_US_help/c_sub_1.png | Bin 0 -> 75288 bytes help/en_US/scilab_en_US_help/c_sub_en_US_2.png | Bin 0 -> 16115 bytes help/en_US/scilab_en_US_help/c_sum.html | 77 ++++ help/en_US/scilab_en_US_help/fortran_sum.html | 77 ++++ help/en_US/scilab_en_US_help/index.html | 71 ++++ help/en_US/scilab_en_US_help/jhelpidx.xml | 3 + help/en_US/scilab_en_US_help/jhelpmap.jhm | 11 + help/en_US/scilab_en_US_help/jhelpset.hs | 28 ++ help/en_US/scilab_en_US_help/jhelptoc.xml | 13 + help/en_US/scilab_en_US_help/scilab_code.css | 96 +++++ help/en_US/scilab_en_US_help/scilab_sum.html | 75 ++++ .../section_466e7e8f8f6e2576a122988d1165c26e.html | 71 ++++ .../section_597319ec0f8f262cff8ce5d679429f35.html | 71 ++++ help/en_US/scilab_en_US_help/style.css | 386 +++++++++++++++++++++ help/en_US/scilab_en_US_help/xml_code.css | 94 +++++ 36 files changed, 1294 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA create mode 100644 help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP create mode 100644 help/en_US/scilab_en_US_help/ScilabCaution.png create mode 100644 help/en_US/scilab_en_US_help/ScilabEdit.png create mode 100644 help/en_US/scilab_en_US_help/ScilabExecute.png create mode 100644 help/en_US/scilab_en_US_help/ScilabImportant.png create mode 100644 help/en_US/scilab_en_US_help/ScilabNote.png create mode 100644 help/en_US/scilab_en_US_help/ScilabTip.png create mode 100644 help/en_US/scilab_en_US_help/ScilabWarning.png create mode 100644 help/en_US/scilab_en_US_help/_LaTeX_c_multiplybypi.xml_1.png create mode 100644 help/en_US/scilab_en_US_help/_LaTeX_c_sub.xml_1.png create mode 100644 help/en_US/scilab_en_US_help/_LaTeX_c_sum.xml_1.png create mode 100644 help/en_US/scilab_en_US_help/_LaTeX_fortran_sum.xml_1.png create mode 100644 help/en_US/scilab_en_US_help/_LaTeX_scilab_sum.xml_1.png create mode 100644 help/en_US/scilab_en_US_help/c_code.css create mode 100644 help/en_US/scilab_en_US_help/c_multiplybypi.html create mode 100644 help/en_US/scilab_en_US_help/c_sub.html create mode 100644 help/en_US/scilab_en_US_help/c_sub_1.png create mode 100644 help/en_US/scilab_en_US_help/c_sub_en_US_2.png create mode 100644 help/en_US/scilab_en_US_help/c_sum.html create mode 100644 help/en_US/scilab_en_US_help/fortran_sum.html create mode 100644 help/en_US/scilab_en_US_help/index.html create mode 100644 help/en_US/scilab_en_US_help/jhelpidx.xml create mode 100644 help/en_US/scilab_en_US_help/jhelpmap.jhm create mode 100644 help/en_US/scilab_en_US_help/jhelpset.hs create mode 100644 help/en_US/scilab_en_US_help/jhelptoc.xml create mode 100644 help/en_US/scilab_en_US_help/scilab_code.css create mode 100644 help/en_US/scilab_en_US_help/scilab_sum.html create mode 100644 help/en_US/scilab_en_US_help/section_466e7e8f8f6e2576a122988d1165c26e.html create mode 100644 help/en_US/scilab_en_US_help/section_597319ec0f8f262cff8ce5d679429f35.html create mode 100644 help/en_US/scilab_en_US_help/style.css create mode 100644 help/en_US/scilab_en_US_help/xml_code.css (limited to 'help/en_US/scilab_en_US_help') diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS new file mode 100644 index 0000000..f1cddab Binary files /dev/null and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB new file mode 100644 index 0000000..d99b2cc --- /dev/null +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB @@ -0,0 +1 @@ +eÿÿÿÿÿÿÿÿÿÿÿö—ÿuÿÿÿÿÿÿüÂt2,ʪª,ʪªªªª‹2ªª/ó ªªªªªªªª` \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS new file mode 100644 index 0000000..9345f8c --- /dev/null +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS @@ -0,0 +1,2 @@ +…Å +ˆ~†€÷ý³·tv€’(ãzCkÕ€ \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS new file mode 100644 index 0000000..faa3492 Binary files /dev/null and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA new file mode 100644 index 0000000..aad24d4 --- /dev/null +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA @@ -0,0 +1,2 @@ +JavaSearch 1.0 +TMAP bs=2048 rt=0 fl=-1 id1=97 id2=1 diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP new file mode 100644 index 0000000..dbf944c Binary files /dev/null and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ diff --git a/help/en_US/scilab_en_US_help/ScilabCaution.png b/help/en_US/scilab_en_US_help/ScilabCaution.png new file mode 100644 index 0000000..a9e4ff3 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabCaution.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabEdit.png b/help/en_US/scilab_en_US_help/ScilabEdit.png new file mode 100644 index 0000000..188e1c1 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabEdit.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabExecute.png b/help/en_US/scilab_en_US_help/ScilabExecute.png new file mode 100644 index 0000000..a7de0fe Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabExecute.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabImportant.png b/help/en_US/scilab_en_US_help/ScilabImportant.png new file mode 100644 index 0000000..81e9ed2 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabImportant.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabNote.png b/help/en_US/scilab_en_US_help/ScilabNote.png new file mode 100644 index 0000000..8851b99 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabNote.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabTip.png b/help/en_US/scilab_en_US_help/ScilabTip.png new file mode 100644 index 0000000..8851b99 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabTip.png differ diff --git a/help/en_US/scilab_en_US_help/ScilabWarning.png b/help/en_US/scilab_en_US_help/ScilabWarning.png new file mode 100644 index 0000000..a9e4ff3 Binary files /dev/null and b/help/en_US/scilab_en_US_help/ScilabWarning.png differ diff --git a/help/en_US/scilab_en_US_help/_LaTeX_c_multiplybypi.xml_1.png b/help/en_US/scilab_en_US_help/_LaTeX_c_multiplybypi.xml_1.png new file mode 100644 index 0000000..2575c07 Binary files /dev/null and b/help/en_US/scilab_en_US_help/_LaTeX_c_multiplybypi.xml_1.png differ diff --git a/help/en_US/scilab_en_US_help/_LaTeX_c_sub.xml_1.png b/help/en_US/scilab_en_US_help/_LaTeX_c_sub.xml_1.png new file mode 100644 index 0000000..3e7ef87 Binary files /dev/null and b/help/en_US/scilab_en_US_help/_LaTeX_c_sub.xml_1.png differ diff --git a/help/en_US/scilab_en_US_help/_LaTeX_c_sum.xml_1.png b/help/en_US/scilab_en_US_help/_LaTeX_c_sum.xml_1.png new file mode 100644 index 0000000..033aefe Binary files /dev/null and b/help/en_US/scilab_en_US_help/_LaTeX_c_sum.xml_1.png differ diff --git a/help/en_US/scilab_en_US_help/_LaTeX_fortran_sum.xml_1.png b/help/en_US/scilab_en_US_help/_LaTeX_fortran_sum.xml_1.png new file mode 100644 index 0000000..033aefe Binary files /dev/null and b/help/en_US/scilab_en_US_help/_LaTeX_fortran_sum.xml_1.png differ diff --git a/help/en_US/scilab_en_US_help/_LaTeX_scilab_sum.xml_1.png b/help/en_US/scilab_en_US_help/_LaTeX_scilab_sum.xml_1.png new file mode 100644 index 0000000..033aefe Binary files /dev/null and b/help/en_US/scilab_en_US_help/_LaTeX_scilab_sum.xml_1.png differ diff --git a/help/en_US/scilab_en_US_help/c_code.css b/help/en_US/scilab_en_US_help/c_code.css new file mode 100644 index 0000000..948d2ee --- /dev/null +++ b/help/en_US/scilab_en_US_help/c_code.css @@ -0,0 +1,54 @@ +.ccomment { + font-style: italic; + color: #b22222 +} + +.cdefault { + font-style: normal; + color: #000000 +} + +.copenclose { + font-style: normal; + color: #000000 +} + +.coperator { + font-style: normal; + color: #000000 +} + +.cstring { + font-style: normal; + color: #a6557a +} + +.ctype { + font-style: normal; + color: #55a655 +} + +.cpreprocessor { + font-style: normal; + color: #9965a6 +} + +.cid { + font-style: normal; + color: #000000 +} + +.ckeyword { + font-style: normal; + color: #ad3ff2 +} + +.cmodifier { + font-style: normal; + color: #ad3ff2 +} + +.cnumber { + font-style: normal; + color: #008b8b +} diff --git a/help/en_US/scilab_en_US_help/c_multiplybypi.html b/help/en_US/scilab_en_US_help/c_multiplybypi.html new file mode 100644 index 0000000..b67fae8 --- /dev/null +++ b/help/en_US/scilab_en_US_help/c_multiplybypi.html @@ -0,0 +1,75 @@ + + + c_multiplybypi + + + +
+ + + + +
+ << scilab_toolbox + + + scilab_toolbox + + + c_sub >> + +
+
+
+ + + + scilab_toolbox >> scilab_toolbox > c_multiplybypi + +

+

c_multiplybypi

+

multiply by %pi a number

+

Syntax

+
a = multiplybypi(b)
+

Arguments

+
b +

first input argument

+
a +

output argument

+

Description

+

Do a special multiplication.

+

Add here a paragraph of the function description

+

LaTeX can also be used to render equation: In this case, the rendering should $x*\pi$

+

Examples

+
c_multiplybypi(3)
+

See also

+
+
+ +
+ + + + + + +
Report an issue
+ << scilab_toolbox + + + scilab_toolbox + + + c_sub >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/c_sub.html b/help/en_US/scilab_en_US_help/c_sub.html new file mode 100644 index 0000000..14306d7 --- /dev/null +++ b/help/en_US/scilab_en_US_help/c_sub.html @@ -0,0 +1,87 @@ + + + c_sub + + + +
+ + + + +
+ << c_multiplybypi + + + scilab_toolbox + + + c_sum >> + +
+
+
+ + + + scilab_toolbox >> scilab_toolbox > c_sub + +

+

c_sub

+

subtraction from C

+

Syntax

+
a = c_sub(b,c)
+

Arguments

+
b +

first input argument

+
c +

second input argument

+
a +

output argument

+

Description

+

Do a subtraction.

+

Add here a paragraph of the function description

+

LaTeX can also be used to render equation: In this case, the rendering should $x-y$

+

It is now possible to include an image in using Scilab code (this requires to declare the namespace xmlns:scilab="http://www.scilab.org"):

+
<scilab:image>
+  plot3d();
+</scilab:image>
+ +

If an image contains a localized string then the attribute scilab:localized="true" is required:

+
<scilab:image localized="true">
+  plot2d();
+  xtitle("My Beautiful 2D plots");
+</scilab:image>
+
+

Examples

+
c_sub(3,4)
+

See also

+
+
+ +
+ + + + + + +
Report an issue
+ << c_multiplybypi + + + scilab_toolbox + + + c_sum >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/c_sub_1.png b/help/en_US/scilab_en_US_help/c_sub_1.png new file mode 100644 index 0000000..167902e Binary files /dev/null and b/help/en_US/scilab_en_US_help/c_sub_1.png differ diff --git a/help/en_US/scilab_en_US_help/c_sub_en_US_2.png b/help/en_US/scilab_en_US_help/c_sub_en_US_2.png new file mode 100644 index 0000000..4a47b12 Binary files /dev/null and b/help/en_US/scilab_en_US_help/c_sub_en_US_2.png differ diff --git a/help/en_US/scilab_en_US_help/c_sum.html b/help/en_US/scilab_en_US_help/c_sum.html new file mode 100644 index 0000000..72af33d --- /dev/null +++ b/help/en_US/scilab_en_US_help/c_sum.html @@ -0,0 +1,77 @@ + + + c_sum + + + +
+ + + + +
+ << c_sub + + + scilab_toolbox + + + fortran_sum >> + +
+
+
+ + + + scilab_toolbox >> scilab_toolbox > c_sum + +

+

c_sum

+

sum from C

+

Syntax

+
a = c_sum(b,c)
+

Arguments

+
b +

first input argument

+
c +

second input argument

+
a +

output argument

+

Description

+

Do a sum.

+

Add here a paragraph of the function description

+

LaTeX can also be used to render equation: In this case, the rendering should $x+y$

+

Examples

+
c_sum(3,4)
+

See also

+
+
+ +
+ + + + + + +
Report an issue
+ << c_sub + + + scilab_toolbox + + + fortran_sum >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/fortran_sum.html b/help/en_US/scilab_en_US_help/fortran_sum.html new file mode 100644 index 0000000..cae6218 --- /dev/null +++ b/help/en_US/scilab_en_US_help/fortran_sum.html @@ -0,0 +1,77 @@ + + + fortran_sum + + + +
+ + + + +
+ << c_sum + + + scilab_toolbox + + + scilab_sum >> + +
+
+
+ + + + scilab_toolbox >> scilab_toolbox > fortran_sum + +

+

fortran_sum

+

sum from fortran

+

Syntax

+
a = fortran_sum(b,c)
+

Arguments

+
b +

first input argument

+
c +

second input argument

+
a +

output argument

+

Description

+

Do a sum.

+

Add here a paragraph of the function description

+

LaTeX can also be used to render equation: In this case, the rendering should $x+y$

+

Examples

+
fortran_sum(3,4)
+

See also

+
+
+ +
+ + + + + + +
Report an issue
+ << c_sum + + + scilab_toolbox + + + scilab_sum >> + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/index.html b/help/en_US/scilab_en_US_help/index.html new file mode 100644 index 0000000..171fa2b --- /dev/null +++ b/help/en_US/scilab_en_US_help/index.html @@ -0,0 +1,71 @@ + + + + + + +
+ + + + +
+ + + + + +
+
+
+ + + + +

+

scilab_toolbox

+ +
+ +
+ + + + + + +
Report an issue
+ + + + + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/jhelpidx.xml b/help/en_US/scilab_en_US_help/jhelpidx.xml new file mode 100644 index 0000000..aa5a66e --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelpidx.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm new file mode 100644 index 0000000..2a2b05b --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/jhelpset.hs b/help/en_US/scilab_en_US_help/jhelpset.hs new file mode 100644 index 0000000..f1e5a6c --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelpset.hs @@ -0,0 +1,28 @@ + + + +scilab_toolbox + +top + + + +TOC + +javax.help.TOCView +jhelptoc.xml + + +Index + +javax.help.IndexView +jhelpidx.xml + + +Search + +javax.help.SearchView +JavaHelpSearch + + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml new file mode 100644 index 0000000..bb44574 --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/scilab_code.css b/help/en_US/scilab_en_US_help/scilab_code.css new file mode 100644 index 0000000..658f42e --- /dev/null +++ b/help/en_US/scilab_en_US_help/scilab_code.css @@ -0,0 +1,96 @@ +.scilabcomment { + font-style: italic; + color: #01a801 +} + +.scilabdefault { + font-style: normal; + color: #000000 +} + +.scilabspecial { + font-style: normal; + color: #ffaa00 +} + +.scilabconstants { + font-style: normal; + color: #da70d6 +} + +.scilaboperator { + font-style: normal; + color: #5c5c5c +} + +.scilabnumber { + font-style: normal; + color: #bc8f8f +} + +.scilabfkeyword { + font-style: normal; + color: #b01813 +} + +.scilabskeyword { + font-style: normal; + color: #a020f0 +} + +.scilabckeyword { + font-style: normal; + color: #5f9ea0 +} + +.scilabcommand { + font-style: normal; + color: #32b9b9 +} + +.scilabmacro { + font-style: normal; + color: #ae5cb0 +} + +a.scilabcommand { + font-style: normal; + text-decoration: underline; + color: #32b9b9 +} + +a.scilabmacro { + font-style: normal; + text-decoration: underline; + color: #ae5cb0 +} + +.scilabstring { + font-style: normal; + color: #bc8f8f +} + +.scilabid { + font-style: normal; + color: #000000 +} + +.scilabinputoutputargs { + font-weight: bold; + color: #834310 +} + +.scilabfunctionid { + font-weight: bold; + color: #000000 +} + +.scilabfield { + font-style: normal; + color: #aaaaaa +} + +.scilabopenclose { + font-style: normal; + color: #4a55db +} diff --git a/help/en_US/scilab_en_US_help/scilab_sum.html b/help/en_US/scilab_en_US_help/scilab_sum.html new file mode 100644 index 0000000..93555f0 --- /dev/null +++ b/help/en_US/scilab_en_US_help/scilab_sum.html @@ -0,0 +1,75 @@ + + + scilab_sum + + + +
+ + + + +
+ << fortran_sum + + + scilab_toolbox + + + +
+
+
+ + + + scilab_toolbox >> scilab_toolbox > scilab_sum + +

+

scilab_sum

+

sum from scilab

+

Syntax

+
a = scilab_sum(b,c)
+

Arguments

+
b +

first input argument

+
c +

second input argument

+
a +

output argument

+

Description

+

Do a sum.

+

Add here a paragraph of the function description

+

LaTeX can also be used to render equation: In this case, the rendering should $x+y$

+

Examples

+
scilab_sum(3,4)
+

See also

+
+
+ +
+ + + + + + +
Report an issue
+ << fortran_sum + + + scilab_toolbox + + + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/section_466e7e8f8f6e2576a122988d1165c26e.html b/help/en_US/scilab_en_US_help/section_466e7e8f8f6e2576a122988d1165c26e.html new file mode 100644 index 0000000..5768f30 --- /dev/null +++ b/help/en_US/scilab_en_US_help/section_466e7e8f8f6e2576a122988d1165c26e.html @@ -0,0 +1,71 @@ + + + + + + +
+ + + + +
+ + + scilab_toolbox + + + +
+
+
+ + + + scilab_toolbox >> scilab_toolbox + +

+

scilab_toolbox

+ +
+ +
+ + + + + + +
Report an issue
+ + + scilab_toolbox + + + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/section_597319ec0f8f262cff8ce5d679429f35.html b/help/en_US/scilab_en_US_help/section_597319ec0f8f262cff8ce5d679429f35.html new file mode 100644 index 0000000..5768f30 --- /dev/null +++ b/help/en_US/scilab_en_US_help/section_597319ec0f8f262cff8ce5d679429f35.html @@ -0,0 +1,71 @@ + + + + + + +
+ + + + +
+ + + scilab_toolbox + + + +
+
+
+ + + + scilab_toolbox >> scilab_toolbox + +

+

scilab_toolbox

+ +
+ +
+ + + + + + +
Report an issue
+ + + scilab_toolbox + + + +
+
+
+ + diff --git a/help/en_US/scilab_en_US_help/style.css b/help/en_US/scilab_en_US_help/style.css new file mode 100644 index 0000000..edc0b85 --- /dev/null +++ b/help/en_US/scilab_en_US_help/style.css @@ -0,0 +1,386 @@ +body { + color:#000000; + background-color:#ffffff; + font-family:sans-serif; + font-size:100%; + margin:5px; + padding:0; + background : url("/img/body.png"); + background-repeat : repeat-x; +} + +.para { + padding-left: 10px; +} + +.refname { + color: #ff6c0a; +} +.refpurpose { + font-size: 110%; +} + +.synopsis { + border: 1px solid #CCCCCC; + width:80%; + padding: 0.5em; +} + +.editbar { + text-align: right; +} + +.term { + color:#A00000; + font-size:100%; + font-weight: 600; +} + +h3 { + color: #0033FF; + font-weight: bold; + font-size:130%; + margin-bottom: 10px; +} + +h4 { + color: #0066FF; + font-weight: bold; + font-size:120%; + margin-bottom: 5px; +} + +h5 { + color: #0099FF; + font-weight: bold; + font-size:110%; + margin-bottom: 1px; +} + +.programlisting { + font-family: monospace; + font-size: 100%; + background-color:#F4F4FF; + border-color:#CCCCCC; + border-style:solid; + border-width:2px medium; + width:90%; + color:#333333; + line-height:120%; + padding:10px; + direction: ltr; +} + +.literal { + font-family: monospace; + font-size: 100%; +} + +.option { + font-family: monospace; + font-style: italic; + font-size: 100%; +} + +.command { + font-family: monospace; + font-size: 100%; + color: #32b9b9; +} + +.function { + font-family: monospace; + font-size: 100%; + color: #32b9b9; + direction: ltr; +} + +.varname { + font-family: monospace; + font-weight: bold; + font-size: 100%; + direction: ltr; +} + +.constant { + font-family: monospace; + font-size: 100%; + color: #da70d6; +} + +a { + color: blue; + text-decoration:none; +} + +a:hover { + text-decoration:underline; +} + +.itemizedlist { + list-style-type: disc; +} + +.inline-list li { + display: inline; + list-style-type: disc; +} + +.vert-list { + list-style-type: disc; +} + +pre { + margin-bottom: 0px; + margin-top: 0px; + direction: ltr; +} + +.leftpart { + position:absolute; + float:left; + width: 186px; + padding: 5px; + font-size: smaller; +} + +.content { + margin-top: 100px; + margin-left: 196px +} + +.container { + margin: 0 auto; + width:1024px; +} + +ul.toc li.list-active { + list-style-type:disc; + font-weight:bold; +} + +ul.toc li.parent { + font-size: 115%; + padding: 5px 0px 5px 11px; + border-bottom: 1px solid #cccccc; + margin-bottom: 5px; +} + +ul.toc li.root { + font-size: 135%; + padding: 5px 0px 5px 11px; + border-bottom: 1px solid #cccccc; + margin-bottom: 5px; +} + +ul.toc li { + font-size: 85%; + margin: 1px 0 1px 1px; + padding: 1px 0 1px 11px; + background-repeat: no-repeat; + background-position: center left; + list-style-type: circle; +} + +.next { + float:right; + text-align: right; +} + +.center { + text-align: center; +} + +.screen { + font-family: monospace; + font-size: 100%; + background-color:#FFFFFF; + border-color:#CCCCCC; + border-style:solid; + border-width:2px medium; + width:90%; + color:#333333; + line-height:120%; + padding:10px; +} + +/* Top and bottom navigation controls on manual pages --------------------- */ +div.manualnavbar { + background-color: #F0F0FF; + color: inherit; + padding: 4px; + margin-bottom: 10px; + direction: ltr; +} +div.manualnavbar .prev { + padding-right: 4px; +} +div.manualnavbar .next { + text-align: right; + padding-left: 4px; +} + +div.manualnavbar .top { + text-align: center; + display: block; +} + +div.manualnavbar hr { + color: #cccccc; + background-color: #cccccc; +} + +/* Footer navigation area ------------------------------------------------- */ + +#pagefooter { + position: relative; + font-size: 75%; + color: inherit; + background-color: #e5e5e5; + width: 100%; +} + +#pagefooterleft { + top: 0px; + left: 0px; + padding: 6px; + margin-right: 30%; +} + +#pagefooterright { + text-align: right; + margin-left: 50%; + padding: 6px; +} +#footnav { + color: inherit; + background-color: #9999cc; + border-width: 1px 0px; + border-color: #333366; + border-style: solid; + text-align: right; + padding-right: 6px; +} + + + + + #global{ +/* width: 90%; */ + max-width: 90em; +/* min-width: 850px; */ + margin-left: auto; + margin-right: auto; + } + + #myHeader{ + background-color:#000000; + color:white; + margin-bottom : 10px; + position : relative; + text-align: center; +/* width : 1024px;*/ + height : 100px; + padding-left : 20px; + background : url("http://atoms.scilab.org/images/homepage/cadre_head.png"); + background-repeat : no-repeat; + background-position : 0px 0px; + + } + + #myFooter{ + background-color:#E5E5E5; + font-color:black; +/* width: 90%;*/ + max-width: 90em; +/* min-width: 850px; + margin-left: 5%; + margin-right: 5%;*/ + margin-top:10px; + padding:10px; + } + + #mainArea{ + width: 100%; + overflow: hidden; + } + + #myLeftArea{ + color:white; + float: left; + width: 180px; + padding:5px; + } + + #myMiddleArea{ + color:black; + margin-left: 200px; + padding: 10px 20px; + } + + #myRightArea{ + color:white; + float: right; + width: 200px; + padding: 12px 20px; + } + + +div#cadre_head +{ + position : relative; + text-align: center; +/* width : 1024px;*/ + height : 100px; + padding-left : 20px; + background : url("/img/cadre_head.png"); + background-repeat : no-repeat; + background-position : 0px 0px; +} + + +div#slogan{ + position: absolute; + top : 50px; + left:251px; + color:#0000AA; + font: 120%, Georgia,Serif; +} +div#cadre_help +{ + position: absolute; + top:45px; + right:0px; + font-size:0.8em; + color:#0000AA; +} +table +{ + border-collapse:collapse +} +th, td { + padding: 4px; +} +table.revhistory +{ + width:90%; + border-color:#CCCCCC; + border-style:solid; + border-width:2px medium; + margin-bottom: 10px; +} + +table.revhistory tr.title td +{ + background-color: #CCCCEE; + font-weight: bold; +} + +td.revnumber +{ + vertical-align: top; +} +tr +{ + vertical-align: top; +} diff --git a/help/en_US/scilab_en_US_help/xml_code.css b/help/en_US/scilab_en_US_help/xml_code.css new file mode 100644 index 0000000..9e4c27f --- /dev/null +++ b/help/en_US/scilab_en_US_help/xml_code.css @@ -0,0 +1,94 @@ +.xmlcomment { + font-style: italic; + color: #01a801 +} + +.xmldefault { + font-style: normal; + color: #000000 +} + +.xmlentity { + font-style: normal; + color: #ffaa00 +} + +.xmlopeninstr { + font-style: normal; + color: #000000 +} + +.xmlcloseinstr { + font-style: normal; + color: #000000 +} + +.xmlinstrname { + font-style: normal; + color: #9965a6 +} + +.xmllowtag { + font-style: normal; + color: #000000 +} + +.xmltagname { + font-style: normal; + color: #0303ff +} + +.xmllowclose { + font-style: normal; + color: #000000 +} + +.xmlopencomment { + font-style: italic; + color: #01a801 +} + +.xmlcommentend { + font-style: italic; + color: #01a801 +} + +.xmlcomment { + font-style: italic; + color: #01a801 +} + +.xmlopencdata { + font-style: normal; + color: #c45555 +} + +.xmlcdataend { + font-style: normal; + color: #c45555 +} + +.xmlcdata { + font-style: normal; + color: #000000 +} + +.xmlattributename { + font-style: normal; + color: #9965a6 +} + +.xmlequal { + font-style: normal; + color: #000000 +} + +.xmlattributevalue { + font-style: normal; + color: #973964 +} + +.xmlautoclose { + font-style: normal; + color: #000000 +} -- cgit