blob: 1671deff3c70ea453664d2d713fd4438ab31855a (
plain)
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
|
LaTeX Package : testidx v1.1
Last Modified : 2017-08-11
Author : Nicola Talbot
This package provides dummy text for testing indexes.
The supplementary package testidx-glossaries.sty uses
the indexing interface provided by the glossaries package.
Example document:
\documentclass{article}
\usepackage{makeidx}
\usepackage{testidx}
\makeindex
\begin{document}
\testidx
\printindex
\end{document}
Note that the dummy indexing intentionally triggers multiple encap
warnings for testing purposes.
LICENCE
This material is subject to the LaTeX Project Public License.
See http://www.ctan.org/license/lppl1.3
for the details of that license.
Author's home page: http://www.dickimaw-books.com/
|