Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Figures and tables on left page, text on right page

30 views
Skip to first unread message

Jasper

unread,
Jun 17, 2003, 11:32:40 AM6/17/03
to
Hi,

I have a layout problem in LateX. In my report I would like to put the
figures and tables on the left page, while text is displayed on the right
page.

Does anybody know how to accomplish this?

Best regards,
Jasper.


Ralf Stubner

unread,
Jun 17, 2003, 12:02:51 PM6/17/03
to
"Jasper" <j.vand...@student.utwente.nl> writes:

> I have a layout problem in LateX. In my report I would like to put the
> figures and tables on the left page, while text is displayed on the right
> page.

The dpfloat package might help.

cheerio
ralf

Jasper

unread,
Jun 18, 2003, 4:59:16 AM6/18/03
to
I looked at the dpfloat package, but it is not quite what I mean. I would
like to have a "oneside document" for the text and put occasionaly some
figures on the opposing (left) page.

So, the dpfloat probably won't work for that case.

Jasper.


"Ralf Stubner" <ralf.s...@physik.uni-erlangen.de> schreef in bericht
news:lzfzm87...@tfkp12.physik.uni-erlangen.de...

Ralf Stubner

unread,
Jun 18, 2003, 9:46:50 AM6/18/03
to
"Jasper" <j.vand...@student.utwente.nl> writes:

> I looked at the dpfloat package, but it is not quite what I mean. I would
> like to have a "oneside document" for the text and put occasionaly some
> figures on the opposing (left) page.
>
> So, the dpfloat probably won't work for that case.

Now I understand what you are after (wasn't clear from your original
message). However, I don't know of any automatic way to produce such a
document. I probalby would do it by hand with something like pstops or
pdfpages.

cheerio
ralf

PS: Please trim your quotes and don't top post. Thanks.

Romano Giannetti

unread,
Jun 18, 2003, 12:38:13 PM6/18/03
to
In comp.text.tex, Ralf Stubner wrote:

> "Jasper" <j.vand...@student.utwente.nl> writes:
>
>> I looked at the dpfloat package, but it is not quite what I mean. I would
>> like to have a "oneside document" for the text and put occasionaly some
>> figures on the opposing (left) page.
>>
>> So, the dpfloat probably won't work for that case.
>
> Now I understand what you are after (wasn't clear from your original
> message). However, I don't know of any automatic way to produce such a
> document. I probalby would do it by hand with something like pstops or
> pdfpages.

You can force a blank page every other one with the following code (I tested
it!). Now, if you put in \thing what you want you can put material on the
left pages. It needs some more thinking, but I suppose it can works... (you
have to "clear" \thing afterward, take care of header, etc etc...
maybe use a box...)

Hope this helps, Romano

...

\usepackage{afterpage}

\newcommand{\thing}{\relax}
\newcommand{\blankpage}{
\null
\vfill
\thing
\vfill
\thispagestyle{empty}
\addtocounter{page}{-1}
\afterpage{\afterpage{\blankpage}}
\eject
}

\begin{document}

\afterpage{\blankpage}

...

--
Romano Giannetti - Univ. Pontificia Comillas (Madrid, Spain)

0 new messages