Re: Tabular file format (patch)

2000-12-28 Thread Albert Chin-A-Young
On Sat, Dec 23, 2000 at 10:36:09PM +0200, Dekel Tsur wrote: > In 1.1.6, a tabular is stored as follows > > [ snip ] > > This is makes the lyx file very large: we use about 250 bytes per cell (not > including the text of the cells), comparing to about 35 bytes per cell with > old tabular code. Th

Re: question: removing page numbering

2000-12-28 Thread Garst R. Reese
Dekel Tsur wrote: > > On Thu, Dec 28, 2000 at 03:04:05PM -0400, Garst R. Reese wrote: > > Truly, and in addition, I found that I had to put a pagebreak above each > > chapter to keep the previous page's text from being top to bottom > > justified, leaving big spaces between paragraphs. > > Garst

Re: question: removing page numbering

2000-12-28 Thread Dekel Tsur
On Thu, Dec 28, 2000 at 03:04:05PM -0400, Garst R. Reese wrote: > Truly, and in addition, I found that I had to put a pagebreak above each > chapter to keep the previous page's text from being top to bottom > justified, leaving big spaces between paragraphs. > Garst Doesn't \raggedbottom in the p

Re: question: removing page numbering

2000-12-28 Thread Garst R. Reese
Dekel Tsur wrote: > > On Thu, Dec 28, 2000 at 06:18:24PM +0100, Lars Gullik Bjønnes wrote: > > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | > > | \let\ps@plain\ps@empty > > > > that is tex not latex. > > Latex code: \usepackage{nopageno} > > > \thispagestyle{empty} is the one we want. > > In a

Re: Keyboard mapping not working in 1.1.6cvs

2000-12-28 Thread Dekel Tsur
On Thu, Dec 28, 2000 at 07:38:45PM +0100, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | On Thu, Dec 28, 2000 at 06:25:09PM +0100, Lars Gullik Bj=F8nnes wrote: > | > I can truly say that I am beginning to _really_ hate this key map > | > stuff. And this stuff shoul

Re: Keyboard mapping not working in 1.1.6cvs

2000-12-28 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Thu, Dec 28, 2000 at 06:25:09PM +0100, Lars Gullik Bjønnes wrote: | > I can truly say that I am beginning to _really_ hate this key map | > stuff. And this stuff shouldn't be part of LyX anyway... | > | > I am opting for removing this stuff soon, but I

Re: Keyboard mapping not working in 1.1.6cvs

2000-12-28 Thread Dekel Tsur
On Thu, Dec 28, 2000 at 06:25:09PM +0100, Lars Gullik Bj&resh;nnes wrote: > I can truly say that I am beginning to _really_ hate this key map > stuff. And this stuff shouldn't be part of LyX anyway... > > I am opting for removing this stuff soon, but I guess we have to fix > it for 1.1.6... > >

Re: Tabular file format (patch)

2000-12-28 Thread Dekel Tsur
On Thu, Dec 28, 2000 at 06:24:43PM +0100, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> It will breaks backward compatibility (i.e., new format files > Dekel> cannot be read by the current code). > > Are you sure? Do you mean that is a tag is mi

Re: Trivial typo.

