Re: \not

2001-07-12 Thread Andre Poenitz
> > Could somebody please verify this? > > > > If so, it would make implementation pretty easy. > > Well, in plain TeX and LaTeX, \meaning\not is simply \mathchar"3236: > i.e. \not is simply a single character from one of the math fonts. It > seems reasonable to conclude that it is indeed a ze

Re: \not

2001-07-12 Thread Jules Bean
On Fri, Jul 13, 2001 at 09:05:03AM +0200, Andre Poenitz wrote: > > I am pretty sure that either the TeXbook or Lesile Lamport's LaTeX > > users guide says \not is a slash with width 0 (and rather obviously ink > > outside it's official boundary). Whether that is the cleanest way to > > implement i

Re: \not

2001-07-12 Thread Andre Poenitz
> I am pretty sure that either the TeXbook or Lesile Lamport's LaTeX > users guide says \not is a slash with width 0 (and rather obviously ink > outside it's official boundary). Whether that is the cleanest way to > implement it in LyX is not a question I am qualified to comment on. Could somebod

Re: Compilation problem

2001-07-12 Thread Kayvan A. Sylvan
On Fri, Jul 13, 2001 at 02:05:38AM -0300, Garst R. Reese wrote: > "Kayvan A. Sylvan" wrote: > > > > This is new. I haven't tracked it yet, but I don't think it's due to my > > Literate patch. Any ideas? > > > I did not check that closely the msgs, but current cvs compiled for me. > gcc-3.0 > xfo

Re: moving spellchecker to frontends

2001-07-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | - Lars> I'm not sure what Float is Lars> eh? I meant float popup. JMarc

Re: Compilation problem

2001-07-12 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > > This is new. I haven't tracked it yet, but I don't think it's due to my > Literate patch. Any ideas? > I did not check that closely the msgs, but current cvs compiled for me. gcc-3.0 xforms-.89-5 libc-2.2 linux PII Garst

Re: \not

