I have a document that uses symbols both from the marvosym package as well as the eurosym package. There are two commands that clash and I get an error message (due to \newcommand being used and leading to the error Command \EUR already defined.).
What is the appropriate way to patch a package? What I have done - in the meantime - was to modify the marvosym.sty file and to place it in the document directory.

\newcommand, do you? Anyhow, I can load both packages without any conflict. And both of them are old (eurosym is from 1998, marvosym from 2006). What version are yours? – Harald Hanche-Olsen Nov 12 '10 at 19:39marvosym.styuses\newcommand, buteurosym.styuses\defto define\EUR. I had loaded marvosym first, so I never saw the conflict. – Harald Hanche-Olsen Nov 12 '10 at 20:44