~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/core/help/en_US/variables/predefined/SCIHOME.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="SCIHOME" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>SCIHOME</refname>
16
 
    <refpurpose>contains the path to preferences, history files of your Scilab
17
 
      session.
18
 
    </refpurpose>
19
 
  </refnamediv>
20
 
  <refsection>
21
 
    <title>Description</title>
22
 
    <para>
23
 
      The <literal>SCIHOME</literal> contains the path to preferences, history files
24
 
      of your Scilab session.
25
 
    </para>
26
 
    <para>
27
 
      <literal>SCIHOME</literal> definition:
28
 
    </para>
29
 
    <para>
30
 
      On Windows XP: "C:/Documents and Settings/&lt;User&gt;/Scilab/&lt;Scilab-Version&gt;"
31
 
    </para>
32
 
    <para>
33
 
      On Windows Vista and Seven:
34
 
      "C:/User/AppData/Roaming/&lt;User&gt;/Scilab/&lt;Scilab-Version&gt;"
35
 
    </para>
36
 
    <para>
37
 
      based on Windows %HOMEPATH% environment variable.
38
 
    </para>
39
 
    <para>
40
 
      On GNU/Linux or Unix:
41
 
      /home/&lt;User&gt;/.Scilab/&lt;Scilab-Version&gt;
42
 
    </para>
43
 
    <para>
44
 
      On Mac OS X:
45
 
      /Users/lt;User&gt;/.Scilab/&lt;Scilab-Version&gt;
46
 
    </para>
47
 
    <para>
48
 
      &lt;User&gt; is your current login name
49
 
    </para>
50
 
    <para>
51
 
      &lt;Scilab-Version&gt; is current version of Scilab used.
52
 
    </para>
53
 
  </refsection>
54
 
  <refsection>
55
 
    <title>Examples</title>
56
 
    <programlisting role="example"><![CDATA[
 
14
    <refnamediv>
 
15
        <refname>SCIHOME</refname>
 
16
        <refpurpose>contains the path to preferences, history files of your Scilab
 
17
            session.
 
18
        </refpurpose>
 
19
    </refnamediv>
 
20
    <refsection>
 
21
        <title>Description</title>
 
22
        <para>
 
23
            The <literal>SCIHOME</literal> contains the path to preferences, history files
 
24
            of your Scilab session.
 
25
        </para>
 
26
        <para>
 
27
            <literal>SCIHOME</literal> definition:
 
28
        </para>
 
29
        <para>
 
30
            On Windows XP: "C:/Documents and Settings/&lt;User&gt;/Scilab/&lt;Scilab-Version&gt;"
 
31
        </para>
 
32
        <para>
 
33
            On Windows Vista and Seven:
 
34
            "C:/User/AppData/Roaming/&lt;User&gt;/Scilab/&lt;Scilab-Version&gt;"
 
35
        </para>
 
36
        <para>
 
37
            based on Windows %HOMEPATH% environment variable.
 
38
        </para>
 
39
        <para>
 
40
            On GNU/Linux or Unix:
 
41
            /home/&lt;User&gt;/.Scilab/&lt;Scilab-Version&gt;
 
42
        </para>
 
43
        <para>
 
44
            On Mac OS X:
 
45
            /Users/lt;User&gt;/.Scilab/&lt;Scilab-Version&gt;
 
46
        </para>
 
47
        <para>
 
48
            &lt;User&gt; is your current login name
 
49
        </para>
 
50
        <para>
 
51
            &lt;Scilab-Version&gt; is current version of Scilab used.
 
52
        </para>
 
53
    </refsection>
 
54
    <refsection>
 
55
        <title>Examples</title>
 
56
        <programlisting role="example"><![CDATA[
57
57
disp(SCIHOME);
58
58
isdir(SCIHOME)
59
59
 ]]></programlisting>
60
 
  </refsection>
61
 
  <refsection role="see also">
62
 
    <title>See Also</title>
63
 
    <simplelist type="inline">
64
 
      <member>
65
 
        <link linkend="SCI">SCI</link>
66
 
      </member>
67
 
    </simplelist>
68
 
    <simplelist type="inline">
69
 
      <member>
70
 
        <link linkend="TMPDIR">TMPDIR</link>
71
 
      </member>
72
 
    </simplelist>
73
 
  </refsection>
 
60
    </refsection>
 
61
    <refsection role="see also">
 
62
        <title>See Also</title>
 
63
        <simplelist type="inline">
 
64
            <member>
 
65
                <link linkend="SCI">SCI</link>
 
66
            </member>
 
67
        </simplelist>
 
68
        <simplelist type="inline">
 
69
            <member>
 
70
                <link linkend="TMPDIR">TMPDIR</link>
 
71
            </member>
 
72
        </simplelist>
 
73
    </refsection>
74
74
</refentry>