[Tugindia] designing title pages

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Sat Aug 23 20:41:58 CEST 2003


Sridhar M.A. schrieb:

>    >     Baburaj> figure | text 
>    >     Baburaj> -------------- 
>    >     Baburaj> text   | figure
>    > 
>    >     Baburaj> or is it already there?
>    > 
>    > pdfscreen doesn't have a function to do the above, but will add this.
>    > 
>    > Thanks for the idea about the new feature.
>    > 
> Cannot the same effect be obtained by using tabular environment with
> parbox option? Excuse me if I am out of depth here.

something like this

Herbert


\documentclass{article}
\usepackage{array}
\def\x{some nonsense text}
\parindent=0pt
\begin{document}
\rule{\linewidth}{1pt}

\begin{tabular}{b{0.49\linewidth}@{}b{0.49\linewidth}}
\rule{0pt}{0.45\textheight}%
	\centering\rule{0.3\textwidth}{0.2\textheight}% the image
   & \x\x\x\x\x\x \\
\rule{0pt}{0.45\textheight}%
     \x\x\x\x\x\x
   &	\centering\rule{0.3\textwidth}{0.2\textheight}% the image
\end{tabular}
\end{document}



More information about the tugindia mailing list