LyX ⇒ Alter Column Widths in Lyx
-
- Posts: 2
- Joined: Wed Oct 08, 2008 5:00 pm
Alter Column Widths in Lyx
I would like to create a two-column document in Lyx and adjust the width/separation of the columns (left, right, etc.). I don't really care how I do it as long as it works.
I have tried:
Documents/Settings/Text Layout/Two Column Document - Tick
But there seems to be no facility for altering the column width/separation.
I have also tried inserting using a TeX code box with:
\begin{multicols}{2}
\setlength{\columnsep}{.25in}
and then at the end
\end{multicols}{2}
It all works without errors, except that adjusting the value for the column separation has no effect on the column separation. Does anyone have any ideas, please? Just when I was falling in love with Lyx too...
Thanks
Mark
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Alter Column Widths in Lyx
you were on the right way. After choosing twocolumn layout in the document settings just write that \setlength line into the document preamble, also in document settings. This should be enough.
Stefan
-
- Posts: 2
- Joined: Wed Oct 08, 2008 5:00 pm
Re: Alter Column Widths in Lyx
Thanks very much indeed! That works like a dream!

Now I can continue singing Lyx's praises!
All the best
Mark