diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
commit | c7cfef6687f65c2538898ddd7c6bc9c9ba50e58d (patch) | |
tree | 8f4de70d1a11463779871162ba84c1dbc874155b /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html | |
parent | 8948a31a6e2ac27883f7adac1b339003961ba43f (diff) |
uk-tex-faq 3.17 (7nov07)
git-svn-id: svn://tug.org/texlive/trunk@5977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html index e02dd602bc6..4a577b1dabc 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html @@ -2,11 +2,11 @@ <title>UK TeX FAQ -- question label mcite</title> </head><body> <h3>Multiple citations</h3> -<p>A convention sometimes used in physics journals is to “collapse” a group of +<p/>A convention sometimes used in physics journals is to “collapse” a group of related citations into a single entry in the bibliography. BibTeX, by default, can’t cope with this arrangement, but the <i>mcite</i> package deals with the problem. -<p>The package overloads the <code>\</code><code>cite</code> command to recognise a +<p/>The package overloads the <code>\</code><code>cite</code> command to recognise a “<code>*</code>” at the start of a key, so that citations of the form <blockquote> <pre> @@ -26,10 +26,10 @@ Which will appear in the document as 3 citations “[4,7,11]” (say) — citation ‘4’ will refer to paper 0, ‘7’ will refer to a combined entry for paper 1 and paper 2, and ‘11’ will refer to paper 3. -<p>You need to make a small change to the bibliography style +<p/>You need to make a small change to the bibliography style (<code>.bst</code>) file you use; the <i>mcite</i> package documentation tells you how to do that. -<p>Unfortunately, the <i>revtex</i> system doesn’t play with +<p/>Unfortunately, the <i>revtex</i> system doesn’t play with <i>mcite</i>. As a result, for that (primarily physics-targeted system) you need to play silly games like: <blockquote> @@ -44,5 +44,5 @@ achieve the effects of <i>mcite</i>. <dt><tt><i>mcite.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mcite.zip">macros/latex/contrib/mcite</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mcite.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mcite/">browse</a>) <dt><tt><i>revtex bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/revtex.zip">macros/latex/contrib/revtex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/revtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/revtex/">browse</a>) </dl> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mcite">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mcite</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mcite">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mcite</a> </body> |