[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-texinfo" role="wrap">
|
---|
| 9 | <?dbhtml filename="texinfo.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Texinfo-&texinfo-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-texinfo">
|
---|
| 14 | <primary sortas="a-Texinfo">Texinfo</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
| 20 | <para>The Texinfo package contains programs for reading, writing, and
|
---|
| 21 | converting info pages.</para>
|
---|
| 22 |
|
---|
| 23 | </sect2>
|
---|
| 24 |
|
---|
| 25 | <sect2 role="installation">
|
---|
| 26 | <title>Installation of Texinfo</title>
|
---|
| 27 |
|
---|
| 28 | <para os="a">Prepare Texinfo for compilation:</para>
|
---|
| 29 |
|
---|
[e0e40d3] | 30 | <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
|
---|
[3f8be484] | 31 |
|
---|
[e0e40d3] | 32 | <para os="c">Compile the package:</para>
|
---|
[3f8be484] | 33 |
|
---|
[e0e40d3] | 34 | <screen os="d"><userinput>make</userinput></screen>
|
---|
[3f8be484] | 35 |
|
---|
[686839b] | 36 | <para os="e">To test the results, issue:</para>
|
---|
| 37 |
|
---|
| 38 | <screen os="e2"><userinput remap="test">make check</userinput></screen>
|
---|
[3f8be484] | 39 |
|
---|
[e0e40d3] | 40 | <para os="f">Install the package:</para>
|
---|
[3f8be484] | 41 |
|
---|
[e0e40d3] | 42 | <screen os="g"><userinput>make install</userinput></screen>
|
---|
[3f8be484] | 43 |
|
---|
[9645392] | 44 | <para os="h">If TeX will be used, install the components belonging in a TeX installation:</para>
|
---|
[879aee3b] | 45 |
|
---|
| 46 | <screen os="i"><userinput>make TEXMF=/usr/share/texmf install-tex</userinput></screen>
|
---|
| 47 |
|
---|
[3f8be484] | 48 | </sect2>
|
---|
| 49 |
|
---|
| 50 | <sect2 id="contents-texinfo" role="content">
|
---|
| 51 | <title>Contents of Texinfo</title>
|
---|
| 52 |
|
---|
| 53 | <segmentedlist>
|
---|
| 54 | <segtitle>Installed programs</segtitle>
|
---|
[61ad0b7f] | 55 | <segtitle>Installed directory</segtitle>
|
---|
[3f8be484] | 56 |
|
---|
| 57 | <seglistitem>
|
---|
[8c09b88] | 58 | <seg>info, infokey, install-info, makeinfo (link to texi2any),
|
---|
[c2102b28] | 59 | pdftexi2dvi, texi2dvi, texi2pdf, texindex</seg>
|
---|
[61ad0b7f] | 60 | <seg>/usr/share/texinfo</seg>
|
---|
[3f8be484] | 61 | </seglistitem>
|
---|
| 62 | </segmentedlist>
|
---|
| 63 |
|
---|
| 64 | <variablelist>
|
---|
| 65 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 66 | <?dbfo list-presentation="list"?>
|
---|
| 67 | <?dbhtml list-presentation="table"?>
|
---|
| 68 |
|
---|
| 69 | <varlistentry id="info">
|
---|
| 70 | <term><command>info</command></term>
|
---|
| 71 | <listitem>
|
---|
| 72 | <para>Used to read info pages which are similar to man
|
---|
| 73 | pages, but often go much deeper than just explaining all the command
|
---|
| 74 | line options. For example, compare <command>man bison</command> and
|
---|
| 75 | <command>info bison</command>.</para>
|
---|
| 76 | <indexterm zone="ch-system-texinfo info">
|
---|
| 77 | <primary sortas="b-info">info</primary>
|
---|
| 78 | </indexterm>
|
---|
| 79 | </listitem>
|
---|
| 80 | </varlistentry>
|
---|
| 81 |
|
---|
| 82 | <varlistentry id="infokey">
|
---|
| 83 | <term><command>infokey</command></term>
|
---|
| 84 | <listitem>
|
---|
| 85 | <para>Compiles a source file containing Info customizations into a
|
---|
| 86 | binary format</para>
|
---|
| 87 | <indexterm zone="ch-system-texinfo infokey">
|
---|
| 88 | <primary sortas="b-infokey">infokey</primary>
|
---|
| 89 | </indexterm>
|
---|
| 90 | </listitem>
|
---|
| 91 | </varlistentry>
|
---|
| 92 |
|
---|
| 93 | <varlistentry id="install-info">
|
---|
| 94 | <term><command>install-info</command></term>
|
---|
| 95 | <listitem>
|
---|
| 96 | <para>Used to install info pages; it updates entries in the
|
---|
| 97 | <command>info</command> index file</para>
|
---|
| 98 | <indexterm zone="ch-system-texinfo install-info">
|
---|
| 99 | <primary sortas="b-install-info">install-info</primary>
|
---|
| 100 | </indexterm>
|
---|
| 101 | </listitem>
|
---|
| 102 | </varlistentry>
|
---|
| 103 |
|
---|
| 104 | <varlistentry id="makeinfo">
|
---|
| 105 | <term><command>makeinfo</command></term>
|
---|
| 106 | <listitem>
|
---|
| 107 | <para>Translates the given Texinfo source documents into
|
---|
| 108 | info pages, plain text, or HTML</para>
|
---|
| 109 | <indexterm zone="ch-system-texinfo makeinfo">
|
---|
| 110 | <primary sortas="b-makeinfo">makeinfo</primary>
|
---|
| 111 | </indexterm>
|
---|
| 112 | </listitem>
|
---|
| 113 | </varlistentry>
|
---|
| 114 |
|
---|
[427015f] | 115 | <varlistentry id="pdftexi2dvi">
|
---|
| 116 | <term><command>pdftexi2dvi</command></term>
|
---|
| 117 | <listitem>
|
---|
| 118 | <para>Shell script that run <command>texi2dvi --pdf</command></para>
|
---|
| 119 | <indexterm zone="ch-system-texinfo pdftexi2dvi">
|
---|
| 120 | <primary sortas="b-pdftexi2dvi">pdftexi2dvi</primary>
|
---|
| 121 | </indexterm>
|
---|
| 122 | </listitem>
|
---|
| 123 | </varlistentry>
|
---|
| 124 |
|
---|
[3f8be484] | 125 | <varlistentry id="texi2dvi">
|
---|
| 126 | <term><command>texi2dvi</command></term>
|
---|
| 127 | <listitem>
|
---|
| 128 | <para>Used to format the given Texinfo document into a
|
---|
| 129 | device-independent file that can be printed</para>
|
---|
| 130 | <indexterm zone="ch-system-texinfo texi2dvi">
|
---|
| 131 | <primary sortas="b-texi2dvi">texi2dvi</primary>
|
---|
| 132 | </indexterm>
|
---|
| 133 | </listitem>
|
---|
| 134 | </varlistentry>
|
---|
| 135 |
|
---|
| 136 | <varlistentry id="texi2pdf">
|
---|
| 137 | <term><command>texi2pdf</command></term>
|
---|
| 138 | <listitem>
|
---|
| 139 | <para>Used to format the given Texinfo document into a
|
---|
| 140 | Portable Document Format (PDF) file</para>
|
---|
| 141 | <indexterm zone="ch-system-texinfo texi2pdf">
|
---|
| 142 | <primary sortas="b-texi2pdf">texi2pdf</primary>
|
---|
| 143 | </indexterm>
|
---|
| 144 | </listitem>
|
---|
| 145 | </varlistentry>
|
---|
| 146 |
|
---|
| 147 | <varlistentry id="texindex">
|
---|
| 148 | <term><command>texindex</command></term>
|
---|
| 149 | <listitem>
|
---|
| 150 | <para>Used to sort Texinfo index files</para>
|
---|
| 151 | <indexterm zone="ch-system-texinfo texindex">
|
---|
| 152 | <primary sortas="b-texindex">texindex</primary>
|
---|
| 153 | </indexterm>
|
---|
| 154 | </listitem>
|
---|
| 155 | </varlistentry>
|
---|
| 156 |
|
---|
| 157 | </variablelist>
|
---|
| 158 |
|
---|
| 159 | </sect2>
|
---|
| 160 |
|
---|
| 161 | </sect1>
|
---|