source: pst/typesetting/xindy.xml@ 4d0a7007

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4d0a7007 was 4d0a7007, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Reformat xindy instructions.
Update intel Xorg driver instructions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15338 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xindy-download-http "http://tug.ctan.org/support/xindy/base/xindy-&xindy-version;.tar.gz">
8 <!ENTITY xindy-download-ftp " ">
9 <!ENTITY xindy-md5sum "221acfeeb0f6f8388f89a59c56491041">
10 <!ENTITY xindy-size "506 KB">
11 <!ENTITY xindy-buildsize "15 MB">
12 <!ENTITY xindy-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xindy" xreflabel="xindy-&xindy-version;">
16 <?dbhtml filename="xindy.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xindy-&xindy-version;</title>
24
25 <indexterm zone="xindy">
26 <primary sortas="a-xindy">xindy</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xindy</title>
31
32 <para>
33 <!-- LaTeX for the system, but just latex for the command -->
34 <application>Xindy</application> is an index processor that can be used
35 to generate book-like indexes for arbitrary document-preparation systems.
36 This includes systems such as TeX and LaTeX, the roff-family,
37 SGML/XML-based systems (e.g., HTML) that process some kind of text and
38 generate indexing information.
39 </para>
40
41 <note>
42 <para>
43 At the moment, this works on x86_64 but does not work on 32-bit x86.
44 Help in debugging this will be welcomed.
45 </para>
46 </note>
47
48 &lfs76_checked;
49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>
54 Download (HTTP): <ulink url="&xindy-download-http;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download (FTP): <ulink url="&xindy-download-ftp;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download MD5 sum: &xindy-md5sum;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download size: &xindy-size;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated disk space required: &xindy-buildsize;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated build time: &xindy-time;
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">Xindy Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="clisp"/>,
89 <xref linkend="texlive"/>
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/xindy"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of xindy</title>
99
100 <para>
101 Install <application>xindy</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
106
107./configure --prefix=/opt/texlive/&texlive-year; \
108 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
109 --datarootdir=/opt/texlive/&texlive-year; \
110 --includedir=/usr/include \
111 --libdir=/opt/texlive/&texlive-year;/texmf-dist \
112 --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not have a testsuite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/tex-prefix.xml"/>
132
133 <para><parameter>--includedir=/usr/include</parameter>:
134 This parameter ensures that the <filename>kpathsea</filename>
135 headers from <xref linkend="texlive"/> will be found.</para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directory</segtitle>
146
147 <seglistitem>
148 <seg>
149 tex2xindy, texindy, xindy
150 </seg>
151 <seg>
152 None
153 </seg>
154 <seg>
155 /opt/texlive/&texlive-year;/texmf-dist/xindy
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="tex2xindy">
166 <term><command>tex2xindy</command></term>
167 <listitem>
168 <para>
169 transforms a LaTeX index file into a xindy raw index file.
170 </para>
171 <indexterm zone="xindy tex2xindy">
172 <primary sortas="b-tex2xindy">tex2xindy</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="texindy">
178 <term><command>texindy</command></term>
179 <listitem>
180 <para>
181 is a wrapper for xindy that turns on many LaTeX conventions by default.
182 </para>
183 <indexterm zone="xindy texindy">
184 <primary sortas="b-texindy">texindy</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="xindy-prog">
190 <term><command>xindy</command></term>
191 <listitem>
192 <para>
193 creates a sorted and tagged index from a raw LaTeX index.
194 </para>
195 <indexterm zone="xindy xindy">
196 <primary sortas="b-xindy">xindy</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.