~ubuntu-branches/ubuntu/lucid/scilab/lucid

« back to all changes in this revision

Viewing changes to modules/core/help/pt_BR/edit.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-04-28 18:47:03 UTC
  • mfrom: (1.1.7 upstream) (4.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090428184703-7thddz8vtwqmxmx2
Tags: 5.1.1-4
* librefblas3-dev does not exist (yet). Thanks to Jose Ramon
* Do not stop when ocamlopt is not available on the arch 
  (ocaml-not-available.diff)
* Provide a clear error message for archs where modelicac compiler is 
  not available (modelicac-not-available.diff)
* scilab startup script moved from package scilab => scilab-bin (because of
  the ocamlopt problem, I cannot predict if modelicac will be available or
  not. Therefor, I ship usr/bin/ instead of binary per binary. This will
  also simplifies the packaging of Scilab 5.2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 
4
 * Copyright (C) ????-2008 - INRIA
 
5
 *
 
6
 * This file must be used under the terms of the CeCILL.
 
7
 * This source file is licensed as described in the file COPYING, which
 
8
 * you should have received as part of this distribution.  The terms
 
9
 * are also available at
 
10
 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
 
11
 *
 
12
 -->
 
13
<refentry version="5.0-subset Scilab" xml:id="edit" xml:lang="en"
 
14
          xmlns="http://docbook.org/ns/docbook"
 
15
          xmlns:xlink="http://www.w3.org/1999/xlink"
 
16
          xmlns:svg="http://www.w3.org/2000/svg"
 
17
          xmlns:ns5="http://www.w3.org/1999/xhtml"
 
18
          xmlns:mml="http://www.w3.org/1998/Math/MathML"
 
19
          xmlns:db="http://docbook.org/ns/docbook">
 
20
  <info>
 
21
    <pubdate>$LastChangedDate: 2008-03-26 09:50:39 +0100 (mer., 26 mars 2008)
 
22
    $</pubdate>
 
23
  </info>
 
24
 
 
25
  <refnamediv>
 
26
    <refname>edit</refname>
 
27
 
 
28
    <refpurpose>edição de funções</refpurpose>
 
29
  </refnamediv>
 
30
 
 
31
  <refsynopsisdiv>
 
32
    <title>Seqüência de Chamamento</title>
 
33
 
 
34
    <synopsis>edit(functionname)</synopsis>
 
35
  </refsynopsisdiv>
 
36
 
 
37
  <refsection>
 
38
    <title>Parameters</title>
 
39
 
 
40
    <variablelist>
 
41
      <varlistentry>
 
42
        <term>functionname</term>
 
43
 
 
44
        <listitem>
 
45
          <para>string</para>
 
46
        </listitem>
 
47
      </varlistentry>
 
48
    </variablelist>
 
49
  </refsection>
 
50
 
 
51
  <refsection>
 
52
    <title>Descrição</title>
 
53
 
 
54
    <para>Se functionname for o nome de uma função Scilab definida
 
55
    <literal>edit(functionname)</literal> tente abrir o arquivo associado
 
56
    <literal>functionname.sci</literal>.</para>
 
57
 
 
58
    <para>Se functionname for o nome de uma função Scilab indefinida,
 
59
    <literal>edit</literal> cria o arquivo functionname.sci no diretório
 
60
    TMPDIR.</para>
 
61
  </refsection>
 
62
 
 
63
  <refsection>
 
64
    <title>Exemplos</title>
 
65
 
 
66
    <programlisting role="example">
 
67
 
 
68
edit('edit')  //abre o editor com o texto dessa função
 
69
edit('myfunction')  //abre o editor para uma nova função
 
70
 
 
71
  </programlisting>
 
72
  </refsection>
 
73
 
 
74
  <refsection>
 
75
    <title>Ver Também</title>
 
76
 
 
77
    <simplelist type="inline">
 
78
      <member><link linkend="manedit">manedit</link></member>
 
79
 
 
80
      <member><link linkend="scipad">scipad</link></member>
 
81
    </simplelist>
 
82
  </refsection>
 
83
</refentry>