blob: 885829213e3d5821f9fadf154cf63dc75d84833b (
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
|
LaTeX Package : testidx v1.0
Last Modified : 2016-10-17
Author : Nicola Talbot
This package provides dummy text for testing indexes.
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/
|