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

« back to all changes in this revision

Viewing changes to modules/core/help/en_US/configuration/with_texmacs.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:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<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="with_texmacs" xml:lang="en">
3
 
  <refnamediv>
4
 
    <refname>with_texmacs</refname>
5
 
    <refpurpose>Checks if Scilab has been called by texmacs</refpurpose>
6
 
  </refnamediv>
7
 
  <refsynopsisdiv>
8
 
    <title>Calling Sequence</title>
9
 
    <synopsis>r = with_texmacs()</synopsis>
10
 
  </refsynopsisdiv>
11
 
  <refsection>
12
 
    <title>Arguments</title>
13
 
    <variablelist>
14
 
      <varlistentry>
15
 
        <term>r</term>
16
 
        <listitem>
17
 
          <para>a boolean</para>
18
 
        </listitem>
19
 
      </varlistentry>
20
 
    </variablelist>
21
 
  </refsection>
22
 
  <refsection>
23
 
    <title>Description</title>
24
 
    <para>
25
 
      Returns <literal>%t</literal> if Scilab has been called by TeXmacs
26
 
      (required to install ATOMS module: atomsInstall('texmacs'))
27
 
    </para>
28
 
  </refsection>
29
 
  <refsection>
30
 
    <title>History</title>
31
 
    <revhistory>
32
 
      <revision>
33
 
        <revnumber>5.4.0</revnumber>
34
 
        <revremark>This function will be removed in Scilab 5.4.1</revremark>
35
 
      </revision>
36
 
    </revhistory>
37
 
  </refsection>
 
3
    <refnamediv>
 
4
        <refname>with_texmacs</refname>
 
5
        <refpurpose>Checks if Scilab has been called by texmacs</refpurpose>
 
6
    </refnamediv>
 
7
    <refsynopsisdiv>
 
8
        <title>Calling Sequence</title>
 
9
        <synopsis>r = with_texmacs()</synopsis>
 
10
    </refsynopsisdiv>
 
11
    <refsection>
 
12
        <title>Arguments</title>
 
13
        <variablelist>
 
14
            <varlistentry>
 
15
                <term>r</term>
 
16
                <listitem>
 
17
                    <para>a boolean</para>
 
18
                </listitem>
 
19
            </varlistentry>
 
20
        </variablelist>
 
21
    </refsection>
 
22
    <refsection>
 
23
        <title>Description</title>
 
24
        <para>
 
25
            Returns <literal>%t</literal> if Scilab has been called by TeXmacs
 
26
            (required to install ATOMS module: atomsInstall('texmacs'))
 
27
        </para>
 
28
    </refsection>
 
29
    <refsection>
 
30
        <title>History</title>
 
31
        <revhistory>
 
32
            <revision>
 
33
                <revnumber>5.4.0</revnumber>
 
34
                <revremark>This function will be removed in Scilab 5.4.1</revremark>
 
35
            </revision>
 
36
        </revhistory>
 
37
    </refsection>
38
38
</refentry>