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}
