In my Master thesis i want to append a paper as an appendix to the thesis. I am writing in LateX in the "report" style. At the end of the thesis there are some code in Appendix A, and in Appendix B i want to add a paper, written in latex. How do i append the paper at the end, as a standalone paper, with its own bibliography etc?
+1
A:
Note very clean, but you could just compile the two files as PDF and the concatenate the them.
The MYYN
2010-05-27 10:20:49
That solves the problem :) thnx
matskn
2010-05-27 10:30:10
+3
A:
And the cleaner option consists of using pdfpages
. That way rebuilding your document doesn't require appending it again :). The other options aren't really necessary in your case I believe: they mainly concern selecting specific pages and changing the page layout to multiple pages per sheet.
Pieter
2010-05-27 11:24:40