|
@@ -23,8 +23,7 @@
|
|
<sect2 role="package">
|
|
<sect2 role="package">
|
|
<title/>
|
|
<title/>
|
|
|
|
|
|
- <para>The Texinfo package contains programs for reading, writing, and
|
|
|
|
- converting info pages.</para>
|
|
|
|
|
|
+ <para>Texinfo 软件包包含阅读、编写和转换 info 页面的程序。</para>
|
|
|
|
|
|
<segmentedlist>
|
|
<segmentedlist>
|
|
<segtitle>&buildtime;</segtitle>
|
|
<segtitle>&buildtime;</segtitle>
|
|
@@ -39,23 +38,24 @@
|
|
</sect2>
|
|
</sect2>
|
|
|
|
|
|
<sect2 role="installation">
|
|
<sect2 role="installation">
|
|
- <title>安装Texinfo</title>
|
|
|
|
|
|
+ <title>安装 Texinfo</title>
|
|
|
|
|
|
<para>准备安装 Texinfo:</para>
|
|
<para>准备安装 Texinfo:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
<variablelist>
|
|
- <title>The meaning of the configure options:</title>
|
|
|
|
|
|
+ <title>配置选项的含义:</title>
|
|
|
|
|
|
<varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>--disable-static</parameter></term>
|
|
<term><parameter>--disable-static</parameter></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>In this case, the top-level configure script will complain that
|
|
|
|
- this is an unrecognized option, but the configure script for
|
|
|
|
- XSParagraph recognizes it and uses it to disable installing a static
|
|
|
|
- <filename class="libraryfile">XSParagraph.a</filename> to <filename
|
|
|
|
- class="directory">/usr/lib/texinfo</filename>.</para>
|
|
|
|
|
|
+ <para>在本例中,顶层配置脚本会抱怨说这是一个无法识别的选项,
|
|
|
|
+ 但 XSParagraph 配置脚本能够识别它,并禁止将静态库
|
|
|
|
+ <filename class="libraryfile">XSParagraph.a</filename>
|
|
|
|
+ 安装到
|
|
|
|
+ <filename class="directory">/usr/lib/texinfo</filename>。
|
|
|
|
+ </para>
|
|
</listitem>
|
|
</listitem>
|
|
</varlistentry>
|
|
</varlistentry>
|
|
|
|
|
|
@@ -73,32 +73,36 @@
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
|
|
- <para>Optionally, install the components belonging in a TeX
|
|
|
|
- installation:</para>
|
|
|
|
|
|
+ <para>可选地,安装属于 TeX 环境的组件:</para>
|
|
<!-- FIXME: doesn't the TeX installation in BLFS overwrite files there? -->
|
|
<!-- FIXME: doesn't the TeX installation in BLFS overwrite files there? -->
|
|
|
|
|
|
<screen><userinput remap="install">make TEXMF=/usr/share/texmf install-tex</userinput></screen>
|
|
<screen><userinput remap="install">make TEXMF=/usr/share/texmf install-tex</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
<variablelist>
|
|
- <title>The meaning of the make parameter:</title>
|
|
|
|
|
|
+ <title>make 命令参数的含义:</title>
|
|
|
|
|
|
<varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>TEXMF=/usr/share/texmf</parameter></term>
|
|
<term><parameter>TEXMF=/usr/share/texmf</parameter></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>The <envar>TEXMF</envar> makefile variable holds the location
|
|
|
|
- of the root of the TeX tree if, for example, a TeX package will be
|
|
|
|
- installed later.</para>
|
|
|
|
|
|
+ <para><envar>TEXMF</envar> Makefile 变量包含之后可能安装的 TeX
|
|
|
|
+ 软件包的 TeX 目录树根位置。</para>
|
|
</listitem>
|
|
</listitem>
|
|
</varlistentry>
|
|
</varlistentry>
|
|
|
|
|
|
</variablelist>
|
|
</variablelist>
|
|
|
|
|
|
- <para>The Info documentation system uses a plain text file to hold its list of
|
|
|
|
|
|
+ <!--para>The Info documentation system uses a plain text file to hold its list of
|
|
menu entries. The file is located at <filename>/usr/share/info/dir</filename>.
|
|
menu entries. The file is located at <filename>/usr/share/info/dir</filename>.
|
|
Unfortunately, due to occasional problems in the Makefiles of various packages,
|
|
Unfortunately, due to occasional problems in the Makefiles of various packages,
|
|
it can sometimes get out of sync with the info pages installed on the system.
|
|
it can sometimes get out of sync with the info pages installed on the system.
|
|
If the <filename>/usr/share/info/dir</filename> file ever needs to be
|
|
If the <filename>/usr/share/info/dir</filename> file ever needs to be
|
|
- recreated, the following optional commands will accomplish the task:</para>
|
|
|
|
|
|
+ recreated, the following optional commands will accomplish the task:</para-->
|
|
|
|
+ <para>Info 文档系统使用纯文本文件保存目录项的列表,
|
|
|
|
+ 该文件位于 <filename>/usr/share/info/dir</filename>。
|
|
|
|
+ 不幸的是,由于一些软件包 Makefile 中的偶然问题,
|
|
|
|
+ 它偶尔会与系统实际安装的 info 页面不同步。
|
|
|
|
+ 如果需要重新创建 <filename>/usr/share/info/dir</filename> 文件,
|
|
|
|
+ 可以运行下列命令完成这一工作:</para>
|
|
|
|
|
|
<screen role="nodump"><userinput>pushd /usr/share/info
|
|
<screen role="nodump"><userinput>pushd /usr/share/info
|
|
rm -v dir
|
|
rm -v dir
|
|
@@ -118,10 +122,10 @@ popd</userinput></screen>
|
|
<segtitle>安装的目录</segtitle>
|
|
<segtitle>安装的目录</segtitle>
|
|
|
|
|
|
<seglistitem>
|
|
<seglistitem>
|
|
- <seg>info, install-info, makeinfo (link to texi2any),
|
|
|
|
- pdftexi2dvi, pod2texi, texi2any, texi2dvi, texi2pdf, and texindex</seg>
|
|
|
|
|
|
+ <seg>info, install-info, makeinfo (到 texi2any 的链接),
|
|
|
|
+ pdftexi2dvi, pod2texi, texi2any, texi2dvi, texi2pdf, 以及 texindex</seg>
|
|
<seg>XSParagraph.so</seg>
|
|
<seg>XSParagraph.so</seg>
|
|
- <seg>/usr/share/texinfo and /usr/lib/texinfo</seg>
|
|
|
|
|
|
+ <seg>/usr/share/texinfo 和 /usr/lib/texinfo</seg>
|
|
</seglistitem>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
</segmentedlist>
|
|
|
|
|
|
@@ -133,10 +137,10 @@ popd</userinput></screen>
|
|
<varlistentry id="info">
|
|
<varlistentry id="info">
|
|
<term><command>info</command></term>
|
|
<term><command>info</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>Used to read info pages which are similar to man pages, but
|
|
|
|
- often go much deeper than just explaining all the available command
|
|
|
|
- line options [For example, compare <command>man bison</command> and
|
|
|
|
- <command>info bison</command>.]</para>
|
|
|
|
|
|
+ <para>用于阅读和 man 页面类似的 info 页面,
|
|
|
|
+ man 页面一般只解释可用的命令行选项,而 info 页面更为深入
|
|
|
|
+ [例如,可以对比 <command>man bison</command> 和
|
|
|
|
+ <command>info bison</command>。]</para>
|
|
<indexterm zone="ch-system-texinfo info">
|
|
<indexterm zone="ch-system-texinfo info">
|
|
<primary sortas="b-info">info</primary>
|
|
<primary sortas="b-info">info</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
@@ -146,8 +150,8 @@ popd</userinput></screen>
|
|
<varlistentry id="install-info">
|
|
<varlistentry id="install-info">
|
|
<term><command>install-info</command></term>
|
|
<term><command>install-info</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>Used to install info pages; it updates entries in the
|
|
|
|
- <command>info</command> index file</para>
|
|
|
|
|
|
+ <para>用于安装 info 页面;该命令更新
|
|
|
|
+ <command>info</command> 索引文件</para>
|
|
<indexterm zone="ch-system-texinfo install-info">
|
|
<indexterm zone="ch-system-texinfo install-info">
|
|
<primary sortas="b-install-info">install-info</primary>
|
|
<primary sortas="b-install-info">install-info</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
@@ -157,8 +161,8 @@ popd</userinput></screen>
|
|
<varlistentry id="makeinfo">
|
|
<varlistentry id="makeinfo">
|
|
<term><command>makeinfo</command></term>
|
|
<term><command>makeinfo</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>Translates the given Texinfo source documents into
|
|
|
|
- info pages, plain text, or HTML</para>
|
|
|
|
|
|
+ <para>将给定 Texinfo 源代码文档转换成 info 页面、
|
|
|
|
+ 纯文本或 HTML</para>
|
|
<indexterm zone="ch-system-texinfo makeinfo">
|
|
<indexterm zone="ch-system-texinfo makeinfo">
|
|
<primary sortas="b-makeinfo">makeinfo</primary>
|
|
<primary sortas="b-makeinfo">makeinfo</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
@@ -168,8 +172,7 @@ popd</userinput></screen>
|
|
<varlistentry id="pdftexi2dvi">
|
|
<varlistentry id="pdftexi2dvi">
|
|
<term><command>pdftexi2dvi</command></term>
|
|
<term><command>pdftexi2dvi</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>Used to format the given Texinfo document into a
|
|
|
|
- Portable Document Format (PDF) file</para>
|
|
|
|
|
|
+ <para>将给定 Texinfo 文档格式化为可移植文档格式(PDF)文件</para>
|
|
<indexterm zone="ch-system-texinfo pdftexi2dvi">
|
|
<indexterm zone="ch-system-texinfo pdftexi2dvi">
|
|
<primary sortas="b-pdftexi2dvi">pdftexi2dvi</primary>
|
|
<primary sortas="b-pdftexi2dvi">pdftexi2dvi</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
@@ -179,7 +182,7 @@ popd</userinput></screen>
|
|
<varlistentry id="pod2texi">
|
|
<varlistentry id="pod2texi">
|
|
<term><command>pod2texi</command></term>
|
|
<term><command>pod2texi</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>Converts Pod to Texinfo format</para>
|
|
|
|
|
|
+ <para>将 Pod 转换成 Texinfo 格式</para>
|
|
<indexterm zone="ch-system-texinfo pod2texi">
|
|
<indexterm zone="ch-system-texinfo pod2texi">
|
|
<primary sortas="b-pod2texi">pod2texi</primary>
|
|
<primary sortas="b-pod2texi">pod2texi</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
@@ -189,8 +192,7 @@ popd</userinput></screen>
|
|
<varlistentry id="texi2any">
|
|
<varlistentry id="texi2any">
|
|
<term><command>texi2any</command></term>
|
|
<term><command>texi2any</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>Translate Texinfo source documentation to
|
|
|
|
- various other formats</para>
|
|
|
|
|
|
+ <para>将 Texinfo 文档转换成其他几种格式</para>
|
|
<indexterm zone="ch-system-texinfo texi2any">
|
|
<indexterm zone="ch-system-texinfo texi2any">
|
|
<primary sortas="b-texiany">texi2any</primary>
|
|
<primary sortas="b-texiany">texi2any</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
@@ -200,8 +202,7 @@ popd</userinput></screen>
|
|
<varlistentry id="texi2dvi">
|
|
<varlistentry id="texi2dvi">
|
|
<term><command>texi2dvi</command></term>
|
|
<term><command>texi2dvi</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>Used to format the given Texinfo document into a
|
|
|
|
- device-independent file that can be printed</para>
|
|
|
|
|
|
+ <para>将给定 Texinfo 文档格式化为可打印的设备无关文件</para>
|
|
<indexterm zone="ch-system-texinfo texi2dvi">
|
|
<indexterm zone="ch-system-texinfo texi2dvi">
|
|
<primary sortas="b-texi2dvi">texi2dvi</primary>
|
|
<primary sortas="b-texi2dvi">texi2dvi</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
@@ -211,8 +212,7 @@ popd</userinput></screen>
|
|
<varlistentry id="texi2pdf">
|
|
<varlistentry id="texi2pdf">
|
|
<term><command>texi2pdf</command></term>
|
|
<term><command>texi2pdf</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>Used to format the given Texinfo document into a
|
|
|
|
- Portable Document Format (PDF) file</para>
|
|
|
|
|
|
+ <para>将给定 Texinfo 文档格式化为可移植文档格式(PDF)文件</para>
|
|
<indexterm zone="ch-system-texinfo texi2pdf">
|
|
<indexterm zone="ch-system-texinfo texi2pdf">
|
|
<primary sortas="b-texi2pdf">texi2pdf</primary>
|
|
<primary sortas="b-texi2pdf">texi2pdf</primary>
|
|
</indexterm>
|
|
</indexterm>
|
|
@@ -222,7 +222,7 @@ popd</userinput></screen>
|
|
<varlistentry id="texindex">
|
|
<varlistentry id="texindex">
|
|
<term><command>texindex</command></term>
|
|
<term><command>texindex</command></term>
|
|
<listitem>
|
|
<listitem>
|
|
- <para>Used to sort Texinfo index files</para>
|
|
|
|
|
|
+ <para>用于排序 Texinfo 索引文件</para>
|
|
<indexterm zone="ch-system-texinfo texindex">
|
|
<indexterm zone="ch-system-texinfo texindex">
|
|
<primary sortas="b-texindex">texindex</primary>
|
|
<primary sortas="b-texindex">texindex</primary>
|
|
</indexterm>
|
|
</indexterm>
|