As a rule of thumb, I aim to make my latex compilations complete without errors or warnings. I've come to accept some underful badboxes as unavoidable though :(
I'm trying to change over to biblatex, as evidence by several of my other posts.
With a rather stripped down code I am given this warning message, when I compile:
Package biblatex Warning: Macro 'institution+location+date' already defined.
(biblatex) Using \renewbibmacro.
But don't really know what it means or how to sort it.
I can provide more info in necessary, but it could get rather cumbersome.
I am using a custom .cls file, partially handed down to me and partially modified by me. It's based on the book class. I have searched for the word "institution" in it (not as whole word only), with no success.
So if someone has some knowledge of this and how I might resolve the warning then please let me know. If you need some more info then hopefully I can help there too.
EDIT: I'm also using the chem-rsc biblatex package option.
EDIT: The following would appear to be a VERY minimal working example of the bug/feature/eccentricity:
\documentclass{book}
\usepackage[style=chem-rsc]{biblatex}
\begin{document}
\end{document}
biblatex-chemis missing. – Marco Daniel Sep 25 '11 at 13:43chem-rscstyle because it had been placed in my user area instead of the main package repository. I'd be happy to try and report this bug myself, but you found and identified it, perhaps you would like to do the honours? else I'll have a go. Cheers. – aghsmith Sep 25 '11 at 13:57biblatexdoes not issue a 'hard' error for\renew..., unlike the kernel, so these things are a bit harder to pick up. I've altered the appropriate lines, and CTAN will be updated shortly. – Joseph Wright Sep 25 '11 at 17:35