Graphics, Figures & TablesBig picture on facing pages

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
perpernorbi
Posts: 2
Joined: Fri Sep 11, 2009 12:37 pm

Big picture on facing pages

Post by perpernorbi »

Hi all,

I would like to insert a big picture in my document. The picture is so big, that it needs two pages. I'd like to put it on facing pages, so after printing it would look like this:
SbookSam.jpg
SbookSam.jpg (48.48 KiB) Viewed 3068 times
How could i do it?
Thanks in advance and sry for my bad English.

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Big picture on facing pages

Post by localghost »

You have to split the image file into two parts and make sure that the partial images are put on facing pages.


Best regards and welcome to the board
Thorsten
perpernorbi
Posts: 2
Joined: Fri Sep 11, 2009 12:37 pm

Re: Big picture on facing pages

Post by perpernorbi »

Thank you for your answer.
My problem is that both pages have margins that break the picture. There will be a great gap between them. I'm creating a booklet and the two half of the picture should meet at the gutter. So I have to change the size of the margin but only on two pages. How to do this?
Thanks
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Big picture on facing pages

Post by localghost »

Getting the pictures closer to the inner margins is not as complicated as you might think. The epslatex document introduces the narrow environment which allows to locally extend the text width into the margins. The document classes from KOMA Script provide the similar addmargin environment.
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Big picture on facing pages

Post by frabjous »

The gmeometric package might also be used to change the margins only on given pages.
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Big picture on facing pages

Post by gmedina »

frabjous wrote:The gmeometric package might also be used to change the margins only on given pages.
That is true (apparently); however, my encounters with that package have been rather disappointing. To change the page layout in the middle of a document I really prefer the chngpage package.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply