RE: Independent columns?

2003-10-29 Thread Biggles
Thanks for all the answers! I'll check and see what the parallel package
can do.

Regards,
Biggles




RE: Independent columns?

2003-10-29 Thread Biggles
Thanks for all the answers! I'll check and see what the parallel package
can do.

Regards,
Biggles




RE: Independent columns?

2003-10-29 Thread Biggles
Thanks for all the answers! I'll check and see what the "parallel package"
can do.

Regards,
Biggles




Re: Independent columns?

2003-10-28 Thread Jose' Matos
On Tuesday 28 October 2003 13:56, Biggles wrote:
 Hello all,

 So, now my question: Is there any good method in Lyx that makes this
 possible? I have tried putting minipages into tables, but that was getting
 too complicated. A normal two column layout wouldn't work either I think,
 unless there is some command like columnbreak, which still would be very
 unpractical. And if there's no way to do this, also please let me know, as
 I might get it to do my way then.

  Maybe can help:
http://www.educat.hu-berlin.de/~voss/LaTeX/multicols/multicols.phtml

 Thanks a lot,

 Biggles

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Independent columns?

2003-10-28 Thread Andre Poenitz
On Tue, Oct 28, 2003 at 02:56:23PM +0100, Biggles wrote:
 So, now my question: Is there any good method in Lyx that makes this
 possible? I have tried putting minipages into tables, but that was
 getting too complicated. A normal two column layout wouldn't work
 either I think, unless there is some command like columnbreak, which
 still would be very unpractical. And if there's no way to do this,
 also please let me know, as I might get it to do my way then.

You could try a longtable (check the option on the main tabular
dialog), but I am fairly sure this is not the 'clean' solution.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Independent columns?

2003-10-28 Thread Herbert Voß
Biggles schrieb:

So, now my question: Is there any good method in Lyx that makes this
possible? I have tried putting minipages into tables, but that was getting
too complicated. A normal two column layout wouldn't work either I think,
unless there is some command like columnbreak, which still would be very
unpractical. And if there's no way to do this, also please let me know, as I
might get it to do my way then.
use package parallel.sty

http://www.dante.de/CTAN//help/Catalogue/entries/parallel.html

Herbert




Re: Independent columns?

2003-10-28 Thread William Adams
[This was sent to me but I think it was destined to the list - José Matos]
From: William Adams [EMAIL PROTECTED]  (ATLIS Graphics  Design)

Parallel.sty achieves something of this.

You'd be best served I suspect gathering together a group of people w/
similar needs and paying David Kastrup to finish up a LaTeX
package/output routine which he's begin developing for this sort of
thing---Bob Kerstetter is one person you could contact (check the TeX on
Mac OS X mailing list archives), and there are a couple of people who
posted to comp.text.tex a while back

William



Re: Independent columns?

2003-10-28 Thread Rich Shepard
On Tue, 28 Oct 2003, Jose' Matos wrote:

   Maybe can help:
 http://www.educat.hu-berlin.de/~voss/LaTeX/multicols/multicols.phtml

  I have a long table in my book that I set up using \being{multicols}{2}
and \end{multicols}. It results in 'newspaper' style columns where text
flows from the bottom of the left column to the top of the right column.

  Perhaps what you want is the 'block' style of columns, were a short phrase
on the left is matched with a longer text on the right column. What I've
done for this is to use the 'description' style. To keep together all the
text on the left side, use ctrl-space (a non-breaking space).

HTH,

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard#64;appl-ecosys.com
 http://www.appl-ecosys.com/


Re: Independent columns?

2003-10-28 Thread Jose' Matos
On Tuesday 28 October 2003 13:56, Biggles wrote:
 Hello all,

 So, now my question: Is there any good method in Lyx that makes this
 possible? I have tried putting minipages into tables, but that was getting
 too complicated. A normal two column layout wouldn't work either I think,
 unless there is some command like columnbreak, which still would be very
 unpractical. And if there's no way to do this, also please let me know, as
 I might get it to do my way then.

  Maybe can help:
http://www.educat.hu-berlin.de/~voss/LaTeX/multicols/multicols.phtml

 Thanks a lot,

 Biggles

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Independent columns?

2003-10-28 Thread Andre Poenitz
On Tue, Oct 28, 2003 at 02:56:23PM +0100, Biggles wrote:
 So, now my question: Is there any good method in Lyx that makes this
 possible? I have tried putting minipages into tables, but that was
 getting too complicated. A normal two column layout wouldn't work
 either I think, unless there is some command like columnbreak, which
 still would be very unpractical. And if there's no way to do this,
 also please let me know, as I might get it to do my way then.

You could try a longtable (check the option on the main tabular
dialog), but I am fairly sure this is not the 'clean' solution.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Independent columns?

2003-10-28 Thread Herbert Voß
Biggles schrieb:

