<?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/"
		>
<channel>
	<title>Comments on: Working with LaTeX: See all your citations</title>
	<atom:link href="http://sethholloway.com/blog/2009/07/09/working-with-latex-see-all-your-citations/feed/" rel="self" type="application/rss+xml" />
	<link>http://sethholloway.com/blog/2009/07/09/working-with-latex-see-all-your-citations/</link>
	<description>From the mind of Seth Holloway, to you</description>
	<lastBuildDate>Wed, 17 Feb 2010 19:34:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J.P.Knight</title>
		<link>http://sethholloway.com/blog/2009/07/09/working-with-latex-see-all-your-citations/comment-page-1/#comment-570</link>
		<dc:creator>J.P.Knight</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://sethholloway.com/blog/?p=821#comment-570</guid>
		<description>As an alternative to your SeeAllCitations.sh shell script, you can do it in LaTeX directly using a document like this:

\documentclass[a4paper,10pt]{book}
\usepackage{natbib}
\bibpunct{(}{)}{;}{a}{,}{,}
\begin{document}
\bibliographystyle{apalike}
\nocite{*}
\bibliography{fredbook}
\end{document}

Run it through the usual latex;bibtex;latex;latex process and bingo!  One DVI file that just contains all the citations from the named bibliography (fredbook.bib in the example above).</description>
		<content:encoded><![CDATA[<p>As an alternative to your SeeAllCitations.sh shell script, you can do it in LaTeX directly using a document like this:</p>
<p>\documentclass[a4paper,10pt]{book}<br />
\usepackage{natbib}<br />
\bibpunct{(}{)}{;}{a}{,}{,}<br />
\begin{document}<br />
\bibliographystyle{apalike}<br />
\nocite{*}<br />
\bibliography{fredbook}<br />
\end{document}</p>
<p>Run it through the usual latex;bibtex;latex;latex process and bingo!  One DVI file that just contains all the citations from the named bibliography (fredbook.bib in the example above).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
