<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Multiple bibliographies in LaTeX</title>
	<atom:link href="http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/</link>
	<description>Airpower and British society, 1908-1941</description>
	<lastBuildDate>Sat, 20 Mar 2010 15:05:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-104988</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Tue, 05 May 2009 05:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-104988</guid>
		<description>Peter, I addressed that in an &lt;a href=&quot;http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-35674&quot; rel=&quot;nofollow&quot;&gt;earlier comment&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Peter, I addressed that in an <a href="http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-35674" rel="nofollow">earlier comment</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-104709</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Wed, 29 Apr 2009 19:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-104709</guid>
		<description>ummm...
it&#039;s all very well 
how to do thia dn that and what not
but can come one please explain where to place what files?!?</description>
		<content:encoded><![CDATA[<p>ummm&#8230;<br />
it&#8217;s all very well<br />
how to do thia dn that and what not<br />
but can come one please explain where to place what files?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-95883</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Mon, 26 Jan 2009 07:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-95883</guid>
		<description>If I understand this correctly, you&#039;re using both the normal bibliography and a multibib bibliography (called publi). uschold97 is in the first one and dutot07 is in the second. I suspect that when you compile with bibtex, you are just doing it the normal way and so it is not compiling the publi bibliography. But with multibib you need to do bibtex on each bibliography. E.g., from the command line you would need to run &#039;bibtex publi&#039; as well.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>If I understand this correctly, you&#8217;re using both the normal bibliography and a multibib bibliography (called publi). uschold97 is in the first one and dutot07 is in the second. I suspect that when you compile with bibtex, you are just doing it the normal way and so it is not compiling the publi bibliography. But with multibib you need to do bibtex on each bibliography. E.g., from the command line you would need to run &#8216;bibtex publi&#8217; as well.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahem</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-95845</link>
		<dc:creator>Fahem</dc:creator>
		<pubDate>Sun, 25 Jan 2009 10:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-95845</guid>
		<description>Hi, i have a problem with multibib. This my sample:

\documentclass{article}
\usepackage{multibib}

\newcites{publi}{Publications}

\begin{document}
blalalalalal  \cite{uschold96}
blalalalallala \citepubli{dutot07}.

\bibliographystyle{plain}
\bibliography{These}

\renewcommand{\refname}{Publications}
\bibliographystylepubli{plain}
\bibliographypubli{These}

\end{document}

But only the first reference (uschold96) appears. The compilator can&#039;t find the second citation. i d&#039;ont konw why. 
Than you for your help!</description>
		<content:encoded><![CDATA[<p>Hi, i have a problem with multibib. This my sample:</p>
<p>\documentclass{article}<br />
\usepackage{multibib}</p>
<p>\newcites{publi}{Publications}</p>
<p>\begin{document}<br />
blalalalalal  \cite{uschold96}<br />
blalalalallala \citepubli{dutot07}.</p>
<p>\bibliographystyle{plain}<br />
\bibliography{These}</p>
<p>\renewcommand{\refname}{Publications}<br />
\bibliographystylepubli{plain}<br />
\bibliographypubli{These}</p>
<p>\end{document}</p>
<p>But only the first reference (uschold96) appears. The compilator can&#8217;t find the second citation. i d&#8217;ont konw why.<br />
Than you for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-83723</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Sun, 07 Sep 2008 07:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-83723</guid>
		<description>OK, there&#039;s a few problems here.

1. &#039;bibtex: command not found&#039; tells me that bibtex is not in your path (i.e a list of directories that it searches for commands). On my system bibtex is in /usr/texbin, and it seems to have been set up automatically when I installed &lt;a href=&quot;http://www.tug.org/mactex/&quot; rel=&quot;nofollow&quot;&gt;MacTeX&lt;/a&gt; -- it will depend on what distribution you are using. If you&#039;re using MacTeX too, you could always type /usr/texbin/bibtex instead of just bibtex.

2. You wouldn&#039;t use &#039;bibtex workingpaper.tex&#039; because bibtex can&#039;t understand the tex file. Instead, you&#039;d do &#039;bibtex workingpaper.aux&#039; or, even easier, just &#039;bibtex workingpaper&#039;.

3. Finally, with natbib, you don&#039;t actually use the name of the document (as you would normally do with bibtex), but the name of the different bibliographies. I.e., the names you have used in the \newcites command. So in my example in this post, I have 

\newcites{pri}{Primary sources}
\newcites{sec}{Secondary sources}

So I would then do &#039;bibtex pri&#039; and &#039;bibtex sec&#039;, and not use the filename at all.

Good luck ...</description>
		<content:encoded><![CDATA[<p>OK, there&#8217;s a few problems here.</p>
<p>1. &#8216;bibtex: command not found&#8217; tells me that bibtex is not in your path (i.e a list of directories that it searches for commands). On my system bibtex is in /usr/texbin, and it seems to have been set up automatically when I installed <a href="http://www.tug.org/mactex/" rel="nofollow">MacTeX</a> &#8212; it will depend on what distribution you are using. If you&#8217;re using MacTeX too, you could always type /usr/texbin/bibtex instead of just bibtex.</p>
<p>2. You wouldn&#8217;t use &#8216;bibtex workingpaper.tex&#8217; because bibtex can&#8217;t understand the tex file. Instead, you&#8217;d do &#8216;bibtex workingpaper.aux&#8217; or, even easier, just &#8216;bibtex workingpaper&#8217;.</p>
<p>3. Finally, with natbib, you don&#8217;t actually use the name of the document (as you would normally do with bibtex), but the name of the different bibliographies. I.e., the names you have used in the \newcites command. So in my example in this post, I have </p>
<p>\newcites{pri}{Primary sources}<br />
\newcites{sec}{Secondary sources}</p>
<p>So I would then do &#8216;bibtex pri&#8217; and &#8216;bibtex sec&#8217;, and not use the filename at all.</p>
<p>Good luck &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ran2</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-83648</link>
		<dc:creator>ran2</dc:creator>
		<pubDate>Sat, 06 Sep 2008 22:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-83648</guid>
		<description>Hi there,  
i am sorry cause i got to digg this one out again, but unfortunately i am still stuck with the combination of texshop, natbib and multibib. 

What i understood is that texshop isnt just working from the getgo, just i like it usually does. i just don´t know how to manually run bibtex. 
if my file is called workingpaper.tex, shouldn´t i just open the MAC OS X terminal  got to that directory and type bibtex workingpaper.tex ?? if i do so i just get bibtex: command not found.

anyway the system is running, texshop compiles everything usually.
i also tried itexmac, but i couldn´t get it to typeset.

-&gt; the best way for me would be to keep texshop. I just need a little more help with the terminal running bibtex thing...</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
i am sorry cause i got to digg this one out again, but unfortunately i am still stuck with the combination of texshop, natbib and multibib. </p>
<p>What i understood is that texshop isnt just working from the getgo, just i like it usually does. i just don´t know how to manually run bibtex.<br />
if my file is called workingpaper.tex, shouldn´t i just open the MAC OS X terminal  got to that directory and type bibtex workingpaper.tex ?? if i do so i just get bibtex: command not found.</p>
<p>anyway the system is running, texshop compiles everything usually.<br />
i also tried itexmac, but i couldn´t get it to typeset.</p>
<p>-&gt; the best way for me would be to keep texshop. I just need a little more help with the terminal running bibtex thing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-69732</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Tue, 05 Feb 2008 11:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-69732</guid>
		<description>The short answer is that you can specify the path to your bst file directly, like this:

&lt;code&gt;
\bibliographystyle{/usr/local/texlive/2007/texmf-dist/bibtex/bib/qje.bst}
&lt;/code&gt;

I do something similar myself, as it happens. As for why the way you tried it didn&#039;t work, I think it&#039;s because LaTeX has these index files all over the place (named &quot;ls-R&quot;) and any file you add won&#039;t be listed in them it won&#039;t know where they are. There&#039;s a way to force a refresh of the index files, which I can&#039;t remember off the top of my head. But it&#039;s probably not a good idea to keep such 3rd-party files inside the LaTeX distribution tree anyway, it might get overwritten by an update or something. I just keep mine in a folder in my home directory and specify the path as above.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>The short answer is that you can specify the path to your bst file directly, like this:</p>
<p><code><br />
\bibliographystyle{/usr/local/texlive/2007/texmf-dist/bibtex/bib/qje.bst}<br />
</code></p>
<p>I do something similar myself, as it happens. As for why the way you tried it didn&#8217;t work, I think it&#8217;s because LaTeX has these index files all over the place (named &#8220;ls-R&#8221;) and any file you add won&#8217;t be listed in them it won&#8217;t know where they are. There&#8217;s a way to force a refresh of the index files, which I can&#8217;t remember off the top of my head. But it&#8217;s probably not a good idea to keep such 3rd-party files inside the LaTeX distribution tree anyway, it might get overwritten by an update or something. I just keep mine in a folder in my home directory and specify the path as above.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pas</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-69668</link>
		<dc:creator>pas</dc:creator>
		<pubDate>Mon, 04 Feb 2008 11:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-69668</guid>
		<description>Hi all,

Very helpful comments so far! But I have one additional question: I&#039;m using MacTex with BibDeskt and TextMate. After a long search through the web I found a .bst file according to my needs (The Quarterly Journal of Economics) but do not know where to store that file. I found (all?) pre-installed .bst files in &quot;/usr/local/texlive/2007/texmf-dist/bibtex/bib/&quot; so I droped the qje.bst in the same folder (under &quot;economics&quot; but also tried &quot;harvard&quot;).

I followed the instruction from the .bst file and therefore included the following lines:

\usepackage[square]{harvard} \bibliographystyle{qje}
\newcounter{forroman}
\usepackage{ulem}
\newcommand{\asroman}[1]{
\setcounter{forroman}{#1}
\Roman{forroman}
 }

Now, TextMate does tell me that it cannot find the qje.bst. So, how do I make it to find the correct qje.bst?

Hoping anyone of you has already done that trick and can help me out!

Thanks a lot!

pas</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Very helpful comments so far! But I have one additional question: I&#8217;m using MacTex with BibDeskt and TextMate. After a long search through the web I found a .bst file according to my needs (The Quarterly Journal of Economics) but do not know where to store that file. I found (all?) pre-installed .bst files in &#8220;/usr/local/texlive/2007/texmf-dist/bibtex/bib/&#8221; so I droped the qje.bst in the same folder (under &#8220;economics&#8221; but also tried &#8220;harvard&#8221;).</p>
<p>I followed the instruction from the .bst file and therefore included the following lines:</p>
<p>\usepackage[square]{harvard} \bibliographystyle{qje}<br />
\newcounter{forroman}<br />
\usepackage{ulem}<br />
\newcommand{\asroman}[1]{<br />
\setcounter{forroman}{#1}<br />
\Roman{forroman}<br />
 }</p>
<p>Now, TextMate does tell me that it cannot find the qje.bst. So, how do I make it to find the correct qje.bst?</p>
<p>Hoping anyone of you has already done that trick and can help me out!</p>
<p>Thanks a lot!</p>
<p>pas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matjan</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-39601</link>
		<dc:creator>matjan</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-39601</guid>
		<description>As a follow-up, I managed to get done what I wanted using the chapterbib package. I followed the guide located here:
http://swp.yngve.com/packages/chapterbib.txt
I thought it might interest you. Especially, point 5 helped me a lot. I now get a separate list of references in my appendices using apacite. Only thing is, that if you use a reference in the appendix (e.g. in a paper) that is not used in the &#039;root&#039; document, then that reference will also show up in the &#039;root&#039; references list. Not 100% perfect, but I think it is ok now.</description>
		<content:encoded><![CDATA[<p>As a follow-up, I managed to get done what I wanted using the chapterbib package. I followed the guide located here:<br />
<a href="http://swp.yngve.com/packages/chapterbib.txt" rel="nofollow">http://swp.yngve.com/packages/chapterbib.txt</a><br />
I thought it might interest you. Especially, point 5 helped me a lot. I now get a separate list of references in my appendices using apacite. Only thing is, that if you use a reference in the appendix (e.g. in a paper) that is not used in the &#8216;root&#8217; document, then that reference will also show up in the &#8216;root&#8217; references list. Not 100% perfect, but I think it is ok now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Holman</title>
		<link>http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/comment-page-1/#comment-39456</link>
		<dc:creator>Brett Holman</dc:creator>
		<pubDate>Mon, 26 Feb 2007 10:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://airminded.org/2006/02/25/multiple-bibliographies-in-latex/#comment-39456</guid>
		<description>I find the same behaviour, unfortunately. I can only suggest you try one of the other multiple bibliography packages like bibtopic, multibbl or splitbib -- but I&#039;ve never tried any of them so can&#039;t give you any advice after that!</description>
		<content:encoded><![CDATA[<p>I find the same behaviour, unfortunately. I can only suggest you try one of the other multiple bibliography packages like bibtopic, multibbl or splitbib &#8212; but I&#8217;ve never tried any of them so can&#8217;t give you any advice after that!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
