MAIN FUNCTIONS
--------------
* slr_prettify: attempts to make a figure pretty (latex labels, etc),
* slr_tabular: display formatted tabular in the console,
* slr_comments_to_xml: make a xml from the head comments of .sci
files. The xml can be used to generate Scilab help. Supports some
kind of markdown. The initial version of the help of this toolbox
has been generated using this routine.
CHANGES 0.1 => 0.2
------------------
* First release with binaries for Scilab 5.5 and 6.0
* builder.sce can now build for both Scilab 5.5 and Scilab 6
* slr.start added
* changelog.txt added
* license.txt added
* Missing header added in some *.sci files
* Help pages:
-- slr_prettify() example fixed (wrong $..$)
-- slr_tabular(): rendered <screen> added
-- misc. typos fixed
* Some 'switch' instead of 'select', and 'end' instead of 'endfunction'
prevented to compile for Scilab 5.5: Fixed