gus wrote:
> 
> Hello,
> 
> I need to print two columns,
> where each paragraph of the right column must be locked to
> a specific line in the left column -- a bit like margin notes,
> though in this case there is almost as much text in the right
> column as in the left.
> 
> I did try using margin notes (changing format in the preamble),
> but there are many pages to write, and I feel there must be a
> better solution.

did you try the multicol-package? 
\begin{multicols}{2}      <-- or more columns
... bla bla bla ...
\end{multicols}           <-- just behind your specific paragraph
\begin{multicols}{2}
.........
\end{multicols}

and so on


hope, this helps

Herbert

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

Reply via email to