diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-31 18:42:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-31 18:42:38 +0000 |
commit | e94cc72c57a660f941e255ce8b3854ab00f7c76a (patch) | |
tree | 800fdb5011b46ebc23353d7ce8b37742321c5f4e /Master/texmf-dist/doc/latex/cleveref/README | |
parent | 822465c48676ab7654b95171c629204275225d2f (diff) |
new latex package cleveref (26may07)
git-svn-id: svn://tug.org/texlive/trunk@4386 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cleveref/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/cleveref/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cleveref/README b/Master/texmf-dist/doc/latex/cleveref/README new file mode 100644 index 00000000000..74e0ba26591 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cleveref/README @@ -0,0 +1,31 @@ +cleveref, a LaTeX package for intelligent cross-referencing +Copyright (C) 2007 Toby Cubitt + +Files: +cleveref.ins Batch file, run through LaTeX +cleveref.dtx Docstrip archive, run through LaTeX +cleveref.sty LaTeX package, generated by cleveref.ins from cleveref.dtx +cleveref.dvi Package documentation, generated from cleveref.dtx +cleveref.pdf Package documentation, generated from cleveref.dtx +README This file + +E-mail: toby-cleveref@dr-qubit.org +Address: Department of Mathematics, University of Bristol, UK + +This material is subject to the LaTeX Project Public License. See +http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the +details of that license. + + +Abstract: +--------- +The cleveref package enhances LaTeX's cross-referencing features, allowing the +format of references to be determined automatically according to the type of +reference (equation, section, etc.). The formatting for each reference type +can be fully customised in the preamble of your document. In addition, +cleveref can typeset references to lists of multiple labels, automatically +formatting them according to their type, and collapsing sequences of +numerically consecutive labels to a reference range. Again, the +multiple-reference formatting is fully customisable. Though a number of other +packages provide similar features, all have certain deficiencies which +cleveref attempts to overcome. |