File: tex-refs-xinclude.xml

package info (click to toggle)
texlive-doc 2007.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 129,872 kB
  • ctags: 3,330
  • sloc: xml: 23,147; perl: 8,370; makefile: 843; sh: 352; lisp: 276; java: 159; python: 97; sed: 4
file content (274 lines) | stat: -rw-r--r-- 7,593 bytes parent folder | download | duplicates (2)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<?xml version='1.0' encoding='ISO-8859-1'?>
<!-- <?xml-stylesheet href="docbook-css/driver.css" type="text/css"?> -->

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
          "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" 
[
 <!ENTITY % tex-refs-ent SYSTEM "tex-refs.ent" >
%tex-refs-ent;
]>

<!-- $Id: tex-refs-xinclude.xml 148 2005-05-14 15:43:12Z mw $ -->

<book lang="en">

  <bookinfo id="bookinfo">

    <title id="bookinfo-title">References for &tex; and Friends</title>

    <author>
      <firstname>Michael</firstname>
      <surname>Wiedmann</surname>
      <affiliation>
	<address><email>mw at miwie dot in-berlin dot de</email></address>
      </affiliation>
    </author>

    <date>V&rev; &date;</date>

    <revhistory>

      <revision>
	<revnumber>&rev;</revnumber>
	<date>&date;</date>
	<revremark>tbd.
	</revremark>
      </revision>

      <revision>
	<revnumber>0.2.0</revnumber>
	<date>2003-01-11</date>
	<revremark>License changed to 
	  <ulink url="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License</ulink>.
	</revremark>
      </revision>

      <revision>
	<revnumber>0.0.1</revnumber>
	<date>2002-06-21</date>
	<revremark>This version was adapted from the edition 1.6 
	  of the &latex2e; documentation, converted to &docbook; XML
	  using 
	  <ulink url="http://www.tldp.org/downloads/">texi2db</ulink>,
	  and further edited manually.
	</revremark>
      </revision>
    </revhistory>

    <copyright>
      <year>?</year>
      <holder>Stephen Gilmore</holder>
    </copyright>
    <copyright>
      <year>?</year>
      <holder>Torsten Martinsen</holder>
    </copyright>
    <copyright>
      <year>1988, 1994</year>
      <holder>Free Software Foundation, Inc.</holder>
    </copyright>
    <copyright>
      <year>1994 &dash; 1996</year>
      <holder>Torsten Martinsen</holder>
    </copyright>
    <copyright>
      <year>2002, 2003</year>
      <holder>Peter Karp, Michael Wiedmann</holder>
    </copyright>
    <copyright>
      <year>2004, 2005</year>
      <holder>Michael Wiedmann</holder>
    </copyright>

    <legalnotice>
      <title>License</title>
      <para>Permission is granted to copy, distribute and/or modify 
	this document under the terms of the 
	GNU Free Documentation License, Version 1.2
	or any later version published by the Free Software Foundation;
	with no Invariant Sections, no Front-Cover Texts, and no 
	Back-Cover Texts.
      </para>
    </legalnotice>

  </bookinfo>


  <preface id="preface">
    <title>Preface</title>
    <para role="db2latex:noindent">&latex2e; is a document preparation 
      system implemented as a macro package for Donald E. Knuth's 
      &tex; typesetting program.
    </para>
    <para role="db2latex:noindent">&latex; was originally conceived by 
      Leslie Lamport.
    </para>
    <para role="db2latex:noindent">This updated &latex; reference 
      is by no means complete, 
      but it's a first step towards a more complete &latex; reference! 
      We welcome if we'll get pointed to missing commands or even 
      better when you make additions and further improvements and
      send them to the authors.
    </para>
    <para role="db2latex:noindent">
      <ulink url="http://www.tug.org">TUG (&tex; User Group)</ulink>
      and 
      <ulink url="http://www.dante.de">DANTE (German &tex; User Group)</ulink>
      both have excellent FAQ's which answer many questions or 
      give great pointers to additional resources both on the 
      internet or in books. Most if not all missing packages
      can also be found on the CTAN servers.
    </para>
    <para role="db2latex:noindent">This reference is not meant to 
      replace the package documentation or the standard literature 
      like the &latex; handbook and the &latex; companion. 
      Look there for detailed 
      descriptions of the commands and even mostly more options and
      examples.
    </para>
    <para role="db2latex:noindent">The authors intend to extend 
      this documentation to other
      &tex; related packages (e.g. ConTeXt, &metapost;, &metafont;,
      etc.). Contributions are very welcome!
    </para>
  </preface>

  <preface id ="credits">
    <title>Credits</title>
    <indexterm>
      <primary>Credits</primary>
    </indexterm>
    <para>The following people have contributed substantial parts 
      to this documentation project or helped in some other way
      (listed alphabetically):
    </para>
    <itemizedlist spacing="compact">
      <listitem>
	<simpara>Karl Berry</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Berry, Karl</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Wolfgang Borgert</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Borgert, Wolfgang</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Ramon Casellas</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Casellas, Ramon</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Holger Danielsson</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Danielsson, Holger</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>James Devenish</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Devenish, James</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Hubert Gaesslein</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Gaesslein, Hubert</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Peter Karp</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Karp, Peter</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Rolf Niepraschk</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Niepraschk, Rolf</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Hans Fredrik Nordhaug</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Nordhaug, Hans Fredrik</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Simon Pepping</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Pepping, Simon</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Bob Stayton</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Stayton, Bob</secondary>
	</indexterm>
      </listitem>
      <listitem>
	<simpara>Herbert Voss</simpara>
	<indexterm>
	  <primary>People</primary>
	  <secondary>Voss, Herbert</secondary>
	</indexterm>
      </listitem>
    </itemizedlist>
  </preface>

  <!-- was proof of concept
  <toc condition="db2latex:0">
    <title>Short Contents</title>
  </toc>
  --> 

  <toc>
    <title>Table of Contents</title>
  </toc>

  <!-- FIXME 
  <lot label="tables">
  </lot>
  --> 

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="tex-refs-chapter-tex.xml" />

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="tex-refs-chapter-pdftex.xml" />

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="tex-refs-chapter-metafont.xml" />

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="tex-refs-chapter-metapost.xml" />

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="tex-refs-chapter-bibtex.xml" />

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="tex-refs-chapter-makeindex.xml" />

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="tex-refs-chapter-xindy.xml" />

  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="tex-refs-chapter-appendices.xml" />


</book>