I'm having trouble using memoir and tkz-berge at the same time.
If I use:
\documentclass{article}
\usepackage{tkz-berge}
\begin{document}
Hello world
\end{document}
I can compile without a single error. If instead I use:
\documentclass{memoir}
\usepackage{tkz-berge}
\begin{document}
Hello world
\end{document}
I get 63 errors, all of them of the form Missing \endcsname inserted or Extra \endcsname.
I'm using TeX Live 2011 and memoir v3.6j. Thoughts?
UPDATE: I get similar errors if I load tikz rather than tkz-berge.
memoircompiles without errors in my system (TeX Live2011 (just updated) and samememoirversion as yours). Have you tried updating your system throughtlmgr? – Gonzalo Medina Oct 20 '11 at 2:11pgf) in your local texmf folder that is messing things up. Can you verify from the log that all the packages are being loaded from/usr/local/texlive/2011and not somewhere else? – Alan Munn Oct 20 '11 at 2:13\listfilesimmediately before your\begin{document}. You can update usingtlmgr update --self --all– cmhughes Oct 20 '11 at 2:36pgf,tikz, etc. Nothing. It turns out the culprit was an old copy ofcolorinside my localtexmftree. D'oh. Thanks! – apc Oct 20 '11 at 2:52