diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/cite | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cite')
-rw-r--r-- | Master/texmf-dist/doc/latex/cite/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cite/README b/Master/texmf-dist/doc/latex/cite/README new file mode 100644 index 00000000000..37093226543 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cite/README @@ -0,0 +1,24 @@ +This directory contains four .sty files that are mutually compatible, +but actually independent: + +cite.sty Compressed, sorted lists of numerical citations: [8,11-16] + +overcite.sty Compressed, sorted lists of superscript numerical citations: + "word [12,16,11,13,14,15]." --> "word.$^{11-16}$" + +drftcite.sty Print the tags instead of the numbers for \cite and \bibitem. + +chapterbib.sty Do multiple bibliographies--one for each \include file. + +Each package works with LaTeX2e and LaTeX2.09. (These versions are the +last that will support 2.09!) The documentation is included as plain +text after the definitions in each file (below \endinput). It can be +read online or printed directly, but don't try to typeset it with LaTeX! + +Since the instructions follow \endinput, they are not read by TeX and +should not slow down the file loading. If, however, you see that the +instructions slow down the loading on your system, you may split the +file into, for example, cite.sty and cite.doc. Just do not redistribute +these split files. + +Donald Arseneau asnd@reg.triumf.ca |