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

« back to all changes in this revision

Viewing changes to modules/core/help/pt_BR/quote.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="ISO-8859-1"?>
 
2
<refentry version="5.0-subset Scilab" xml:id="quote" xml:lang="en"
 
3
          xmlns="http://docbook.org/ns/docbook"
 
4
          xmlns:xlink="http://www.w3.org/1999/xlink"
 
5
          xmlns:svg="http://www.w3.org/2000/svg"
 
6
          xmlns:ns5="http://www.w3.org/1999/xhtml"
 
7
          xmlns:mml="http://www.w3.org/1998/Math/MathML"
 
8
          xmlns:db="http://docbook.org/ns/docbook">
 
9
  <info>
 
10
    <pubdate>$LastChangedDate$</pubdate>
 
11
  </info>
 
12
 
 
13
  <refnamediv>
 
14
    <refname>quote</refname>
 
15
 
 
16
    <refpurpose>(') transpose operator, string delimiter</refpurpose>
 
17
  </refnamediv>
 
18
 
 
19
  <refsection>
 
20
    <title>Descri��o</title>
 
21
 
 
22
    <para>quote (aspas) ( ' ) � usado para a transposta conjugada de uma
 
23
    matriz.</para>
 
24
 
 
25
    <para>quote ( .' ) � usado para a transposta n�o-conjugada de uma
 
26
    matriz.</para>
 
27
 
 
28
    <para>Aspas simples (') ou duplas (") tamb�m s�o usadas para definir
 
29
    strings (strings s�o definidos por aspas nas extremidades). Aspas simples
 
30
    dentro de um string s�o denotadas por duas aspas simples e aspas duplas
 
31
    s�o denotadas por uma aspas simples e uma dupla.</para>
 
32
  </refsection>
 
33
 
 
34
  <refsection>
 
35
    <title>Exemplos</title>
 
36
 
 
37
    <programlisting role="example">
 
38
 
 
39
[1+%i, 2]'
 
40
[1+%i, 2].'
 
41
x='Isto � um string'
 
42
'Ele disse: ''Bom'''
 
43
 
 
44
  </programlisting>
 
45
  </refsection>
 
46
</refentry>