Martina Schwarz van Doorn wrote:
> 
> Herbert wrote:
> >have you tried the geometry package?
> >
> >\geometry{left=1cm}
> 
> Thanks for your hint, Herbert. I can set page geometry quite well with
> that package. But the
> results are the same as if i do it by hand: The multicol enironment
> remains totally unaware of the extra space that it has, and the fancy
> header behaves strange too.
> 
> So, does anyone have a concrete solution to changing page geometry
> within the document in combination with the use of the multicol
> environment ?

You can choose the combination of geometry-package, minipage and
multicols. Here an example

\geometry{left=1cm,right=1cm,a4paper}
\begin{minipage}[t]{19cm}
\begin{multicols}{2}

.... bla bla bla ....

\end{multicols}
\end{minipage}


for an a4-paper the minipage can be up to 19cm, in fact of
the 1cm margin left and right. I tried this solution and it
works well .. ;-)

Herbert

-- 
[EMAIL PROTECTED]
http://www.perce.de

Reply via email to