blob: 2b4eb1153a81b6d65f9d210bb7c475c41b077a73 (
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
|
This is the README file for the ltxtools package.
VERSION
Version 0.0.1a, December 2011
AUTHOR
(c) Ahmed Musa (amusa22@gmail.com)
SUMMARY
The ltxtools bundle provides several LaTeX API and document
formatting tools. The packages currently included in the bundle are:
1. ltxtools - The interface for loading other packages
in the bundle.
2. ltxtools-base - The core of general API tools.
3. ltxtools-trace - General code tracing utilities.
4. ltxtools-environ - Environments whose bodies are collected
for processing. A version of the 'environ'
package that requires no auxiliary commands
for the environments being defined.
5. ltxtools-doc - Document formatting commands and tools.
6. ltxtools-review - Document review and editing tools.
7. ltxtools-index - Document indexing utilities.
Each package can be loaded independently.
LICENSE
Copyright (c) 2011 Ahmed Musa
This software is author-maintained. Permission is granted to copy,
distribute and/or modify this software under the terms of the
LaTeX Project Public License, version 1.3 or higher. This software
is provided 'as it is', without warranty of any kind, either
expressed or implied, including, but not limited to, the implied
warranties of merchantability and fitness for any particular purpose.
|