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

« back to all changes in this revision

Viewing changes to modules/functions/help/pt_BR/edit.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="edit" xml:lang="en">
14
 
  <refnamediv>
15
 
    <refname>edit</refname>
16
 
    <refpurpose>edição de funções</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Seqüência de Chamamento</title>
20
 
    <synopsis>edit(functionname)</synopsis>
21
 
  </refsynopsisdiv>
22
 
  <refsection>
23
 
    <title>Parameters</title>
24
 
    <variablelist>
25
 
      <varlistentry>
26
 
        <term>functionname</term>
27
 
        <listitem>
28
 
          <para>string</para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
    </variablelist>
32
 
  </refsection>
33
 
  <refsection>
34
 
    <title>Descrição</title>
35
 
    <para>Se functionname for o nome de uma função Scilab definida
36
 
      <literal>edit(functionname)</literal> tente abrir o arquivo associado
37
 
      <literal>functionname.sci</literal>.
38
 
    </para>
39
 
    <para>Se functionname for o nome de uma função Scilab indefinida,
40
 
      <literal>edit</literal> cria o arquivo functionname.sci no diretório
41
 
      TMPDIR.
42
 
    </para>
43
 
  </refsection>
44
 
  <refsection>
45
 
    <title>Exemplos</title>
46
 
    <programlisting role="example"><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>edit</refname>
 
16
        <refpurpose>edição de funções</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Seqüência de Chamamento</title>
 
20
        <synopsis>edit(functionname)</synopsis>
 
21
    </refsynopsisdiv>
 
22
    <refsection>
 
23
        <title>Parameters</title>
 
24
        <variablelist>
 
25
            <varlistentry>
 
26
                <term>functionname</term>
 
27
                <listitem>
 
28
                    <para>string</para>
 
29
                </listitem>
 
30
            </varlistentry>
 
31
        </variablelist>
 
32
    </refsection>
 
33
    <refsection>
 
34
        <title>Descrição</title>
 
35
        <para>Se functionname for o nome de uma função Scilab definida
 
36
            <literal>edit(functionname)</literal> tente abrir o arquivo associado
 
37
            <literal>functionname.sci</literal>.
 
38
        </para>
 
39
        <para>Se functionname for o nome de uma função Scilab indefinida,
 
40
            <literal>edit</literal> cria o arquivo functionname.sci no diretório
 
41
            TMPDIR.
 
42
        </para>
 
43
    </refsection>
 
44
    <refsection>
 
45
        <title>Exemplos</title>
 
46
        <programlisting role="example"><![CDATA[ 
47
47
edit('edit')  //abre o editor com o texto dessa função
48
48
edit('myfunction')  //abre o editor para uma nova função
49
49
 ]]></programlisting>
50
 
  </refsection>
51
 
  <refsection>
52
 
    <title>Ver Também</title>
53
 
    <simplelist type="inline">
54
 
      <member>
55
 
        <link linkend="manedit">manedit</link>
56
 
      </member>
57
 
    </simplelist>
58
 
  </refsection>
 
50
    </refsection>
 
51
    <refsection>
 
52
        <title>Ver Também</title>
 
53
        <simplelist type="inline">
 
54
            <member>
 
55
                <link linkend="manedit">manedit</link>
 
56
            </member>
 
57
        </simplelist>
 
58
    </refsection>
59
59
</refentry>