[texhax] Is it possible to place picture on the left side on every pages while table on the right side continues
Uwe Lück
uwe.lueck at web.de
Wed May 10 21:52:03 CEST 2006
There is an even uglier solution, maybe even simpler as well:
\addtocounter{page}{1} at the bottom of the longtable
(or in some cell that surely is on the second table page),
put the picture into a separate file with appropriate
\setcounter{page}{...}, and put the picture print-out
between the pages of the other print-out.
If I remember correctly, someone has told me that
he uses fancyhdr to manipulate page numbers
more generally in order to get a parallel.sty-like
translation, one language on the left pages, the
other on the right pages.
Cheers,
Uwe.
At 22:14 06.05.06, tom sgouros wrote:
>Here's a way to do this that is kind of ugly, but it's simple and it
>works. Essentially it involves lying to TeX and claiming that various
>features have zero length. The picture is attached to the longtable
>header, and isn't really part of the table cell, so a table that uses
>\hlines won't know not to put them over the blueprint. You can fidget
>with the various lengths to get it the way you like.
>
>Perhaps others will have a more stylish solution.
>
> -tom
>
>
>\documentclass[landscape]{article}
>\usepackage{longtable}
>
>\newcommand{\pichere}{\framebox{use includegraphics here%
> \rule{0pt}{1in}}}
>\newcommand{\placepic}{\hbox to 0pt{\hbox to 2in{\hfill
> \raisebox{-160pt}[0pt][0pt]{\pichere}\hfill}}}
>
>\begin{document}
>\begin{longtable}{|p{2in}|p{2in}|}
>\hline
>\placepic\textbf{Picture} & \textbf{Text} \\
>\endhead
>\hline
>\endfoot
> & Here is a lot of text. Here is a lot of text. Here is a lot of text.
> Here is a lot of text. Here is a lot of text. Here is a lot of text. Here
> is a lot of text. Here is a lot of text. Here is a lot of text. Here is a
> lot of text. Here is a lot of text. Here is a lot of text. Here is a lot
> of text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. \\
> & Second column \\
> & Second column \\
> & Second column \\
> & Second column \\
> & Second column \\
> & Second column \\
> & Here is a lot of text. Here is a lot of text. Here is a lot of text.
> Here is a lot of text. Here is a lot of text. Here is a lot of text. Here
> is a lot of text. Here is a lot of text. Here is a lot of text. Here is a
> lot of text. Here is a lot of text. Here is a lot of text. Here is a lot
> of text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. Here is a lot of text. Here is a lot of
> text. Here is a lot of text. \\
>\end{longtable}
>
>\end{document}
>
>
>
>
>--
> ------------------------
> tomfool at as220 dot org
> http://sgouros.com
> http://whatcheer.net
>_______________________________________________
>TeX FAQ: http://www.tex.ac.uk/faq
>Mailing list archives: http://tug.org/pipermail/texhax/
>More links: http://tug.org/begin.html
>
>Automated subscription management: http://tug.org/mailman/listinfo/texhax
>Human mailing list managers: postmaster at tug.org
More information about the texhax
mailing list