Document ClassesHow to insert a conference paper in a thesis appendix?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
User avatar
americo.cunhajr
Posts: 12
Joined: Wed Jul 15, 2009 7:51 pm

How to insert a conference paper in a thesis appendix?

Post by americo.cunhajr »

Hello there,

I need to insert a conference paper that I published in the appendix of my thesis, but the thesis and the paper use different LaTeX class files.
How can I insert this paper in the appendix respecting the formatting rules of the conference? I appreciate a lot if someone here can help me.

Thanks in advance.

Americo Cunha
Last edited by americo.cunhajr on Mon Dec 20, 2010 10:07 pm, edited 1 time in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

How to insert a conference paper in a thesis appendix?

Post by frabjous »

Can you simply typeset the conference paper as a separate document and then include it in the thesis with the pdfpages package? Or will that not work for some reason?
User avatar
americo.cunhajr
Posts: 12
Joined: Wed Jul 15, 2009 7:51 pm

Re: How to insert a conference paper in a thesis appendix?

Post by americo.cunhajr »

The 'pdfpages' package creates a sequence of empty pages in my document, once first I generate a .dvi file (all the figures of my thesis are in .eps format) than I use dvipdfm to create a .pdf file.

Is there any other solution?

Thanks.

Americo
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

How to insert a conference paper in a thesis appendix?

Post by frabjous »

You need to use pdflatex or xelatex for pdfpages; it won't work with latex + dvipdfm.

However, as of TeXlive 2010 or MikTeX 2.9, pdflatex now supports eps figures directly, as does xelatex (from even earlier). Earlier versions of pdflatex support them if you use the epstopdf package and compile with the -shell-escape or -enable-write18 flag.

Alternatively you could create separate PDFs of the thesis (using latex+dvipdfm or whatever) and the article, then simply use pdfpages to combine their outputs.
User avatar
americo.cunhajr
Posts: 12
Joined: Wed Jul 15, 2009 7:51 pm

Re: How to insert a conference paper in a thesis appendix?

Post by americo.cunhajr »

It worked, thanks a lot!
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How to insert a conference paper in a thesis appendix?

Post by localghost »

Now that the problem is solved, please be so kind and mark the topic (not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read before posting). You are not new to the forum so you should know that. Please keep that in mind for the future so that further reminders will not be necessary.


Thorsten
Post Reply