diff options
author | Norbert Preining <preining@logic.at> | 2008-01-17 07:17:14 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-17 07:17:14 +0000 |
commit | ec36cd5eb45e097b964e96cad5ae7c83dc2930f2 (patch) | |
tree | 5eda590759b563e600d50c87dcc3ca5a8ef970e2 /Master/texmf-dist/doc/latex/mciteplus/README | |
parent | 1ff881bb9b27e1bfc797ed8ce04608954c87548b (diff) |
new package mciteplus (reimpl of mcite), incl. in latexextra like mcite
git-svn-id: svn://tug.org/texlive/trunk@6274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mciteplus/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/mciteplus/README | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mciteplus/README b/Master/texmf-dist/doc/latex/mciteplus/README new file mode 100644 index 00000000000..d4f5fd652cf --- /dev/null +++ b/Master/texmf-dist/doc/latex/mciteplus/README @@ -0,0 +1,118 @@ + + +January 15, 2008 + +The mciteplus LaTeX package is an enhanced reimplementation of +Thorsten Ohl's mcite package: + +http://www.ctan.org/tex-archive/macros/latex/contrib/mcite/ + +which provides support for the grouping of multiple citations together +as is often done in physics journals. An extensive set of features +provide for other applications such as reference sublisting. + +Mciteplus offers the following features, many of which are not available +with the original mcite: + + 1. Entry punctuation can be controlled by the bibstyle (.bst) as well + as the user. + + 2. No "double periods" when an entry already ends with a period + (e.g., an abbreviated journal name). + + 3. Support for sublists. + + 4. Support for multiple bibliographies and/or auxiliary files. + + 5. The bibliography sample label width is automatically updated to + account for the changes in the numbering due to the grouped entries. + Maximum label width information is available to user. + + 6. Compatible with the natbib package. (The bibstyle must support both + mciteplus as well as natbib.) + + 7. Compatible with the REVTeX4 class. (The bibstyle must support both + mciteplus as well as natbib.) + + 8. Support for the optional argument of \cite[]{}. + + 9. Provides a means to allow users to use almost any cite command via + custom command wrappers and the ability to manually disable all + automatic internal hooks. + +10. Mciteplus compatible sorting bibstyles are possible via the use of a + "mcitetail" field in the BibTeX database entries. + + +Please note that existing mcite bibstyles (.bst files) are not compatible +with mciteplus. They will have to be remodified as explained in the +mciteplus documentation. + +See the mciteplus_doc.pdf user manual for full details. + +For helpful tips, answers to frequently asked questions and other support, +visit the Mciteplus home page at my website: + +http://www.michaelshell.org/tex/mciteplus/ + + +Enjoy! + +Michael Shell + + +******* +Version 1.0 (2008/01/15) initial release + +********************************** Files ********************************** + +README - This file. + +mciteplus.sty - The mciteplus LaTeX package. + +mciteplus_doc.pdf - The mciteplus user manual. + +mciteplus_doc.tex - LaTeX source code for the user manual. + +mciteplus_code.txt - Selected .bst modification and other code listings. + +apsrevM.bst - An mciteplus compatible version of REVTeX4's + apsrev.bst. + +apsrmpM.bst - An mciteplus compatible version of REVTeX4's + apsrmp.bst. Note: This is a sorting style. For it to + work properly, you must set the "mcitetail" BibTeX + database field for every tail entry. + +IEEEtranM.bst - An mciteplus compatible version of IEEEtran.bst. + +IEEEtranMN.bst - An mciteplus compatible version of IEEEtranN.bst + (natbib compatible). + +*************************************************************************** +Legal Notice: +This code is offered as-is without any warranty either expressed or +implied; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE! +User assumes all risk. +In no event shall any contributor to this code be liable for any damages or +losses, including, but not limited to, incidental, consequential, or any +other damages, resulting from the use or misuse of any information contained +here. + +All comments are the opinions of their respective authors. + +This work is distributed under the LaTeX Project Public License (LPPL) +( http://www.latex-project.org/ ) version 1.3, and may be freely used, +distributed and modified. A copy of the LPPL, version 1.3, is included +in the base LaTeX documentation of all distributions of LaTeX released +2003/12/01 or later. +Retain all contribution notices and credits. +** Modified files should be clearly indicated as such, including ** +** renaming them and changing author support contact information. ** + +File list of work: mciteplus.sty, mciteplus_doc.pdf, mciteplus_doc.tex, + mciteplus_code.txt, apsrevM.bst, apsrmpM.bst, + IEEEtranM.bst, IEEEtranMN.bst + +*************************************************************************** |