Am Samstag, 28. Mai 2005 20:52 schrieb Michael Ranft:
> Am Samstag, 28. Mai 2005 20:15 schrieb Juergen Spitzmueller:
> > Michael Ranft wrote:
> > > i'm using the book format (twoside).
> > > now i have one image which is large and i want it to cover to pages in
> > > landscape format, with a minimal margin in the middle.
> > > so i split the image (second proberty �sheet) with the x/y-values.
> > > the faqs-solution "Facing floats on 2-page spread" �works fine.
> > > but i always get the same margin i use the pages before.
> > > i tried it with hspace (which works well with text) while making the
> > > figure not floating ([h]-option) and uncounted other methods. i read
> > > little about the renewcommand, but i have no clue to make this work.
> >
> > I am not sure I got you right. You are using the dpfloat package and you
> > want the two facing floats to have narrower inner margins than the rest
> > of the text?
> >
> > If yes, you can try the following: use KOMA book instead of book and
> > enclose the picture in the addmargin* environment, e.g.:
> >
> >
> > ---figure float #1 -----------
> >   \begin{leftfullpage}
> >  \begin{addmargin*}[-3em]{0em}
> >     <left side figure>
> >  \end{addmargin*}
> >   \end{leftfullpage}
> > -------------------------------
> >
> > ---figure float #2 -----------
> > \begin{figure}[p]
> >   \begin{fullpage}
> >   \begin{addmargin*}[-3em]{0em}
> >     <right side figure>
> >   \end{addmargin*}
> >   \end{fullpage}
> > \end{figure}
> > -------------------------------
> >
> > The addmargin* environment is defined as
> > \begin{addmargin*}[inner margin difference]{outer margin difference}
> >
> > HTH,
> > J�rgen
>
> thanks for your time. i use the koma-book ...
> it looks almost perfect, maybe i have something left out or else: the right
> side is close to the middle, but the left one stays at the same place and
> does not go to the middle. so this is what i used:
>
> \begin{figure}[p]
>  \begin{leftfullpage}
>   \begin{addmargin*}[-9em]{0em}
>    \includegraphics[bb=0bp 0bp 1065bp 1221bp, clip, scale=0.4]
> {Bilder/alt_Konzept_gesamt.eps}
>   \end{addmargin*}
>  \end{leftfullpage}
> \end{figure}
> \begin{figure}[p]
>  \begin{fullpage}
>   \begin{addmargin*}[-9em]{0em}
>    \includegraphics[bb=1065bp 0bp 2131bp 1221bp, clip, scale=0.4]
> {Bilder/alt_Konzept_gesamt.eps}
>   \end{addmargin*}
>  \end{fullpage}
> \end{figure}
>
> you have an idea ?
>
> thanks,
> michael
i  swapped the values of the first addmargin to 
\begin{addmargin*}[0em]{7em}
this works perfectly for me.

thanks, J�rgen

michael
-- 
GnuPG public key ID: 80EC2A3C on wwwkeys.de.pgp.net

Reply via email to