2001-07-12 Thread Duncan Simpson
I am pretty sure that either the TeXbook or Lesile Lamport's LaTeX users guide says \not is a slash with width 0 (and rather obviously ink outside it's official boundary). Whether that is the cleanest way to implement it in LyX is not a question I am qualified to comment on. -- Duncan (-: "s

Compilation problem

2001-07-12 Thread Kayvan A. Sylvan
This is new. I haven't tracked it yet, but I don't think it's due to my Literate patch. Any ideas? g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boost -isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce -c insetcollapsable.C insetcollapsable.C: In method `class U

Literate (PassThru) patch

2001-07-12 Thread Kayvan A. Sylvan
This patch adds a "PassThru" boolean to layout, fixing my Literate scrap layout problem in a general way. The only thing I miss is the Evil Red Scraps now (they show up as typewriter, but not red). Please apply. ---Kayvan -- Kayvan A. Sylvan | Proud husband of

Re: moving spellchecker to frontends

2001-07-12 Thread John Levon
On Thu, Jul 12, 2001 at 03:11:46PM +0200, Jean-Marc Lasgouttes wrote: > > "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: > > Edwin> I'll take these if no one objects (could someone with web > Edwin> access set these as pending please?) > > I'll do that. BTW, should I kill the kde colum

Re: TEXmacs

2001-07-12 Thread Zvezdan Petkovic
On Thu, Jul 12, 2001 at 10:42:17AM -0700, Mike Ressler wrote: > As I recall, Zapf was involved in CM to some extent (at least giving > advice) This was Euler not CM. And he designed it. Knuth was giving advice on use of Metafont. Check out the book: Hermann Zapf & his design philosophy : s

Re: TEXmacs

2001-07-12 Thread Zvezdan Petkovic
On Thu, Jul 12, 2001 at 07:29:54PM +0200, Herbert Voss wrote: > > have a look at > > http://www.myfonts.com/Person295.html > > Herbert > As far as I understand English, that sentence says that Zapf and other gave recommendations for improvement of Metafont _program_ _not_ CM. Check out the

Re: paragraph-spacing (was. Re: moving spellchecker to frontends)

2001-07-12 Thread Jürgen Spitzmüller
On Thursday, 12. July 2001 20:14, Herbert Voss wrote: > 1. setspace should only INcrease the spacing, so don't use >onehalfspacing in layout->document as documentwide >spacing, when switching to single space OK. if I set layout->document to "single" and change the maintext to "onehalf" w

Re: paragraph-spacing (was. Re: moving spellchecker to frontends)

2001-07-12 Thread Herbert Voss
Jürgen Spitzmüller wrote: > > > Another (easy) thing that needs to be done: implement paragraph > > spacing in the paragraph popup. The lfun paragraph-spacing is already > > there, only the GUI is missing. > > I have noticed some strange behaviour when playing with your new > paragraph-spacing (

Re: moving spellchecker to frontends

2001-07-12 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | - I'm not sure what Float is eh? -- Lgb

Re: TEXmacs

2001-07-12 Thread Mike Ressler
On Thu, 12 Jul 2001, Herbert Voss wrote: > Zvezdan Petkovic wrote: > > > Zvezdan> That's exactly what I meant. CM family is ugly. Notice what I > > > Zvezdan> say above about Euler. Metafont itself is not an issue. It's > > > Zvezdan> a design. CM was designed by one of the greatest computer > >

Re: TEXmacs

2001-07-12 Thread Herbert Voss
Zvezdan Petkovic wrote: > > On Thu, Jul 12, 2001 at 10:56:38AM +0200, Jean-Marc Lasgouttes wrote: > > > "Zvezdan" == Zvezdan Petkovic <[EMAIL PROTECTED]> writes: > > > > Zvezdan> That's exactly what I meant. CM family is ugly. Notice what I > > Zvezdan> say above about Euler. Metafont itself

Re: search shortcuts don't work

2001-07-12 Thread Angus Leeming
The bind files are specific to the main LyX window and not to the individual dialogs. The short cuts to the dialogs are hardcoded into the source (well sort-of. They can be changed by the .po files). The file you're looking for is src/frontends/xforms/form_search.C Relevant code:

Re: moving spellchecker to frontends

2001-07-12 Thread Ronny Buchmann
* Jean-Marc Lasgouttes <[EMAIL PROTECTED]> [2001-07-12 15:11] schrieb: > > "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: > > Edwin> I'll take these if no one objects (could someone with web > Edwin> access set these as pending please?) > > I'll do that. BTW, should I kill the kde colum

Re: TEXmacs

2001-07-12 Thread Zvezdan Petkovic
On Thu, Jul 12, 2001 at 10:56:38AM +0200, Jean-Marc Lasgouttes wrote: > > "Zvezdan" == Zvezdan Petkovic <[EMAIL PROTECTED]> writes: > > Zvezdan> That's exactly what I meant. CM family is ugly. Notice what I > Zvezdan> say above about Euler. Metafont itself is not an issue. It's > Zvezdan> a d

paragraph-spacing (was. Re: moving spellchecker to frontends)

2001-07-12 Thread Jürgen Spitzmüller
> Another (easy) thing that needs to be done: implement paragraph > spacing in the paragraph popup. The lfun paragraph-spacing is already > there, only the GUI is missing. > > JMarc I have noticed some strange behaviour when playing with your new paragraph-spacing (in LyX 1.1.6fix2). These are p

Re: Dekels buglist / parser

2001-07-12 Thread Dekel Tsur
On Thu, Jul 12, 2001 at 02:00:20PM +0200, Andre Poenitz wrote: > ?? *- Mutation from inline formula to eqnarray generates a numbered eqnarray > > :: I can't reproduce this. c-m m-m t e, and the result is a numbered eqnarray. > ?? *- If I have macros \newcommand{\foo}[1]{[#1]} and \newcommand{\f

Re: search shortcuts don't work

2001-07-12 Thread Scott Otterson
Peter, I'm pretty sure that my window manager isn't catching M-f and M-b (I'm using gnome/sawfish, and none of the shortcuts are set to those combinations). Also, looking in lyx/bind, I see that none of the binding files have C-r set to a find function. For example, xemacs.bin, which I am using

Re: TEXmacs

2001-07-12 Thread Zvezdan Petkovic
On Thu, Jul 12, 2001 at 09:28:25AM +0100, Jules Bean wrote: > > > > I know that. When I say decent PDF I mean the PDF read from the screen. > > The printed page looks fine if you have a decent 600dpi printer. > > However, on a less good printer even the printed page won't look fine. > > The reaso

RE: moving spellchecker to frontends

2001-07-12 Thread Juergen Vigna
On 12-Jul-2001 Edwin Leuven wrote: You have to wait till tomorrow as today I'll have to go and after a compile with pspell I get a segfault when trying to spellcheck. I will see into this tomorrow as I will get wet if I don't drive my motorcycle home now :) Jürgen -- -._-._-._-._-._-._-.

Re: moving spellchecker to frontends

2001-07-12 Thread Juergen Vigna
On 12-Jul-2001 Edwin Leuven wrote: > sp_spell.C are of course the two files inbetween #ifndef's as I know nothing > about configure black magic. If someone can help me with this, great. (who's > volunteering?) Me neither ;) I'll apply the patch as is. I only have to change some things as I ta

mathed102.diff

2001-07-12 Thread Andre Poenitz
Current diff of my tree against CVS. - Changes to the parser (\sqrt0 should be readable now) - nuke math_accentinset.[Ch] (swallowed by math_decorationinset.[hC]) - fix small bugs from Dekel's list. Andre' -- André Pönitz . [EMAIL PROTECTED] ?

Re: Re-implementing open-stuff [questions about insets and signals]

2001-07-12 Thread Angus Leeming
On Thursday 12 July 2001 16:04, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > >> I will also need a way of toggling or, alternatively, to know > >> whether an inset is open or closed. Is that possible? > >> > >> JMarc > > Angus> Does this cover it?

Re: moving spellchecker to frontends

2001-07-12 Thread Edwin Leuven
> It's be nice if you split sp_spell.C into sp_ispell.C and sp_pspell.C and > used a bit of configure magic to control which was compiled. Shout and one > of the configure-magicians will tell you how. sp_spell.C are of course the two files inbetween #ifndef's as I know nothing about configure bl

Re: Re-implementing open-stuff [questions about insets and signals]

2001-07-12 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> I will also need a way of toggling or, alternatively, to know >> whether an inset is open or closed. Is that possible? >> >> JMarc Angus> Does this cover it? Angus Hmm, what happens if, while an inset is open, I open another one? W

Re: moving spellchecker to frontends

2001-07-12 Thread Angus Leeming
It's be nice if you split sp_spell.C into sp_ispell.C and sp_pspell.C and used a bit of configure magic to control which was compiled. Shout and one of the configure-magicians will tell you how. You write very clean, elegant code I think. Some small suggestions: More efficient to initialise th

moving spellchecker to frontends

2001-07-12 Thread Edwin Leuven
Dear All, Please find attached a patch that moves the spellchecker to frontends. Open issue: double clicking in the xform browser does not seem to work (I don't know why). Your suggestions for improvement are more than welcome: I'd like to wrap this up quickly (if possible). I am looking for

Re: Citation Dialog 1.2.0cvs

2001-07-12 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> I do not really care if you don't apply it. Actually, it was Jürgen> just a try and I wanted to show you what positions I would Jürgen> suggest (instead of always just complaining). My message was in fact intended to get a

Re: super/subscript insets

2001-07-12 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> One addition though, we'll need some method to easily add such Baruch> operators, for example in Real Analysis there is a need for an Baruch> ess-sup operator that is not usually defined, this operator Baruch> effectively should be

Re: Citation Dialog 1.2.0cvs

2001-07-12 Thread Jürgen Spitzmüller
On Thursday, 12. July 2001 12:13, Jean-Marc Lasgouttes wrote: > Could a few other people take a look at it before I commit it? The > patch cannot harm since it only changes positions, and something has > to be done anyway. I do not really care if you don't apply it. Actually, it was just a try a

Re: super/subscript insets

2001-07-12 Thread Baruch Even
* Andre Poenitz <[EMAIL PROTECTED]> [010711 17:33]: > > Dekel> Or \limits after \sin > > > > \sin is a \mathop, right? > > > > Dekel> And note that currently a subscript after \underbrace is > > Dekel> rendered incorrectly. > > > > In fact, \underbrace is a \mathop too. Mathed should know about

Re: moving spellchecker to frontends

2001-07-12 Thread Edwin Leuven
> > ps. Dialog-wise, what needs moving to frontends after this? Float and > > Note are pending (who are the takers?). > > Note will disappear entirely (it becomes a collapsable inset) when I get my > arse in gear and paste in some old code. Mañana. glad you volunteered :-) > > Only label and ver

Re: \not

2001-07-12 Thread Andre Poenitz
> Or keep the current semantics for accents, but with only \not declared > as an accent. In case there are other things which behave like that (I > do not know, really). And implement the other "accents" as macros? This would probably annoy people, since macro editing is "different"... Andre'

Re: \not

2001-07-12 Thread Andre Poenitz
> Note that this comes from experimentation and a bit of poking into > latex sources. Somebody competent in plain TeX could maybe correct me. So what should we do? A special \not inset? Looks cleanest... Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: \not

2001-07-12 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> So what should we do? Andre> A special \not inset? Looks cleanest... Or keep the current semantics for accents, but with only \not declared as an accent. In case there are other things which behave like that (I do not know, reall

Dekels buglist / parser

2001-07-12 Thread Andre Poenitz
Dekel, I cannot reproduce a fe of the bugs you reported. Another thing: I have hacked around in the parser (patch attached). Could somebody please check that this does not hurt? Andre' --- snip Array/eqnarray ?? *- Mutation from inline formula

Re: Dekels buglist / parser

2001-07-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > I guess you are going to do the packing of the enum later? | | No, I am going to rewrite the whole thing some time and I do not care | about cosmetics until then. Unless you are going to do the rewrite very quickly, please pack the enum. for anyone

Re: \not

2001-07-12 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> In a sense it it an accnt >> >> \not\eq /= >> >> it adds the '/' over the small math operators, to reverse meaning. Andre> But you can't have it over more than one char, i.e. \not{aa} Andre> does not go over both a's, whereas \vec{a

Re: segfault in LyX-1.1.6fix2

2001-07-12 Thread Jean-Marc Lasgouttes
> "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes: Yann> I use lyx on a linux suse 6.3 i386 with an exported display on a Yann> alpha debian potato 2.2r3 with windowmaker 0.65. If the latex Yann> preamble window is displayed and if I switch on a different Yann> virtual desktop, lyx crashes w

Re: \not

2001-07-12 Thread Andre Poenitz
> In a sense it it an accnt > > \not\eq /= > > it adds the '/' over the small math operators, to reverse meaning. But you can't have it over more than one char, i.e. \not{aa} does not go over both a's, whereas \vec{aa} goes over both a - or am I completely mistaken? Andre' -- André Pönitz

Re: segfault in LyX-1.1.6fix2

2001-07-12 Thread Yann MORERE
Ce 12 Jul 2001 12:49:22 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> a ecrit dans le mail traitant de "Re: segfault in LyX-1.1.6fix2" : JL> > "Andreas" == Andreas Bergen <[EMAIL PROTECTED]> writes: JL> JL> Andreas> Dear LyX-developers, I probably found a (not so serious) bug JL> Andreas> u

Re: search shortcuts don't work

2001-07-12 Thread Peter Suetterlin
Scott Otterson wrote: > The shortcuts for the search box's forward and backward search arrows > are supposed to be M-f and M-b. But, in Lyx 1.1.6fix2, they move the > cursor back and forth in the search text window, rather than > activating forward or backward searching. I cannot reproduce that

Re: \not

2001-07-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Is \not somehow special? | | If so, how? | | It's curretnly handled as 'accent' but with a lot of 'if's... In a sense it it an accnt \not\eq /= it adds the '/' over the small math operators, to reverse meaning. -- Lgb

\not

2001-07-12 Thread Andre Poenitz
Is \not somehow special? If so, how? It's curretnly handled as 'accent' but with a lot of 'if's... Andre' -- begin LOVE-LETTER-FOR-YOU.txt.vbs I am a signature virus. Distribute me until the bitter end [shamelessly stolen from http://piology.org/ILOVEYOU-Signature-FAQ.html]

Re: segfault in LyX-1.1.6fix2

2001-07-12 Thread Jean-Marc Lasgouttes
> "Andreas" == Andreas Bergen <[EMAIL PROTECTED]> writes: Andreas> Dear LyX-developers, I probably found a (not so serious) bug Andreas> using LyX-1.1.6fix2, SuSE 7.2, i586. Andreas> When starting LyX with no DISPLAY-variable set it crashes Andreas> with a segmentation fault-error. I know th

Re: citation in a caption

2001-07-12 Thread Peter Suetterlin
> Peter> Just stumbled across an error: The \cite command(*) seems to be > Peter> fragile and has to be \protect-ed in moving arguments. > > Are you sure you use the latest version of this aabib.sty? \cite is > robust in LaTeX, and also in latest natbib.sty versions. Hm, yes, I checked that it

Re: Citation Dialog 1.2.0cvs

2001-07-12 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It's pointless applying this patch at the moment because Angus> there's a horrible chunk of code in FormCitation (setSize) that Angus> does this dynamically, depending on what stuff is available. Angus> I think that you should als

Re: citation in a caption

2001-07-12 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Suetterlin <[EMAIL PROTECTED]> writes: Peter> Hi! Peter> Just stumbled across an error: The \cite command(*) seems to be Peter> fragile and has to be \protect-ed in moving arguments. Are you sure you use the latest version of this aabib.sty? \cite is robust in LaTeX, a

Re: Citation Dialog 1.2.0cvs

2001-07-12 Thread Angus Leeming
It's pointless applying this patch at the moment because there's a horrible chunk of code in FormCitation (setSize) that does this dynamically, depending on what stuff is available. I think that you should also scrub setSize, therefore. (Which is a GOOD thing because it's un-maintainable and R

citation in a caption

2001-07-12 Thread Peter Suetterlin
Hi! Just stumbled across an error: The \cite command(*) seems to be fragile and has to be \protect-ed in moving arguments. I was using a \cite command in the caption of a float figure and got an error: ! Argument of \@caption has an extra }. \par l.161 shape.} putting a \p

Re: Citation Dialog 1.2.0cvs

2001-07-12 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Hi, Have you ever tried the new (XForms) Citation Dialog on a Jürgen> 800x600 dpi screen? It's _way_ too large (if a database is Jürgen> chosen). Here's a screenshot: Jürgen> http://home.t-online.de/home/juergen.sp/citation.

Re: TEXmacs

2001-07-12 Thread Jean-Marc Lasgouttes
> "Zvezdan" == Zvezdan Petkovic <[EMAIL PROTECTED]> writes: Zvezdan> That's exactly what I meant. CM family is ugly. Notice what I Zvezdan> say above about Euler. Metafont itself is not an issue. It's Zvezdan> a design. CM was designed by one of the greatest computer Zvezdan> scientist off al

Re: Re-implementing open-stuff [questions about insets and signa

2001-07-12 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Well I would not use close/open I would use Juergen> collapsed(true|false) as this is more precise what it is. Juergen> I'll have a look at this today! Thanks. JMarc

Re: TEXmacs

2001-07-12 Thread Jules Bean
On Wed, Jul 11, 2001 at 03:05:57PM -0400, Zvezdan Petkovic wrote: > For less scientific kind of writing one can try Garamond, or one of the > new beautiful fonts -- Minion. There were two excellent articles a few > years ago in _Cahier GUTenberg_ (a journal of a French TeX user's > group), by Thie

Re: Re-implementing open-stuff [questions about insets and signa

2001-07-12 Thread Juergen Vigna
On 11-Jul-2001 Jean-Marc Lasgouttes wrote: > Hmm, do we want to do that or have more generic methods in Inset that > could be overloaded as you show for DialogInset and differently for > collapsable insets? This would seem simpler, like Yes IMO this is preferable! > class Inset { > ... > void