diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-12 18:05:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-12 18:05:51 +0000 |
commit | 873a6f9281ea219d530a5f1113c54a48a6951703 (patch) | |
tree | f3c715ad9e164cd56d4d0db40b83e986c35d39d1 /Master/texmf-dist/doc/latex/dox/README | |
parent | 5e4989d7312e4e11eda708529fa09746de41a31e (diff) |
new latex package dox 1.0 (11sep09)
git-svn-id: svn://tug.org/texlive/trunk@15235 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dox/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/dox/README | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dox/README b/Master/texmf-dist/doc/latex/dox/README new file mode 100644 index 00000000000..5356e7a7b6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/dox/README @@ -0,0 +1,62 @@ + + ABOUT DOX + + +Copyright (C) 2009 Didier Verna + +This file is part of DoX. + +DoX may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.1 +of this license or (at your option) any later version. +The latest version of this license is in +http://www.latex-project.org/lppl.txt +and version 1.1 or later is part of all distributions of LaTeX +version 1999/06/01 or later. + +DoX consists of the following files: + +- README (this file) +- NEWS +- THANKS +- dox.ins +- dox.dtx +- dox.el + + +* Description +============= + +The doc package provides LaTeX developers with means to describe the usage and +the definition of new macros and environments. However, there is no simple way +to extend this functionality to other items (options or counters for +instance). The DoX package is designed to circumvent this limitation. DoX also +comes with support for AUC-TeX. + + +* Installation +============== + + To install the package, please follow these steps: + +- Run LaTeX on the file `dox.ins' to create the style file `dox.sty'. +- Run LaTeX on the file `dox.dtx' to create the documentation. +- Install these files anywhere you see fit. + + If you're an AUC-TeX user, you can also install the file `dox.el' in +a suitable AUC-TeX style directory. + + Have fun! + +-- +Didier Verna, didier@lrde.epita.fr, http://www.lrde.epita.fr/~didier + +EPITA / LRDE, 14-16 rue Voltaire Tel.+33 (0)1 44 08 01 85 +94276 Le Kremlin-Bicêtre, France Fax.+33 (0)1 53 14 59 22 + + + + +Local Variables: +mode: outline +End: |