From ac01f75eaa0475879647e8c6e1343e4c49d7c18c Mon Sep 17 00:00:00 2001 From: rupak Date: Thu, 10 Oct 2019 12:57:46 +0530 Subject: added help for toolbox --- help/builder_help.sce | 16 +- help/en_US/addchapter.sce | 5 + help/en_US/c_multiplybypi.xml | 55 --- help/en_US/c_sub.xml | 82 ----- help/en_US/c_sum.xml | 61 ---- help/en_US/fortran_sum.xml | 60 ---- help/en_US/master_help.xml | 23 ++ help/en_US/octave_fun.xml | 143 ++++++++ help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 0 -> 246 bytes .../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | Bin 0 -> 63 bytes .../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | 1 + .../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 0 -> 573 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 help/en_US/scilab_en_US_help/c_code.css | 54 +++ help/en_US/scilab_en_US_help/index.html | 55 +++ help/en_US/scilab_en_US_help/jhelpidx.xml | 3 + help/en_US/scilab_en_US_help/jhelpmap.jhm | 7 + help/en_US/scilab_en_US_help/jhelpset.hs | 28 ++ help/en_US/scilab_en_US_help/jhelptoc.xml | 9 + help/en_US/scilab_en_US_help/octave_fun.html | 109 ++++++ help/en_US/scilab_en_US_help/scilab_code.css | 96 ++++++ .../section_597319ec0f8f262cff8ce5d679429f35.html | 55 +++ help/en_US/scilab_en_US_help/style.css | 378 +++++++++++++++++++++ help/en_US/scilab_en_US_help/xml_code.css | 94 +++++ help/en_US/scilab_sum.xml | 62 ---- 33 files changed, 1072 insertions(+), 326 deletions(-) create mode 100644 help/en_US/addchapter.sce delete mode 100644 help/en_US/c_multiplybypi.xml delete mode 100644 help/en_US/c_sub.xml delete mode 100644 help/en_US/c_sum.xml delete mode 100644 help/en_US/fortran_sum.xml create mode 100644 help/en_US/master_help.xml create mode 100644 help/en_US/octave_fun.xml 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/c_code.css 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/octave_fun.html create mode 100644 help/en_US/scilab_en_US_help/scilab_code.css 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 delete mode 100644 help/en_US/scilab_sum.xml (limited to 'help') diff --git a/help/builder_help.sce b/help/builder_help.sce index 8f93d27..cceebb0 100644 --- a/help/builder_help.sce +++ b/help/builder_help.sce @@ -1,8 +1,12 @@ // This file is released under the 3-clause BSD license. See COPYING-BSD. -here = get_absolute_file_path("builder_help.sce"); -d = dir(here); -d = d.name(d.isdir); -la_LA = d(grep(d, "/[a-z]{2}_[A-Z]{2}/", "r")); // filtering out ./images/ ./mml/, ... -tbx_builder_help_lang(la_LA, here); -clear here d la_LA +mode(-1) +lines(0) + +toolbox_title = "scilab_octave" + +help_dir = get_absolute_file_path('builder_help.sce'); + +tbx_builder_help_lang("en_US", help_dir); + +clear toolbox_title; diff --git a/help/en_US/addchapter.sce b/help/en_US/addchapter.sce new file mode 100644 index 0000000..4c45ef6 --- /dev/null +++ b/help/en_US/addchapter.sce @@ -0,0 +1,5 @@ +// This file is released under the 3-clause BSD license. See COPYING-BSD. +// Generated by tbx_build_help_loader: Please, do not edit this file + +add_help_chapter("scilab_octave",get_absolute_file_path("addchapter.sce"),%F); +clear add_help_chapter; diff --git a/help/en_US/c_multiplybypi.xml b/help/en_US/c_multiplybypi.xml deleted file mode 100644 index 469fc4e..0000000 --- a/help/en_US/c_multiplybypi.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - 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 - - - c_sum - - - Link to the Scilab help page - - - - diff --git a/help/en_US/c_sub.xml b/help/en_US/c_sub.xml deleted file mode 100644 index 9b82fc2..0000000 --- a/help/en_US/c_sub.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - 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"): - - - plot3d(); - - ]]> - - - plot3d(); - - If an image contains a localized string then the attribute scilab:localized="true" is required: - - - plot2d(); - xtitle("My Beautiful 2D plots"); - - ]]> - - - plot2d(); - xtitle("My Beautiful 2D plots"); - - - - Examples - c_sub(3,4) - - - See also - - - c_sum - - - - diff --git a/help/en_US/c_sum.xml b/help/en_US/c_sum.xml deleted file mode 100644 index fe04116..0000000 --- a/help/en_US/c_sum.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - 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 - - - fortran_sum - - - Link to the Scilab help page - - - - diff --git a/help/en_US/fortran_sum.xml b/help/en_US/fortran_sum.xml deleted file mode 100644 index a2f9a31..0000000 --- a/help/en_US/fortran_sum.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - 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 - - - c_sum - - - Link to the Scilab help page - - - - diff --git a/help/en_US/master_help.xml b/help/en_US/master_help.xml new file mode 100644 index 0000000..275890c --- /dev/null +++ b/help/en_US/master_help.xml @@ -0,0 +1,23 @@ + + + + +]> + + + scilab_octave + + + +scilab_octave +&a2ed2d4be3584d8c38302185542e7a55c; + + diff --git a/help/en_US/octave_fun.xml b/help/en_US/octave_fun.xml new file mode 100644 index 0000000..bfbb118 --- /dev/null +++ b/help/en_US/octave_fun.xml @@ -0,0 +1,143 @@ + + + + + + + + octave_fun + Calls an octave function with given inputs and returns the expected output + + + + + Syntax + + [y1, y2, ...] = octave_fun("octave_function",input1,input2,...) + [y1, y2, ...] = octave_fun("octave_function",input1,input2,...,optional_input1,optional_input2,...) + [y1, y2, ...] = octave_fun("octave_function","octave_package",input1,input2,...) + [y1, y2, ...] = octave_fun("octave_function","octave_package",input1,input2,...,optional_input1,optional_input2,...) + + + + + + Parameters + + + y : + ouput as returned by octave. It can be a vector or matrix of doubles + + + octave_function : + name of the function in octave that has to be called. It has to be a string in double quotes + + + input : + input as expected by the octave function. It can be a vector or matrix of doubles + + + optional_input : + an optional argument that the given octave function can accept. It has to be a string in double quotes + + + octave_package : + name of the package in octave that has to be loaded as required by the octave function. It has to be a string in double quotes + + + + + + Description + +This function accepts an octave function name with the relevant inputs and returns the output as generated. It requires Octave to be installed along with necessary packages. + + + +\begin{eqnarray} +&\mbox{min}_{x} +& C^Tâ‹…x \\ +& \text{subject to}& Aâ‹…x = b \\ +& & Gâ‹…x \preceq_K h \\ +& & x_i \in \{0,1\}, i \in \!\, bool_vars\ +& & x_j \in \!\, \mathbb{Z}, i \in \!\, int_vars\\ +\end{eqnarray} + + + + + + + + Examples + + + + + Examples + + + + + Examples + + + + + Examples + + + + + Examples + + + + + Authors + + Rupak Rokade + + + 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..9ed5472 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..744a232 Binary files /dev/null and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB differ 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..c3c7752 --- /dev/null +++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS @@ -0,0 +1 @@ +‡PƒÎÀk` \ 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..1f3a4f5 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..ea929e5 --- /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=119 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..452fdba 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..98d26d9 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..e3ad3b8 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..9bfead1 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..7793271 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..d32cffa 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..d32cffa 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..98d26d9 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/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/index.html b/help/en_US/scilab_en_US_help/index.html new file mode 100644 index 0000000..e39997b --- /dev/null +++ b/help/en_US/scilab_en_US_help/index.html @@ -0,0 +1,55 @@ + + + + + + +
+ + + + +
+ + + + + +
+
+
+ + + + +

