Jeremy C. Reed wrote:
> But I am still trying to figure out how to tell it where each column
> starts. My problem is that my text (three columns) is centered on the
> middle of the page. I want it to be placed so the left column starts a
> left border of paper and goes until about 3.5 inches; then the middle
> column starting at 3.6" and ends at about 7.25"; and then the final
> column begins there and ends at the right edge of the paper. (Currently,
> it appears that I have two-inch margins; I only want .15" margins.)
there are several possibilities:
> I have done some searches for doing brochures with latex and have found
> several similar questions to mine, but only one solution: create three
> separate 3-2/3" x 8-1/2" pages and use dvidvi to merge together.
this is one of them. same is possible with psresize.
you also can insert three minipages like:
\begin{minipage}{3 inch}
--- left coloumn text ---
\end{minipage}%
\hspace{0,1 inch}\begin{minipage}{3.65 inch}
--- middle coloumn text ---
\end{minipage}%
\hspace{0.1cm}\begin{minipage}{3 inch}
--- right coloumn text ---
\end{minipage}
the commands in tex (red)
Herbert
--
http://www.lyx.org/help/