<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Natbib: Multiple reference citation</title>
	<atom:link href="http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/feed/" rel="self" type="application/rss+xml" />
	<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/</link>
	<description>Reporting without troubles</description>
	<lastBuildDate>Sun, 25 Oct 2009 15:55:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kezz</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-2352</link>
		<dc:creator>kezz</dc:creator>
		<pubDate>Wed, 05 Aug 2009 15:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-2352</guid>
		<description>Thanks very much for this!</description>
		<content:encoded><![CDATA[<p>Thanks very much for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-2273</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Fri, 17 Apr 2009 06:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-2273</guid>
		<description>Thanks Thurnherr!! That helped.</description>
		<content:encoded><![CDATA[<p>Thanks Thurnherr!! That helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohail</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-1667</link>
		<dc:creator>sohail</dc:creator>
		<pubDate>Tue, 15 Jul 2008 10:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-1667</guid>
		<description>Using natbib, for a single citation with page number and the text see e.g. I do
 
\citep[see e.g.][p.394]{efron1993ib}
 
and it generates 
 
(see e.g. Efron and Tibshirani, 1993, p.394)
 
but I am unable to do the same for the multiple citation with page numbers and the text see e.g. like

(see e.g. Efron and Tibshirani, 1993, p.107; Chernick, 1999, p.84)</description>
		<content:encoded><![CDATA[<p>Using natbib, for a single citation with page number and the text see e.g. I do</p>
<p>\citep[see e.g.][p.394]{efron1993ib}</p>
<p>and it generates </p>
<p>(see e.g. Efron and Tibshirani, 1993, p.394)</p>
<p>but I am unable to do the same for the multiple citation with page numbers and the text see e.g. like</p>
<p>(see e.g. Efron and Tibshirani, 1993, p.107; Chernick, 1999, p.84)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eivind Uggedal</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-1643</link>
		<dc:creator>Eivind Uggedal</dc:creator>
		<pubDate>Thu, 19 Jun 2008 10:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-1643</guid>
		<description>satsuma: In my own thesis class I have to following to cite two sources with pages:

&lt;code&gt;
% Double page citation
\newcommand{\citedouble}[4]{%
  (\citealp[#1]{#2}; \citealp[#3]{#4})%
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>satsuma: In my own thesis class I have to following to cite two sources with pages:</p>
<p><code><br />
% Double page citation<br />
\newcommand{\citedouble}[4]{%<br />
  (\citealp[#1]{#2}; \citealp[#3]{#4})%<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-1619</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Mon, 26 May 2008 08:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-1619</guid>
		<description>Thanks a lot buddy.. How to use &quot;square brackets&quot; in natbib trick worked....</description>
		<content:encoded><![CDATA[<p>Thanks a lot buddy.. How to use &#8220;square brackets&#8221; in natbib trick worked&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-1616</link>
		<dc:creator>k</dc:creator>
		<pubDate>Fri, 23 May 2008 18:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-1616</guid>
		<description>I had to spend an hour with Google to find this one trivial command:
\nocite{key}
which puts a citation in your \bibliography, without showing up in the actual text (good for abstracts)</description>
		<content:encoded><![CDATA[<p>I had to spend an hour with Google to find this one trivial command:<br />
\nocite{key}<br />
which puts a citation in your \bibliography, without showing up in the actual text (good for abstracts)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louic</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-1501</link>
		<dc:creator>Louic</dc:creator>
		<pubDate>Wed, 16 Apr 2008 12:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-1501</guid>
		<description>Thanks for your website, it&#039;s very informative.

I needed to download hypernat.sty and use
\usepackage{hypernat}
to get the &quot;sort&amp;compress&quot; to work.

Apparently there is a conflict between hyperref and natbib, which is solved by using hypernat.

Happy TeX&#039;ing</description>
		<content:encoded><![CDATA[<p>Thanks for your website, it&#8217;s very informative.</p>
<p>I needed to download hypernat.sty and use<br />
\usepackage{hypernat}<br />
to get the &#8220;sort&amp;compress&#8221; to work.</p>
<p>Apparently there is a conflict between hyperref and natbib, which is solved by using hypernat.</p>
<p>Happy TeX&#8217;ing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satsuma</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-1428</link>
		<dc:creator>satsuma</dc:creator>
		<pubDate>Thu, 27 Mar 2008 19:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-1428</guid>
		<description>The problem with \citenum problem is that the version of natbib that came with LaTex is an old version from 2003. The new one I downloaded is from 2007.</description>
		<content:encoded><![CDATA[<p>The problem with \citenum problem is that the version of natbib that came with LaTex is an old version from 2003. The new one I downloaded is from 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satsuma</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-1427</link>
		<dc:creator>satsuma</dc:creator>
		<pubDate>Thu, 27 Mar 2008 18:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-1427</guid>
		<description>For some reason in my environment the natbib didn&#039;t seem to have a command \citenum. All I got was an undefined control sequence error. But when I downloaded the natbib.sty and included in the directory where my tex files are, it is working.

Thanks for sharing that work-around.</description>
		<content:encoded><![CDATA[<p>For some reason in my environment the natbib didn&#8217;t seem to have a command \citenum. All I got was an undefined control sequence error. But when I downloaded the natbib.sty and included in the directory where my tex files are, it is working.</p>
<p>Thanks for sharing that work-around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thurnherr</title>
		<link>http://texblog.wordpress.com/2008/03/17/natbib-multiple-reference-citation/#comment-1423</link>
		<dc:creator>thurnherr</dc:creator>
		<pubDate>Wed, 26 Mar 2008 20:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/?p=50#comment-1423</guid>
		<description>Hi!

You are right, natbib cannot do it. But you can define your own citation-command as a work-around:

\newcommand{\mycite}[4]{[\citenum{#1}, #2; \citenum{#3}, #4]}

And now you can have multiple citations with page numbers as follows:

\mycite{bla91}{p. 15}{bla99}{p. 181}</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>You are right, natbib cannot do it. But you can define your own citation-command as a work-around:</p>
<p>\newcommand{\mycite}[4]{[\citenum{#1}, #2; \citenum{#3}, #4]}</p>
<p>And now you can have multiple citations with page numbers as follows:</p>
<p>\mycite{bla91}{p. 15}{bla99}{p. 181}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
