I'm writing my thesis based on documentclass{report}. It uses my own style (some other information about it here), and everything works just fine.
Now, according to my University requirements, I should include ---as appendix--- in my dissertation the papers I wrote while doing it. These papers are also written in LaTeX, but they are written using the documentclass{IEEEtran}, which, of course, uses its own IEEE style depending if it is an article or conference proceedings.
My question is, can I used any of the packages mentioned here to include the code of my papers in my thesis? Is it going to be any problem with the hyperrref package or any other for that matter?