Home > Archive > Tex > August 2005 > including another tex/dvi/ps file
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
including another tex/dvi/ps file
|
|
| 1ricola@gmail.com 2005-08-26, 7:02 pm |
| hope someone can help me.. i'm stuck.
i would like to include another article as an appendix of a thesis, but
don't know how.. the thing is that i would like to have all style
properties of the external article intact. is it possible to somehow
change the documentclass of a latex file halfway through??
i also thought about just including the ps file, but although i've seen
lots of examples on how to include graphics from small eps files, i
haven't come across anything describing how to include an entire
ps-document. is this possible? i tried messing around with psmerge also
but that didn't really work.
any advice appreciated
| |
| Peter Wilson 2005-08-27, 7:00 pm |
|
<1ricola@gmail.com> wrote in message
news:1125069392.161751.106900@g44g2000cwa.googlegroups.com...
> hope someone can help me.. i'm stuck.
>
> i would like to include another article as an appendix of a thesis, but
> don't know how.. the thing is that i would like to have all style
> properties of the external article intact. is it possible to somehow
> change the documentclass of a latex file halfway through??
>
> i also thought about just including the ps file, but although i've seen
> lots of examples on how to include graphics from small eps files, i
> haven't come across anything describing how to include an entire
> ps-document. is this possible? i tried messing around with psmerge also
> but that didn't really work.
>
Try the combine package
Peter W.
| |
| Laurence Finston 2005-08-30, 7:04 pm |
| On Fri, 26 Aug 2005, 1ricola@gmail.com wrote:
> i also thought about just including the ps file, but although i've seen
> lots of examples on how to include graphics from small eps files, i
> haven't come across anything describing how to include an entire
> ps-document. is this possible? i tried messing around with psmerge also
> but that didn't really work.
You could use dviconcat to append the second dvi file to the first, or
a2ps to do the same thing with the PostScript files.
Laurence Finston
|
|
|
|
|