GeneralHow to incorporate an article into the chapter?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
anoushp
Posts: 6
Joined: Fri Nov 13, 2009 3:41 pm

How to incorporate an article into the chapter?

Post by anoushp »

Hello,

I have encountered the following problem in Latex and hopefully someone can help me out. I'm working on my thesis, which consists of different chapters (separate .tex files). In chapter appendix I would like to add the article I have exactly in the same format as it's been submitted to the journal, and this is different from the thesis format. My article is in .tex format (\documentstyle[11pt,epic]{article}) . However, I can't figure out how can I put that into my chapter, cause it's not recognizing article commands.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

How to incorporate an article into the chapter?

Post by gmedina »

Hi,

you could include a PDF version of the article, with the help of the pdfpages package.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
anoushp
Posts: 6
Joined: Fri Nov 13, 2009 3:41 pm

Re: How to incorporate an article into the chapter?

Post by anoushp »

Thanks for the idea, I would try that now :)
Post Reply