I am trying to squish several journal papers together (using the combine document class) to provide the filling for my thesis sandwich. The papers make use of the siunitx package but causes an error.
A similar posting is here: Using the "combine" document class with the listings package from which I have adapted the folowing minimal working example:
\documentclass{combine}
\usepackage[load=named]{siunitx}
\begin{document}
\begin{papers}
\coltoctitle{Title}
\coltocauthor{Author}
\label{lbl}
\import{test}
\end{papers}
\end{document}
and in test.tex
\documentclass{article}
\begin{document}
Hello World
\end{document}
and I get the following error:
ERROR: LaTeX error: "kernel/command-already-defined" --- TeX said --- ! ! Control sequence \c_siunitx_textsf_tl already defined.
Can anyone help?
pdfpagespackage. If you want to merge them to build your thesis I would rather do this manually. – Martin Scharrer♦ Jan 23 '12 at 14:18pdfpagesbut wouldn't be able to reference equations and figures in the Discussion and Conclusion as easily, or add the papers' TOCs to the main thesis TOC – myles Jan 23 '12 at 14:21