So, now my question: Is there any good method in Lyx that makes this
possible? I have tried putting minipages into tables, but that was getting
too complicated. A normal two column layout wouldn't work either I think,
unless there is some command like columnbreak, which still would be very
unpractical. And if there's no way to do this, also please let me know, as I
might get it to do my way then.
use package parallel.sty

http://www.dante.de/CTAN//help/Catalogue/entries/parallel.html

Herbert




Re: Independent columns?

2003-10-28 Thread William Adams
[This was sent to me but I think it was destined to the list - José Matos]
From: William Adams [EMAIL PROTECTED]  (ATLIS Graphics  Design)

Parallel.sty achieves something of this.

You'd be best served I suspect gathering together a group of people w/
similar needs and paying David Kastrup to finish up a LaTeX
package/output routine which he's begin developing for this sort of
thing---Bob Kerstetter is one person you could contact (check the TeX on
Mac OS X mailing list archives), and there are a couple of people who
posted to comp.text.tex a while back

William



Re: Independent columns?

2003-10-28 Thread Rich Shepard
On Tue, 28 Oct 2003, Jose' Matos wrote:

   Maybe can help:
 http://www.educat.hu-berlin.de/~voss/LaTeX/multicols/multicols.phtml

  I have a long table in my book that I set up using \being{multicols}{2}
and \end{multicols}. It results in 'newspaper' style columns where text
flows from the bottom of the left column to the top of the right column.

  Perhaps what you want is the 'block' style of columns, were a short phrase
on the left is matched with a longer text on the right column. What I've
done for this is to use the 'description' style. To keep together all the
text on the left side, use ctrl-space (a non-breaking space).

HTH,

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard#64;appl-ecosys.com
 http://www.appl-ecosys.com/


Re: Independent columns?

2003-10-28 Thread Jose' Matos
On Tuesday 28 October 2003 13:56, Biggles wrote:
> Hello all,
>
> So, now my question: Is there any good method in Lyx that makes this
> possible? I have tried putting minipages into tables, but that was getting
> too complicated. A normal two column layout wouldn't work either I think,
> unless there is some command like columnbreak, which still would be very
> unpractical. And if there's no way to do this, also please let me know, as
> I might get it to do my way then.

  Maybe can help:
http://www.educat.hu-berlin.de/~voss/LaTeX/multicols/multicols.phtml

> Thanks a lot,
>
> Biggles

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Independent columns?

2003-10-28 Thread Andre Poenitz
On Tue, Oct 28, 2003 at 02:56:23PM +0100, Biggles wrote:
> So, now my question: Is there any good method in Lyx that makes this
> possible? I have tried putting minipages into tables, but that was
> getting too complicated. A normal two column layout wouldn't work
> either I think, unless there is some command like columnbreak, which
> still would be very unpractical. And if there's no way to do this,
> also please let me know, as I might get it to do my way then.

You could try a "longtable" (check the option on the main tabular
dialog), but I am fairly sure this is not the 'clean' solution.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Independent columns?

2003-10-28 Thread Herbert Voß
Biggles schrieb:

So, now my question: Is there any good method in Lyx that makes this
possible? I have tried putting minipages into tables, but that was getting
too complicated. A normal two column layout wouldn't work either I think,
unless there is some command like columnbreak, which still would be very
unpractical. And if there's no way to do this, also please let me know, as I
might get it to do my way then.
use package parallel.sty

http://www.dante.de/CTAN//help/Catalogue/entries/parallel.html

Herbert




Re: Independent columns?

2003-10-28 Thread William Adams
[This was sent to me but I think it was destined to the list - José Matos]
From: William Adams <[EMAIL PROTECTED]>  (ATLIS Graphics & Design)

Parallel.sty achieves something of this.

You'd be best served I suspect gathering together a group of people w/
similar needs and paying David Kastrup to finish up a LaTeX
package/output routine which he's begin developing for this sort of
thing---Bob Kerstetter is one person you could contact (check the TeX on
Mac OS X mailing list archives), and there are a couple of people who
posted to comp.text.tex a while back

William



Re: Independent columns?

2003-10-28 Thread Rich Shepard
On Tue, 28 Oct 2003, Jose' Matos wrote:

>   Maybe can help:
> http://www.educat.hu-berlin.de/~voss/LaTeX/multicols/multicols.phtml

  I have a long "table" in my book that I set up using \being{multicols}{2}
and \end{multicols}. It results in 'newspaper' style columns where text
flows from the bottom of the left column to the top of the right column.

  Perhaps what you want is the 'block' style of columns, were a short phrase
on the left is matched with a longer text on the right column. What I've
done for this is to use the 'description' style. To keep together all the
text on the left side, use ctrl-space (a non-breaking space).

HTH,

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepardappl-ecosys.com
 http://www.appl-ecosys.com/