<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Some TeX Developments &#187; achemso</title>
	<atom:link href="http://www.texdev.net/tag/achemso/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texdev.net</link>
	<description>Coding in the TeX world</description>
	<lastBuildDate>Tue, 27 Jul 2010 06:07:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>achemso: Cross-referencing to floats</title>
		<link>http://www.texdev.net/2010/01/16/achemso-cross-referencing-to-floats/</link>
		<comments>http://www.texdev.net/2010/01/16/achemso-cross-referencing-to-floats/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 09:55:49 +0000</pubDate>
		<dc:creator>Joseph Wright</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[achemso]]></category>
		<category><![CDATA[cleveref]]></category>

		<guid isPermaLink="false">http://www.texdev.net/?p=606</guid>
		<description><![CDATA[I&#8217;ve had a a few questions about the achemso bundle concerning creating references such as “Figures 1 to 3” automatically. The problem has been that I&#8217;ve been using the varioref package to turn \ref{some-fig} in “Figure 1” automatically, rather than having to put Figure~\ref{some-fig}. Unfortunately, varioref does not handle multiple references in an automated fashion. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a a few questions about the <a title="Support for American Chemical Society journal submissions" href="http://tug.ctan.org/pkg/achemso">achemso</a> bundle concerning creating references such as “Figures 1 to 3” automatically. The problem has been that I&#8217;ve been using the <a title="Intelligent page references" href="http://tug.ctan.org/pkg/varioref">varioref</a> package to turn <code>\ref{some-fig}</code> in “Figure 1” automatically, rather than having to put <code>Figure~\ref{some-fig}</code>. Unfortunately, varioref does not handle multiple references in an automated fashion.</p>
<p>For version 3.4 of achemso (which I&#8217;ve just sent to <a title="The Comprehensive TeX Archive Network" href="http://www.ctan.org/">CTAN</a>), I&#8217;ve switched to the <a title="Automatic cross-reference formatting" href="http://tug.ctan.org/pkg/cleveref">cleveref</a> package. This means that you can now write something like <code>\ref{fig-1,fig-2,fig-3}</code> and get “Figures 1 to 3” without further effort. I hope that this makes life much easier for users, although it does mean that there is another package required to use achemso. I think that this is the right balance: I&#8217;m sure users will let me know if I&#8217;ve got it wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texdev.net/2010/01/16/achemso-cross-referencing-to-floats/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>achemso and rsc: empty first entry in bibliography</title>
		<link>http://www.texdev.net/2009/10/31/achemso-and-rsc-empty-first-entry-in-bibliography/</link>
		<comments>http://www.texdev.net/2009/10/31/achemso-and-rsc-empty-first-entry-in-bibliography/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 09:07:18 +0000</pubDate>
		<dc:creator>Joseph Wright</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[achemso]]></category>
		<category><![CDATA[bibliography]]></category>
		<category><![CDATA[rsc]]></category>

		<guid isPermaLink="false">http://www.texdev.net/?p=528</guid>
		<description><![CDATA[I&#8217;ve had a few e-mails recently from users of my achemso and rsc packages, complaining that they get an empty first entry in the bibliography. Some of the users have noticed that it seems to be linked to the special control citation that both packages use. However, this is not a bug in either bundle, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a few e-mails recently from users of my <a title="Support for American Chemical Society journal submissions" href="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=achemso">achemso</a> and <a title="BibTeX styles for Royal Society of Chemistry and Wiley journals" href="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=rsc">rsc</a> packages, complaining that they get an empty first entry in the bibliography. Some of the users have noticed that it seems to be linked to the special control citation that both packages use. However, this is not a bug in either bundle, but is because the users have done a self-install of the packages.</p>
<p>In both cases, the LaTeX packages are designed to work with matching BibTeX styles. What tends to happen is people install the LaTeX stuff manually, but forget the BibTeX part. So the wrong .bst files get used by BibTeX, and odd results are seen. So my advice is, if you update anything by hand, make sure you install all of the update and not just some of it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texdev.net/2009/10/31/achemso-and-rsc-empty-first-entry-in-bibliography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supporting ACS submissions</title>
		<link>http://www.texdev.net/2009/07/29/supporting-acs-submissions/</link>
		<comments>http://www.texdev.net/2009/07/29/supporting-acs-submissions/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:29:25 +0000</pubDate>
		<dc:creator>Joseph Wright</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[achemso]]></category>

		<guid isPermaLink="false">http://www.texdev.net/?p=365</guid>
		<description><![CDATA[My achemso package has evolved over time to work quite well for submitting papers to the American Chemical Society (ACS). However, I still get feedback about issues with the submission system. A lot of this comes from the fact that I write the package without any direct input from the ACS. So any issues tend [...]]]></description>
			<content:encoded><![CDATA[<p>My <a title="Support for submissions to American Chemical Society journals" href="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=achemso">achemso</a> package has evolved over time to work quite well for submitting papers to the <a title="American Chemical Society" href="http://www.acs.org">American Chemical Society</a> (ACS). However, I still get feedback about issues with the submission system. A lot of this comes from the fact that I write the package without any direct input from the ACS. So any issues tend to be brought up by users. The ACS publish around 30 journals, each with its own rules, and I have to work out what each one wants! Not an easy task: I&#8217;ve submitted to a couple, and never as the lead author.  It&#8217;s a challenge, but I hope that I&#8217;m doing more good than harm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texdev.net/2009/07/29/supporting-acs-submissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
