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

« back to all changes in this revision

Viewing changes to modules/scinotes/help/en_US/editor.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:ns5="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="editor" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>editor</refname>
16
 
    <refpurpose>Call a the text editor as defined in the preferences</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Calling Sequence</title>
20
 
    <synopsis>
21
 
      editor(...)
22
 
    </synopsis>
23
 
  </refsynopsisdiv>
24
 
  <refsection>
25
 
    <title>Description</title>
26
 
    <para>
27
 
      An external text editor can be used with Scilab.
28
 
    </para>
29
 
  </refsection>
30
 
  <refsection role="see also">
31
 
    <title>See Also</title>
32
 
    <simplelist type="inline">
33
 
      <member>
34
 
        <link linkend="scinotes">scinotes</link>
35
 
      </member>
36
 
    </simplelist>
37
 
  </refsection>
 
14
    <refnamediv>
 
15
        <refname>editor</refname>
 
16
        <refpurpose>Call a the text editor as defined in the preferences</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Calling Sequence</title>
 
20
        <synopsis>
 
21
            editor(...)
 
22
        </synopsis>
 
23
    </refsynopsisdiv>
 
24
    <refsection>
 
25
        <title>Description</title>
 
26
        <para>
 
27
            An external text editor can be used with Scilab.
 
28
        </para>
 
29
    </refsection>
 
30
    <refsection role="see also">
 
31
        <title>See Also</title>
 
32
        <simplelist type="inline">
 
33
            <member>
 
34
                <link linkend="scinotes">scinotes</link>
 
35
            </member>
 
36
        </simplelist>
 
37
    </refsection>
38
38
</refentry>