This file is indexed.

/usr/share/help/es/mate-calc/base.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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="base" 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>Base numérica</title>
    
    <p>Para introducir números en una base numérica particular use <link xref="superscript">subíndices</link>. Los siguientes números son equivalentes.</p>
    <example>
    <p>1001011₂</p>    
    <p>113₈</p>
    <p>75</p>
    <p>4B₁₆</p>
    </example>
    <p>En el <link xref="mouse">modo programador</link> existen botones para los sistemas binario (<keyseq><key>Ctrl</key><key>B</key></keyseq>), octal (<keyseq><key>Ctrl</key><key>O</key></keyseq>) y hexadecimal (<keyseq><key>Ctrl</key><key>H</key></keyseq>).</p>
    <p>Para establecer la base en la que se muestra el resultado cambie el <link xref="number-display">formato del resultado</link>.</p>
    <p>Para cambiar la base del resultado actual use un botón de base o pulse <keyseq><key>Ctrl</key><key>D</key></keyseq> para mostrarlo en la forma decimal.</p>
</page>