<?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: Reverse Enumerate In Latex</title>
	<atom:link href="http://evolution-systems.co.uk/2009/06/24/reverse-enumerate-in-latex-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk/2009/06/24/reverse-enumerate-in-latex-2/</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 04 Apr 2014 15:43:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: Neeru</title>
		<link>http://evolution-systems.co.uk/2009/06/24/reverse-enumerate-in-latex-2/#comment-6886</link>
		<dc:creator><![CDATA[Neeru]]></dc:creator>
		<pubDate>Thu, 29 Aug 2013 15:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=479#comment-6886</guid>
		<description><![CDATA[One downside to etenimum is that including the package reinterprets ALL your {enumerate}s, and if you&#039;ve given optional arguments like [(i)] to have it count in lower-case roman numerals, then {enumitem} will choke. There is a simpler (more elementary but not as sophisticated) workaround. Before you start the list, include the line  \newcounter{saveenum}Then end the first part of your list with  \setcounter{saveenum}{\value{enumi}}  \end{enumerate}and start the continuation of the list with  \begin{enumerate}  \setcounter{enumi}{\value{saveenum}}  \item This will restart your numbering where it left off, without having to use any packages or do global search-and-replaces.]]></description>
		<content:encoded><![CDATA[<p>One downside to etenimum is that including the package reinterprets ALL your {enumerate}s, and if you&#8217;ve given optional arguments like [(i)] to have it count in lower-case roman numerals, then {enumitem} will choke. There is a simpler (more elementary but not as sophisticated) workaround. Before you start the list, include the line  \newcounter{saveenum}Then end the first part of your list with  \setcounter{saveenum}{\value{enumi}}  \end{enumerate}and start the continuation of the list with  \begin{enumerate}  \setcounter{enumi}{\value{saveenum}}  \item This will restart your numbering where it left off, without having to use any packages or do global search-and-replaces.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