2000-12-28 Thread John Levon
On 28 Dec 2000, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> p.s. did someone with CVS switch round the tooltips on the > John> xforms print dialog like Allan mentioned yet ? > > What's that? > > JMarc > cut and paste of allan's mail (sorry,

Re: Trivial typo.

2000-12-28 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> p.s. did someone with CVS switch round the tooltips on the John> xforms print dialog like Allan mentioned yet ? What's that? JMarc

Re: question: removing page numbering

2000-12-28 Thread Dekel Tsur
On Thu, Dec 28, 2000 at 06:18:24PM +0100, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > | > | \let\ps@plain\ps@empty > > that is tex not latex. Latex code: \usepackage{nopageno} > \thispagestyle{empty} is the one we want. In a book, you will need to put a \thispag

Re: Trivial typo.

2000-12-28 Thread John Levon
On 28 Dec 2000, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | Talking of which, I still vote for moving File->Insert file submenu into > | the View menu before 1.1.6. I think Dekel suggested this first ... > > and why from File to View and not to Insert? > sorry, t

Re: Keyboard mapping not working in 1.1.6cvs

2000-12-28 Thread Lars Gullik Bjønnes
Kornel Benko <[EMAIL PROTECTED]> writes: | Hi there, | I have a working kmap-file for 1.1.5, which is of little use in 1.1.6cvs | For instance the entry | \kmod : umlaut all | used for "a" gives I can truly say that I am beginning to _really_ hate this key map stuff. And this stuff shouldn

Re: Tabular file format (patch)

2000-12-28 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> It will breaks backward compatibility (i.e., new format files Dekel> cannot be read by the current code). Are you sure? Do you mean that is a tag is missing, it will not have a proper default value? >> Obviously, as is is used, Col

Re: Trivial typo.

2000-12-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> so did it get moved? Lars> and why from File to View and not to Insert? File>Insert got moved to Insert (I commited a few minutes ago). What File>was mentionned in the original message is that File>View Dvi got File>moved to

Re: question: removing page numbering

2000-12-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | in the preamble. | | Do we want to add this automatically when Lars> the empty pagestyle is selected ? Lars> perhaps. Or a nice thispagestyle inset. Or a paragraph-level pagestyle property. JMarc

Re: question: removing page numbering

2000-12-28 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Wed, Dec 27, 2000 at 02:16:27PM +0100, Jean-Marc Lasgouttes wrote: | > > "Marko" == Marko Ivancevic <[EMAIL PROTECTED]> writes: | > | > Marko> Hello, How can I remove the page numbering in a lyx document? | > | > In the document layout, set PageSt

Re: Trivial typo.

2000-12-28 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sat, 23 Dec 2000 [EMAIL PROTECTED] wrote: | | > since I don't have CVS access to that particular file. The "view | > dvi" instruction recently moved from the "file" menu to the new | > "view" menu, so splash.lyx should, in fact, be updated. Just one of

Re: Tabular file format (patch)

2000-12-28 Thread Dekel Tsur
On Thu, Dec 28, 2000 at 05:38:26PM +0100, Jean-Marc Lasgouttes wrote: > I agree that table format is much too verbose. > > Dekel> 1. The table/row/column/cell attributes should be written only > Dekel> if they differ from the default value (so instead of Dekel> multicolumn="0" alignment="8" ...>

Re: Patch: escaping << in literate document

2000-12-28 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> If you enter << when the font is typewriter (e.g. in lyx-code) Dekel> in a literate document, you will get an error when trying to Dekel> latex the file. The following patch fixes this problem by Dekel> putting {} between the < chars

Re: Tabular file format (patch)

2000-12-28 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Dekel> In 1.1.6, a tabular is stored as follows [...] Dekel> This is makes the lyx file very large: we use about 250 bytes Dekel> per cell (not including the text of the c

Re: Trivial typo.

2000-12-28 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Here is an attempt to change the menus. I also moved the math Dekel> panel into the Edit menu, and changed Insert-> "Math text" to Insert->"Math Formula" and "Math Display" to Insert-> Insert->"Display Formula" I applied the patch.

Re: Trivial typo.

2000-12-28 Thread Jean-Marc Lasgouttes
> "mike" == mike ressler <[EMAIL PROTECTED]> writes: mike> It's the right list, more or less, though I copied the lyx-devel mike> list since I don't have CVS access to that particular file. The mike> "view dvi" instruction recently moved from the "file" menu to mike> the new "view" menu, so s

Keyboard mapping not working in 1.1.6cvs

2000-12-28 Thread Kornel Benko
Hi there, I have a working kmap-file for 1.1.5, which is of little use in 1.1.6cvs For instance the entry \kmod : umlaut all used for "a" gives KeySym is colon[58] State is [1] action first set to [-1] meta_fake_bit is [0] action now set to [-1] Key [-1][S-colon] Workarea event: KEYBOARD

Re: I'm born!

2000-12-28 Thread Amir Karger
On Wed, Dec 27, 2000 at 12:09:48PM +0100, Juergen Vigna wrote: > > My name is Kai and I was born the 25.12.2000 at 04:40 in the hospital of > Bozen/Bolzano. Even if I was born over a month to early I'm feeling pretty > good and am happy to be able finally to see the world around me. Mazal tov!

Re: I'm born!

2000-12-28 Thread Asger K. Alstrup Nielsen
On Wed, 27 Dec 2000, Juergen Vigna wrote: > My name is Kai and I was born the 25.12.2000 at 04:40 in the hospital of > Bozen/Bolzano. Even if I was born over a month to early I'm feeling pretty > good and am happy to be able finally to see the world around me. Yieh! Welcome to the world! And c

Re: question: removing page numbering

2000-12-28 Thread Juergen Vigna
On 28-Dec-2000 Garst R. Reese wrote: > Allan Rae wrote: > >> Why not just use: >> \thispagestyle{empty} >> > I use thispagestyle so frequently that it really would be handy to have > it somewhere like insert special character. Most of time it is with > {empty} A \thispagestyle{XXX} ins