For my thesis I need to combine two articles into one document. I have looked at the combine package which looks perfect for this. However, when I try to typeset my document, I get a lot of errors:
Latex Error: ./main.tex:81 LaTeX Error: Command \c@minilofdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \c@minilotdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \c@partlofdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \c@partlotdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \c@sectlofdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \c@sectlotdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \mtc@savelofdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \mtc@restorelofdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \mtchideinmainlof already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \mtc@savelotdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \mtc@restorelotdepth already defined.
Latex Error: ./main.tex:81 LaTeX Error: Command \mtchideinmainlot already defined.
Latex Error: ./main.tex:81 Undefined control sequence.
Latex Error: ./main.tex:81 Undefined control sequence.
(main.tex is my first article. It makes similar complaints about my other article)
The undefined control sequence it complains about is \begin{document}.
Any thoughts on what I might be doing wrong?
\documentclass, the command\listfiles. This puts in the log the list of packages (and other files) used and their versions. Please post this list along with your MWE. – Boris Nov 26 '11 at 21:19