+

scilab_octave

+ +
+ +
+ + + + + + +
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..db10acc --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm @@ -0,0 +1,7 @@ + + + + + + + \ 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..5b2ffe5 --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelpset.hs @@ -0,0 +1,28 @@ + + + +scilab_octave + +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..5eb0f55 --- /dev/null +++ b/help/en_US/scilab_en_US_help/jhelptoc.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/help/en_US/scilab_en_US_help/octave_fun.html b/help/en_US/scilab_en_US_help/octave_fun.html new file mode 100644 index 0000000..c586a94 --- /dev/null +++ b/help/en_US/scilab_en_US_help/octave_fun.html @@ -0,0 +1,109 @@ + + + octave_fun + + + +
+ + + + +
+ << scilab_octave + + + scilab_octave + + + +
+
+
+ + + + scilab_octave >> scilab_octave > octave_fun + +

+

octave_fun

+

Calls an octave function with given inputs and returns the expected output

+ + +

Syntax

+
[y1, y2, ...] = octave_fun("octave_function",input1,input2,...)
+[y1, y2, ...] = octave_fun("octave_function",input1,input2,...,optional_input1,optional_input2,...)
+[y1, y2, ...] = octave_fun("octave_function","octave_package",input1,input2,...)
+[y1, y2, ...] = octave_fun("octave_function","octave_package",input1,input2,...,optional_input1,optional_input2,...)
+ +

