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
|
%
% The following files form the SplitIndex Bundle and also every
% SplitIndex Distribution since 2013.
%
%
% CONTENTS OF THE SplitIndex DISTRIBUTION
% =======================================
%
% Documentation:
% --------------
%
% manifest.txt -- This file.
% install.txt -- How to install SplitIndex (overview).
% README -- Should be read first.
% splitindex.1 -- The unix manual page of all SplitIndex
% programs.
% splitidx.pdf -- The user manual of SplitIndex and
% splitidx.sty.
%
%
% LaTeX files:
% ------------
%
% splitidx.dtx -- The source of the splitidx package and of the
% manual.
% splitidx.ins -- The installation script for the splitidx
% package.
%
%
% Program sources:
% ----------------
%
% splitindex.pl -- The source of the reference implementation of
% the SplitIndex program.
% splitindex.java -- The source of the SUN JAVA 1.4.1 implementation
% of the SplitIndex program.
% splitindex.c -- The source of the C implementation of the
% SplitIndex program.
% splitindex.tex -- The source of the TeX implementation of the
% SplitIndex program.
% splitindex.tlu -- TeXlua wrapper for the TeXlua implementation of
% the SplitIndex program.
% splitindex_main.tlu
% -- TeXlua implementation of the SplitIndex program.
%
%
% Programs (binaries):
% --------------------
%
% splitindex.pl -- Perl is an interpreter, so this is the source
% and the program itself (but not binary)
% splitindex.tlu -- TeXlua is an interpreter, so this is the source
% and the program itself (but not binary)
%
% Installation programs:
% ----------------------
%
% install.sh -- See `install.txt' for more information about
% this.
%
% ====================================================================
%
|