this is a problem that it is difficult to produce a minimum worked example for as there are many other examples in my code that work perfectly and yet this one, that to me seems to be identical, is giving me problems - however, if it is absolutely necessary I will try to build an MWE.
Basically, I am including an image in the header of the first page of my document which is called by an absolute path (this is in my custom document class). In the main body of text of the ordinary document, I include another image (but not in a float environment as I am using the multicols package). This is really the only relevant code:
Code: Select all
\includegraphics[width=\columnwidth]{Picture of the month}
However, as well as showing up where this code appears, it also replaces the image in the header of the first page. I have other images throughout the document, but when I comment out the input for this one image everything works as it should, so it is obviously not a general problem.
Has anybody seen anything like this before or have any idea what is going on? Many thanks.