blob: e44fa7682130ec9be13db657077ddf9b13b496b3 (
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
37
38
39
40
41
42
|
LuaLaTeX package luaindex
Copyright (c) Markus Kohm, 2011
This file is part of the luaTeX package `luaindex'.
This work may be distributed and/or modified under the conditions of
the LaTeX Project Public License, version 1.3c of the license.
The latest version of this license is in
http://www.latex-project.org/lppl.txt
and version 1.3c or later is part of all distributions of LaTeX
version 2005/12/01 or later and of this work.
This work has the LPPL maintenance status "maintained".
The Current Maintainer and author of this work is Markus Kohm.
This work consists of the files `luaindex.dtx' and `README'.
============================================================================
luaindex is another index processor written in Lua. Currently usage of
LuaLaTeX is provided only, but plainLuaTeX, ConTeXt or other formats may
follow.
luaindex provides more than one index. Like SplitIndex it needs only one
help file for all produced indexes.
============================================================================
Note: This is an alpha version!
For additional version information see `lualatex.dtx.'
============================================================================
To produce the package, the examples, and the manual from `luaindex.dtx'
you have to run
lualatex --shell-escape luaindex.dtx
simply.
============================================================================
|