I have to create two documents with the same content but different formats.
I was thinking to create two master documents with different headers and then use
\input{}
to call the content. But I am struggling with the caption positioning.In the first file, I need the figures to be incorporated in the text with the legend on the side and have the appendices at the end. And for the other one, I need to have all the figures together at the end of the document with the legends underneath followed by the appendices.
I was thinking to make the input file with the positioning information of the 1st document and try to find a way in the header of the 2nd document to say to ignore the positioning information.
Is it something possible? How?
And how can I specify that I should have the figures not completely at the end of the document but before the appendices?
Let me know if you need further information.
Thanks in advance for your help.
Tom