source: pst/typesetting/xindy.xml@ 347e59c

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 347e59c was 347e59c, checked in by Ken Moffat <ken@…>, 9 years ago

Add separate asymptote and indy. Various consistency edits and rephrasing Texlive pass 1 now describes itself as just texlive from source, the original texlive page is no longer rendered : I will archive the latter and then rename the pass1 file in later commits, then look at what might optionally xref to the binary page.

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

  • Property mode set to 100644
File size: 5.7 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./configure --prefix=/opt/texlive/&texlive-year; \
107 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
108 --datarootdir=/opt/texlive/&texlive-year; \
109 --includedir=/usr/include \
110 --libdir=/opt/texlive/&texlive-year;/texmf-dist \
111 --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not have a testsuite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/tex-prefix.xml"/>
131
132 <para><parameter>--includedir=/usr/include</parameter>:
133 This parameter ensures that the <filename>kpathsea</filename>
134 headers from <xref linkend="texlive"/> will be found.</para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directory</segtitle>
145
146 <seglistitem>
147 <seg>
148 tex2xindy, texindy, xindy
149 </seg>
150 <seg>
151 None
152 </seg>
153 <seg>
154 /opt/texlive/&texlive-year;/texmf-dist/xindy
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="tex2xindy">
165 <term><command>tex2xindy</command></term>
166 <listitem>
167 <para>
168 transforms a LaTeX index file into a xindy raw index file.
169 </para>
170 <indexterm zone="xindy tex2xindy">
171 <primary sortas="b-tex2xindy">tex2xindy</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="texindy">
177 <term><command>texindy</command></term>
178 <listitem>
179 <para>
180 is a wrapper for xindy that turns on many LaTeX conventions by default.
181 </para>
182 <indexterm zone="xindy texindy">
183 <primary sortas="b-texindy">texindy</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="xindy-prog">
189 <term><command>xindy</command></term>
190 <listitem>
191 <para>
192 creates a sorted and tagged index from a raw LaTeX index.
193 </para>
194 <indexterm zone="xindy xindy">
195 <primary sortas="b-xindy">xindy</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 </variablelist>
201
202 </sect2>
203
204</sect1>
Note: See TracBrowser for help on using the repository browser.