Re: insert tabular

2002-07-23 Thread John Levon
On Tue, Jul 23, 2002 at 09:17:26AM +0200, Juergen Vigna wrote: > As much as I know we don't have a really easy way to mark a column or > row have we? if you have a longtabular with a lot of rows it's _very_ > cumbersome to mark all of it to just have a column setting changed. We need spreadsheet

Re: insert tabular

2002-07-23 Thread Juergen Vigna
John Levon wrote: > On Fri, Jul 19, 2002 at 03:27:37PM +0200, Jean-Marc Lasgouttes wrote: > > >>"template/default.table". This file would be read at startup to create >>a table object that can be clone()'d when creating a new table. > > > And then we can remove that silly TabularCreate dialog

Re: insert tabular

2002-07-22 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: > Concerning having a finite list of possible defaults, this should be > added to the 'tabular create' dialog. Yes! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Mitterstrich

Re: insert tabular

2002-07-22 Thread Juergen Vigna
Edwin Leuven wrote: > Take alignment. Suppose I have a selection and I want to align right > > if I am in a multicolumn cell or have multicolumn cells in the selection > -> align multicolumn cell(s) right > > in I have selected a column > -> align column right > As much as I know we don't ha

Re: insert tabular

2002-07-19 Thread Andre Poenitz
On Fri, Jul 19, 2002 at 02:59:17PM +0200, Herbert Voss wrote: > I heard that this is already there (since ancient time ... ) Where exactly? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: insert tabular

2002-07-19 Thread Andre Poenitz
On Fri, Jul 19, 2002 at 03:58:44PM +0300, Dekel Tsur wrote: > I suggest not creating any lines by default. Fine with me. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: insert tabular

2002-07-19 Thread Edwin Leuven
> Select the whole tabular and do "Unset borders" that will remove all > borders around all cells! I think an empty table is better. But in the mean time you didn't answer my question: where can I disable it in the code? Thanks, Ed.

Re: insert tabular

2002-07-19 Thread Edwin Leuven
> A button 'Delete _all_ lines' would be nice indeed (not jsut the lines > around a given cell) why not just a clean table? while I am asking (jurgen?) at the moment I find the tabular dialog inconvenient with the separate tabs for cells and columns with basically identical options. Wouldn't

Re: insert tabular

2002-07-19 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Jul 19, 2002 at 02:37:39PM +0200, Edwin Leuven wrote: >> > You mean the extra horizontal border after the first line? >> >> No I mean *all* lines. I don't want them. First of all I don't like >> vertical lines in tables un

Re: insert tabular

2002-07-19 Thread Juergen Vigna
Andre Poenitz wrote: > On Fri, Jul 19, 2002 at 02:37:39PM +0200, Edwin Leuven wrote: > >>>You mean the extra horizontal border after the first line? >> >>No I mean *all* lines. I don't want them. First of all I don't like vertical >>lines in tables unless they really serve a purpose and usually

Re: insert tabular

2002-07-19 Thread Herbert Voss
Andre Poenitz wrote: > On Fri, Jul 19, 2002 at 02:37:39PM +0200, Edwin Leuven wrote: > >>>You mean the extra horizontal border after the first line? >>> >>No I mean *all* lines. I don't want them. First of all I don't like vertical >>lines in tables unless they really serve a purpose and usual

Re: insert tabular

2002-07-19 Thread Dekel Tsur
On Fri, Jul 19, 2002 at 02:54:19PM +0200, Andre Poenitz wrote: > On Fri, Jul 19, 2002 at 02:37:39PM +0200, Edwin Leuven wrote: > > > You mean the extra horizontal border after the first line? > > > > No I mean *all* lines. I don't want them. First of all I don't like vertical > > lines in table

Re: insert tabular

2002-07-19 Thread Andre Poenitz
On Fri, Jul 19, 2002 at 02:37:39PM +0200, Edwin Leuven wrote: > > You mean the extra horizontal border after the first line? > > No I mean *all* lines. I don't want them. First of all I don't like vertical > lines in tables unless they really serve a purpose and usually they don't. > And why w

Re: insert tabular

2002-07-19 Thread Edwin Leuven
> You mean the extra horizontal border after the first line? No I mean *all* lines. I don't want them. First of all I don't like vertical lines in tables unless they really serve a purpose and usually they don't. And why would I want a horizontal line after every row? So I want a clean table

Re: insert tabular

2002-07-19 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> I guess this is a question for Jurgen... Where in the code can Edwin> I disable the borders that a new tabular automatically gets? I Edwin> have been "unsetting" them for the last couple of years for Edwin> every table I have used.