This file is indexed.

/usr/share/help/es/mate-calc/number-display.page is in mate-calc-common 1.20.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="number-display" xml:lang="es">

    <info>
        <link type="guide" xref="index#number"/>
    
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Daniel Mustieles</mal:name>
      <mal:email>daniel.mustieles@gmail.com</mal:email>
      <mal:years>2012</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jorge González</mal:name>
      <mal:email>jorgegonz@svn.gnome.org</mal:email>
      <mal:years>2010</mal:years>
    </mal:credit>
  </info>

	<title>Formato del resultado</title>
    
    <p>Se puede cambiar el formato usado para mostrar los resultados en el menú <guiseq><gui>Calculadora</gui><gui>Preferencias</gui></guiseq>.</p>
    <table>
    <tr>
    <td><p>Decimal</p></td>
    <td><p>Los resultados se muestran como números decimales</p></td>
    </tr>
    <tr>
    <td><p>Científico</p></td>
    <td><p>Los resultados se muestran en <link xref="scientific">notación científica</link>.</p></td>
    </tr>
    <tr>
    <td><p>Ingeniería</p></td>
    <td><p>Los resultados se muestran en notación científica excepto cuando el exponente es siempre múltiplo de tres</p></td>
    </tr>
    <tr>
    <td><p>Binario</p></td>
    <td><p>Los resultados se muestran como <link xref="base">números binarios</link></p></td>
    </tr>
    <tr>
    <td><p>Octal</p></td>
    <td><p>Los resultados se muestran como <link xref="base">números octales</link></p></td>
    </tr>
    <tr>
    <td><p>Hexadecimal</p></td>
    <td><p>Los resultados se muestran como <link xref="base">números hexadecimales</link></p></td>
    </tr>
    </table>
    <p>El número de lugares decimales, si se muestran los ceros excedentes y los separadores de miles también se pueden configurar.</p>
</page>