Parameters

+
y : +

ouput as returned by octave. It can be a vector or matrix of doubles

+
octave_function : +

name of the function in octave that has to be called. It has to be a string in double quotes

+
input : +

input as expected by the octave function. It can be a vector or matrix of doubles

+
optional_input : +

an optional argument that the given octave function can accept. It has to be a string in double quotes

+
octave_package : +

name of the package in octave that has to be loaded as required by the octave function. It has to be a string in double quotes

+ +

Description

+

This function accepts an octave function name with the relevant inputs and returns the output as generated. It requires Octave to be installed along with necessary packages.

+

+

+ +

Examples

+
// Finding the inverse of a matrix using octave
+A=[1 2 3;4 5 6;7 8 0]
+y = octave_fun("inv",A)
+y*A
+ +

Examples

+
// Finding the roots of a polynomial using its coefficients as inputs, using octave
+p = [1 2 3];
+y = octave_fun("roots",p)
+ +

Examples

+
// Generating filter coefficients of a Hamming window of length M, using octave.
+M = 5
+y = octave_fun("hamming",M)
+ +

Examples

+
// Generating filter coefficients of a Hamming window of length M with optional arguments, using octave.
+M = 5
+y = octave_fun("hamming",M,"periodic")
+ +

Examples

+
// Generating an elliptic or Cauer filter with given passband ripple and stopband attenuation, using octave and its "signal" package. See help in octave for more information about "ellip" function
+[b, a]=octave_fun("ellip","signal",5,1,90,[0.1 0.2])
+ +

Authors

+
+
+ +
+ + + + + + +
Report an issue
+ << scilab_octave + + + scilab_octave + + + +
+
+
+ + 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/section_597319ec0f8f262cff8ce5d679429f35.html b/help/en_US/scilab_en_US_help/section_597319ec0f8f262cff8ce5d679429f35.html new file mode 100644 index 0000000..a828712 --- /dev/null +++ b/help/en_US/scilab_en_US_help/section_597319ec0f8f262cff8ce5d679429f35.html @@ -0,0 +1,55 @@ + + + + + + +
+ + + + +
+ + + scilab_octave + + + +
+
+
+ + + + scilab_octave >> scilab_octave + +

+

scilab_octave

+ +
+ +
+ + + + + + +
Report an issue
+ + + scilab_octave + + + +
+
+
+ + 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..93bd898 --- /dev/null +++ b/help/en_US/scilab_en_US_help/style.css @@ -0,0 +1,378 @@ +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; +} + +.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; +} + +.varname { + font-family: monospace; + font-weight: bold; + font-size: 100%; +} + +.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; +} + +.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; +} +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; +} + 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 +} diff --git a/help/en_US/scilab_sum.xml b/help/en_US/scilab_sum.xml deleted file mode 100644 index 5a6bdb5..0000000 --- a/help/en_US/scilab_sum.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - 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 - - - c_sum - - - Link to the Scilab help page - - - - -- cgit