On Tue, 9 May 2006, Taco Hoekwater wrote:
Aditya Mahajan wrote:
Thanks. For my present project I need short month names, and the deadline is tomorrow. So, I will stick to the manual solution at the moment.
There should be no need for manual fixes, just do this:
\unprotect \def\insertmonth#1#2#3% {\bibdoifelse{\@@pb@month}% {#1\doifnumberelse{\@@pb@month}% {\@EA\doconvertshortmonth\@EA{\@@pb@month}}% {\@@pb@month}#2}{#3}} \protect \def\doconvertshortmonth#1% {\ifcase#1\or % adjust names as you like jan\or feb\or mar\or apr\or may\or jun\or jul\or aug\or sep\or oct\or nov\or dec\else !!!\fi }
Thanks, \def\doconvertshortmonth#1% {\ifcase#1\or % adjust names as you like Jan.\or Feb.\or Mar.\or Apr.\or May\or June\or July\or Aug.\or Sep.\or Oct.\or Nov.\or Dec.\else !!!\fi } gives me exactly what I want. Aditya -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008