Graphics, Figures & TablesHow to include several .eps-pages in ps-latex?

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
johannesd
Posts: 1
Joined: Mon Feb 01, 2010 11:42 am

How to include several .eps-pages in ps-latex?

Post by johannesd »

Hi TeX'ers

Anyone tried to include several pages of .eps-files into their document?

What I would like is completely similar to what the usepackage "pdfpages" does (i.e. delete footer and header and include a full-page file over several pages), but with eps files instead.
All my other figures are made in .eps and I have some articles I want to include in my phd thesis. Hope someone can help :-)

I'm using the report documentclass.

KR
Johannes

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

alex
Posts: 32
Joined: Mon May 19, 2008 10:53 am

Re: How to include several .eps-pages in ps-latex?

Post by alex »

With the dvips output driver it is impossible to select individual pages of a multi-page Postscript file for inclusion. The reason is that the underlying PS special `psfile', used by package graphicx and other packages which derive from it, does not provide a `page' option. See the dvips manual section on the `psfile' special:

http://www.radicaleye.com/dvipsman/dvips.html#SEC32

Alexander
Post Reply