<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [texhax] Reverse numbering Bibliography</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Thank you Phil for your reply.<BR>
<BR>
Your idea seems coincident with my initial thought. Thanks to the example at<BR>
<BR>
<A HREF="http://www.dcs.kcl.ac.uk/staff/mark/exe7.html">http://www.dcs.kcl.ac.uk/staff/mark/exe7.html</A><BR>
<BR>
I have found a quick (though not elegant) fix to this, so I post it here<BR>
<BR>
in case some one else might also be interested:<BR>
<BR>
Solution: Suppose the total number of references in myfile.bbl is 100, then<BR>
<BR>
===================================================<BR>
\newcounter{pointnumber}<BR>
\setcounter{pointnumber}{101}<BR>
\makeatletter<BR>
\renewcommand*{\@biblabel}[1]{[\thepointnumber \addtocounter{pointnumber}{-1}]}<BR>
\makeatother<BR>
\input{myfile.bbl}<BR>
====================================================<BR>
<BR>
The only disadvantage is that I need to supply the number 101 manually.<BR>
<BR>
Someone out there might have a better solution?<BR>
<BR>
Regards<BR>
<BR>
Sonny<BR>
<BR>
-----Original Message-----<BR>
From: Philip G. Ratcliffe [<A HREF="mailto:philip.ratcliffe@uninsubria.it">mailto:philip.ratcliffe@uninsubria.it</A>]<BR>
Sent: Tue 9/25/2007 9:41 PM<BR>
To: Duc Son Pham<BR>
Subject: RE: [texhax] Reverse numbering Bibliography<BR>
<BR>
&gt; I've been reading through the documentation at<BR>
&gt; <A HREF="http://www.tex.ac.uk">http://www.tex.ac.uk</A> and<BR>
&gt; trying a number of packages but so far have not yet found a<BR>
&gt; solution to<BR>
&gt; a , I believe, simple Latex/Bibtex problem.<BR>
&gt;<BR>
&gt; Any help would be much appreciated to the following question:<BR>
&gt; &quot;how could<BR>
&gt; I tell Bibtex to reverse the order of numbering in the bibilography<BR>
&gt; section?&quot;<BR>
&gt;<BR>
&gt; [snip]<BR>
<BR>
I don't know of any BibTeX styles that do this, but at a guess (i.e. I<BR>
haven't tried this), it should be possible to modify your favourite BibTeX<BR>
style file by changing the year it uses for ordering to, say 9999-year.<BR>
Sorry, I just haven't time to go into this further.<BR>
<BR>
Cheers,&nbsp; Phil<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>