Re: Insert symbol into mathed apears at end of line

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 06:30:00AM +0930, Darren Freeman wrote: > I just found that when I selected something in a mathed box and clicked > on a symbol to insert from the math panel, that the symbol appeared at > the end of the box rather than over the selection. Known bug. Nothing could be done a

[PATCH] Xforms Radiobuttongroup and Float dialog fix.

2002-10-24 Thread Rob Lahaye
Rob Lahaye wrote: > Rob Lahaye wrote: > >>Angus, >> >>The Alignment radiobuttongroup of 4 buttons in the Paragraph dialog (with >>my patch applied!) behaves differently from the Placement buttongroup of >>3 buttons in the Float dialog. And I can't find the reason for this >>different behaviour. >

Re: lyxstring - rides again

2002-10-24 Thread Andre Poenitz
I just wonder why this had worked before for everybody: --- src/counters.C 6 Sep 2002 14:47:59 - 1.15 +++ src/counters.C 23 Oct 2002 20:58:43 - @@ -278,7 +278,8 @@ string Counters::labelItem(string const } s << o.str(); } - retu

Re: Mathed brackets screwed?

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 06:59:51AM +0930, Darren Freeman wrote: > I was inserting brackets using the math panel, into mathed. If I click > on the bracket I want, it is inserted. If I then click OK, it is > inserted again. Isn't this wrong? Or at the least confusing? Hm... its the ordinary "Ok/Appl

Re: Mathed bugs

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 07:38:12AM +0930, Darren Freeman wrote: > > You are using underscore in a \textrm environment. > > LaTeX does not like this. > > Sorry, I don't understand what you mean. The problem is not there if I > don't try to put bold (or emphasis as it turns out) in a mathed box. It

Re: lyxstring - rides again

2002-10-24 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I just wonder why this had worked before for everybody: Because nobody has used lyxstring for a long, long time. There are no automatic conversion from basic_string<> to lyxstring. -- Lgb

Re: lyxstring - rides again

2002-10-24 Thread Allan Rae
On 23 Oct 2002, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> IMHO the only benefit with lyxstring now is that it makes lyx > Lars> compile on some os where it would otherwise get linking errors. > > A datapoint with 1.2.2cvs (I know this i

Re: lyxstring - rides again

2002-10-24 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Andre Poenitz <[EMAIL PROTECTED]> writes: | I just wonder why this Lars> had worked before for everybody: Lars> Because nobody has used lyxstring for a long, long time. Lars> There are no automatic conversion from basic_string

Re: [PATCH] Re: Documentation menu broken?

2002-10-24 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Wednesday 23 October 2002 3:54 pm, Andre Poenitz wrote: >> On Wed, Oct 23, 2002 at 04:03:52PM +0200, Jean-Marc Lasgouttes >> wrote: > It would be easier to make lyx search in this directory >> too, > like what the following simpl

Re: lyxstring - rides again

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:07:33AM +0200, Jean-Marc Lasgouttes wrote: > Just to satisfy my curiosity, would something like that work? In most cases probably yes (if this is the only "user defined conversion" involved). > lyxstring::lyxstring(std::string const &str) > { > //what should I p

Re: [PATCH] Re: [kornelia.pietsch@hrz.tu-chemnitz.de: lyx - crash (external material - xfig)

2002-10-24 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Oct 23, 2002 at 06:04:14PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> Are you sure you applied it correctly? Andre> No. I hand-edited a line. Maybe the wrong one... I think you added the "-1" inside the fl_get_choice par

Re: compiling 1.3.0

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 08:46:57AM +0800, Rod Pinna wrote: > Yup. I tried 2.95 from Woody yesterday as well, and I seemed to get the > same error. I'll uninstall 3.0.4, in case it's left some gunk around. That's strange. I use 2.95.3 all day. Andre' -- Those who desire to give up Freedom in ord

Re: compiling 1.3.0

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 09:13:26AM +0800, Rod Pinna wrote: > /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. > -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -W -Wall > -c formulabase.C > g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem > /usr

Re: [PATCH] Re: [kornelia.pietsch@hrz.tu-chemnitz.de: lyx - crash (external material - xfig)

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:18:49AM +0200, Jean-Marc Lasgouttes wrote: > I think you added the "-1" inside the fl_get_choice parameters instead > of outside. Maybe. I removed the file already and updated. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor

Re: lyxstring - rides again

2002-10-24 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Andre Poenitz <[EMAIL PROTECTED]> writes: | I just wonder why this | Lars> had worked before for everybody: | | Lars> Because nobody has used lyxstring for a long, long ti

Re: lyxstring - rides again

2002-10-24 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Well. Using g++-v3/bits/stringfwd.h if available and | everywhere else would do for starters... I am really against poking into implementation finding ways to (ab)use it. -- Lgb

Re: compiling 1.3.0

2002-10-24 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Oct 24, 2002 at 09:13:26AM +0800, Rod Pinna wrote: | > /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. | > -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -W -Wall | > -c formulabase.C | > g++ -DHAVE_CONFIG_H -I.

Re: compiling 1.3.0

2002-10-24 Thread Rod Pinna
> What did configure say about ostream support? > What does config.h say about ostream support? I've just done a distclean clean cvs update ./autogen ./configure make and it seems to have gotten alot further along. I'll let you know how it goes. Rod _

Re: lyxstring - rides again

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:30:11AM +0200, Lars Gullik Bjønnes wrote: > | Well. Using g++-v3/bits/stringfwd.h if available and > | everywhere else would do for starters... > > I am really against poking into implementation finding ways to (ab)use > it. We could copy that code to our own header fi

captions in longtables / input in lyx

2002-10-24 Thread j.heidemeier
Dear lyx-developers, I'm currently working on a docutment with ~ 80 tables, which are automatically generated from csv-Files and then included in the document. Most of them are longtables, so I decided to generate them all as LTs, and consequently not to embedd them in float environments. But th

Re: [patch]: xforms document dialog

2002-10-24 Thread Angus Leeming
On Thursday 24 October 2002 2:06 am, Rob Lahaye wrote: > Angus, > > A small patch to src/frontends/xforms/FormDocument.C: > > (1)"#include FORMS_H_LOCATION" is there twice, > > (2) The following header includes appear to be superfluous: > > #include "bufferparams.h" > #include "vspace.h

Re: Attn Rob: BibTeX dialog

2002-10-24 Thread Angus Leeming
On Thursday 24 October 2002 3:26 am, Rob Lahaye wrote: > Angus Leeming wrote: > > On Wednesday 23 October 2002 10:08 am, Rob Lahaye wrote: > >>BTW: there are two more issues with the BibTeX dialog. > >>1) I added Restore/OK/Apply/Cancel button group to this > >>dialog. Apply is needed to activate t

Re: Attn Rob: BibTeX dialog

2002-10-24 Thread Rob Lahaye
Angus Leeming wrote: >> >>A click on [Apply] should disable the Restore/OK/Apply and >>change "Cancel" into "Close"; at least that happens in other >>dialogs. >> >>In the Bibtex dialog, OK and Apply remain enabled. >> >>Is that a bug in Dialogs_impl.h ? > > > Indeed. That's NoRepeatedApplyReadOnl

Re: Mathed bugs

2002-10-24 Thread Dekel Tsur
On Wed, Oct 23, 2002 at 08:30:55PM +0200, Andre Poenitz wrote: > On Thu, Oct 24, 2002 at 03:14:19AM +0930, Darren Freeman wrote: > > You could argue that LyX should make it impossible to put underscores in > "invalid" positions but other export formats may have different > preferences... We don't

Re: Mathed bugs

2002-10-24 Thread Dekel Tsur
On Thu, Oct 24, 2002 at 09:13:37AM +0200, Andre Poenitz wrote: > which is ok, as the _1 is outside "math text mode". Then there is > > \begin{array}... \textbf{\textrm{HH}_1} > > which is not ok, as the \textbf puts you in text bold mode. A solution > would be to use > > \begin{array}... \m

Re: Rob's patch: the next installment

2002-10-24 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Oct 23, 2002 at 04:52:23PM +0100, Angus Leeming wrote: >> Go on, I'll bite. Care to give us an outline of the idea? John> We have lots of code that needs to know characteristics of the John> inset its looking at. Many of these a

Re: [patch]: xforms document dialog

2002-10-24 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Oct 23, 2002 at 07:29:18PM +0200, Edwin Leuven wrote: >> On Wednesday 23 October 2002 17:56, Garst R. Reese wrote: > For me >> qt is just another bloated lib to install on an already crowded > >> disk. >> >> you must have been t

Re: Mathed bugs

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 12:03:42PM +0200, Dekel Tsur wrote: > We don't support other formats now, and we won't in the near future. > In my opinion, you should prevent the user from entering underscores > in forbidden places. How? Andre' -- Those who desire to give up Freedom in order to gain Se

Re: Mathed bugs

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 12:03:42PM +0200, Dekel Tsur wrote: > We don't support other formats now, and we won't in the near future. Well. We do a bit of MathML, and there are the CAS backends. > In my opinion, you should prevent the user from entering underscores > in forbidden places. Not trivia

Re: Rob's patch: the next installment

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 12:13:41PM +0200, Jean-Marc Lasgouttes wrote: > John> We have lots of code that needs to know characteristics of the > John> inset its looking at. Many of these are simple true/fase > John> characterisations. It would be nice to avoid all the code > John> handling these trai

Re: [patch]: xforms document dialog

2002-10-24 Thread José Abílio Oliveira Matos
On Thursday 24 October 2002 02:58, Garst R. Reese wrote: > > It's OK John, I _was_ president of my college debating club :) > But that does not mean that I am against Qt dev. My car license plate > happens to be QT 519, which says only that P.E.I. is small. Completly out of topic, but this weeke

My patches

2002-10-24 Thread Dekel Tsur
Can I apply my patches (fixing lyxlength and a fix for multi-lingual docs) ?

Re: [PATCH] Re: Documentation menu broken?

2002-10-24 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > | Andre> On Wed, Oct 23, 2002 at 04:03:52PM +0200, Jean-Marc Lasgouttes | Andre> wrote: >>> It would be easier to make lyx search in this directory too, like >>> what the following simple

[patch]: xforms graphics dialog

2002-10-24 Thread Angus Leeming
The next installment of Rob's changes. Ok to apply? Angus graphics.diff.gz Description: GNU Zip compressed data

Re: scrartcl.layout

2002-10-24 Thread Martin Vermeer
On Tue, Oct 22, 2002 at 10:02:31AM +0200, Andre Poenitz wrote: > [Short translation: > > in "scrclass.inc" a "Input stdcounters.inc" might be missing. > > ] It *is* missing. Overlooked that these classes don't use stdclass.inc :-( Patch. Martin Index: scrclass.inc ==

Re: compiling 1.3.0

2002-10-24 Thread Rod Pinna
Problem seems to be solved, unfortunately, I have no idea what it was. Rod _ rod | "Beneath the waves, the waves / That's where I will be / | I'm going to see the cow beneath the sea." | They Might Be

Re: lyxstring - rides again

2002-10-24 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Oct 24, 2002 at 10:30:11AM +0200, Lars Gullik Bjønnes wrote: >> | Well. Using g++-v3/bits/stringfwd.h if available and >> | everywhere else would do for starters... >> >> I am really against poking into implementation finding ways to (ab)use >>

Re: scrartcl.layout

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 02:35:08PM +0300, Martin Vermeer wrote: > Patch. I simply applied it. 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: [patch]: xforms graphics dialog

2002-10-24 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | The next installment of Rob's changes. | Ok to apply? It looks ok to me. But does it change the fileformat? Does it handle both old and new? -- Lgb

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Angus Leeming
On Thursday 24 October 2002 12:37 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | The next installment of Rob's changes. > | Ok to apply? > > It looks ok to me. But does it change the fileformat? Yes InsetGraphicsParams::scale was an int and is now a float. > Does i

Re: [patch]: xforms document dialog

2002-10-24 Thread Edwin Leuven
> > /.? > > You know those hidden files that are present in the root directory. Oh, > you don't have it? Maybe he is sepaking of Chips and Dips, who knows. ;-) http://slashdot.org

Re: Mathed bugs

2002-10-24 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Wed, Oct 23, 2002 at 08:30:55PM +0200, Andre Poenitz wrote: >> On Thu, Oct 24, 2002 at 03:14:19AM +0930, Darren Freeman wrote: >> >> You could argue that LyX should make it impossible to put >> underscores in "invalid" positions bu

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 24 October 2002 12:37 pm, Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | The next installment of Rob's changes. >> | Ok to apply? >> >> It looks ok to me. But does it change the fileformat? > | Yes InsetGraphicsP

Re: Symbols missing?

2002-10-24 Thread Darren Freeman
Thanks Garst, My fonts are in /usr/share/texmf The files you listed are found (relatively) where you listed them, except for: msam10.pfb and msbm10.pfb are in bluesky/symbols not bluesky/cm However, the links in /usr/share/lyx/xfonts are correct so no need to panic. I suspect that it's an issu

Re: Mathed bugs

2002-10-24 Thread Dekel Tsur
On Thu, Oct 24, 2002 at 01:49:35PM +0200, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> On Wed, Oct 23, 2002 at 08:30:55PM +0200, Andre Poenitz wrote: > >> On Thu, Oct 24, 2002 at 03:14:19AM +0930, Darren Freeman wrote: > >> > >> You could argue

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Rob Lahaye
Angus Leeming wrote: The next installment of Rob's changes. Ok to apply? Index: src/frontends/xforms/FormGraphics.C: -string str = _("The file you want to insert."); +string str = _("The file you want to insert"); -str = _("Scale the image to inserted percentage value."

[patch] layouts fixuup (was: Re: llncs.layout)

2002-10-24 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | Also, llncs.layout is currently broken as it does not include stdfloats.inc | and stdcounters.inc. As there are other layouts with this behavior, I think | that the best solution for this is to create a base .inc file which will be | included by all the art

Re: Mathed bugs

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 01:49:35PM +0200, Jean-Marc Lasgouttes wrote: > Why? In normal text mode we do not prevent from entering _. We just > enter \_ instead. Even that would be a hassle to implement in math. Basically every non-trivial move would have to make sure that it does not break LaTeX e

Re: [patch]: xforms document dialog

2002-10-24 Thread José Abílio Oliveira Matos
On Thursday 24 October 2002 14:47, Edwin Leuven wrote: > > > /.? > > > > You know those hidden files that are present in the root directory. Oh, > > you don't have it? Maybe he is sepaking of Chips and Dips, who knows. ;-) > > http://slashdot.org Unless this is a high level joke you didn't got

Re: Symbols missing?

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 09:23:12PM +0930, Darren Freeman wrote: > However, the links in /usr/share/lyx/xfonts are correct so no need to > panic. The question is whether X knows about these fonts. I.e. have you done something like xset fp+ /usr/share/lyx/xfonts xset fp rehash ? Andre' -- T

Re: [patch]: xforms graphics dialog

2002-10-24 Thread José Abílio Oliveira Matos
On Thursday 24 October 2002 12:39, Angus Leeming wrote: > > Yes InsetGraphicsParams::scale was an int and is now a float. > > > Does it handle both old and new? > > well reading an int as a float isn't a problem, but I added an entry to > development/FORMAT so that lyx2lyx can be adjusted to suit.

Re: [patch] layouts fixuup (was: Re: llncs.layout)

2002-10-24 Thread Dekel Tsur
On Thu, Oct 24, 2002 at 02:00:40PM +0200, Lars Gullik Bj?nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | Also, llncs.layout is currently broken as it does not include stdfloats.inc > | and stdcounters.inc. As there are other layouts with this behavior, I think > | that the best solution

Re: [patch] layouts fixuup

2002-10-24 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Thu, Oct 24, 2002 at 02:00:40PM +0200, Lars Gullik Bj?nnes wrote: >> Dekel Tsur <[EMAIL PROTECTED]> writes: >> >> | Also, llncs.layout is currently broken as it does not include stdfloats.inc >> | and stdcounters.inc. As there are other layouts with thi

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Angus Leeming
On Thursday 24 October 2002 12:56 pm, Rob Lahaye wrote: > John once refused to apply a patch of mine because the > tooltips were not proper English, i.e. ending with a full > stop! So I did my best to write tooltips in proper > English.and now you are removing the full stops at the end > !?!?!

Pagedown fails at top of a table

2002-10-24 Thread Darren Freeman
Dear list, with the LyX buffer fairly small, I was holding pagedown. It hit a table that was bigger than the window, and each press of page down returned me to the table tag and wouldn't let me past it. The table was unfolded. Have fun, Darren

[patch]: minor xforms bits 'n' bobs

2002-10-24 Thread Angus Leeming
No great shakes. Ok to apply? Angus Index: src/frontends/xforms/FormMathsPanel.C === RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/FormMathsPanel.C,v retrieving revision 1.43 diff -u -r1.43 FormMathsPanel.C --- src/frontends/xform

Re: Pagedown fails at top of a table

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:07:32PM +0930, Darren Freeman wrote: > with the LyX buffer fairly small, I was holding pagedown. It hit a table > that was bigger than the window, and each press of page down returned me > to the table tag and wouldn't let me past it. The table was unfolded. Cursor movem

Re: Mathed brackets screwed?

2002-10-24 Thread Darren Freeman
On Thu, 2002-10-24 at 16:39, Andre Poenitz wrote: > On Thu, Oct 24, 2002 at 06:59:51AM +0930, Darren Freeman wrote: > > I was inserting brackets using the math panel, into mathed. If I click > > on the bracket I want, it is inserted. If I then click OK, it is > > inserted again. Isn't this wrong? O

section counter in ams article doesn't work

2002-10-24 Thread Edwin Leuven
works after attached... Ed. Index: lib/layouts/amsart.layout === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/layouts/amsart.layout,v retrieving revision 1.2 diff -u -p -r1.2 amsart.layout --- lib/layouts/amsart.layout 4 Oct 2000 14:

xforms: confusing behaviour

2002-10-24 Thread Andre Poenitz
If I try to select a reference using Insert->Reference, I can scroll the list of labels with PageUp/Down. However, the yellow "selection bar" does not move and neither the "selected item". Is this intentional? Andre' -- Those who desire to give up Freedom in order to gain Security, will not ha

Re: Mathed bugs

2002-10-24 Thread Darren Freeman
On Thu, 2002-10-24 at 16:43, Andre Poenitz wrote: > On Thu, Oct 24, 2002 at 07:38:12AM +0930, Darren Freeman wrote: > > > You are using underscore in a \textrm environment. > > > LaTeX does not like this. > > > > Sorry, I don't understand what you mean. The problem is not there if I > > don't try

Re: Mathed brackets screwed?

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:12:07PM +0930, Darren Freeman wrote: > Was for me =) But yeah I worked it out. Probably shouldn't have > "Ok/Apply/Cancel" but instead just "Close", IMHO. If it is clear that pressing the "selected pair button" applies the change, this should be ok. > Yup. Into a four-l

Re: Mathed bugs

2002-10-24 Thread Darren Freeman
On Thu, 2002-10-24 at 16:43, Andre Poenitz wrote: > On Thu, Oct 24, 2002 at 07:38:12AM +0930, Darren Freeman wrote: > > > You are using underscore in a \textrm environment. > > > LaTeX does not like this. Ok solved it for myself, I must use normal bold over the roman text, then mathed bold over t

Re: Mathed brackets screwed?

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:12:07PM +0930, Darren Freeman wrote: > OK here's a file to look at - it's something to do with the subscripts. > It's possible that either the on-screen or DVI are correct, but they are > different so I would think that one is wrong. The brackets are "fine". The problem

Re: [patch]: minor xforms bits 'n' bobs

2002-10-24 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | No great shakes. Ok to apply? yes. -- Lgb

InsetWrap question

2002-10-24 Thread Angus Leeming
Dekel / LaTeX guru: what's going on here? This suggests that WrapParams::placement and InsetWrap::Placement_ should be chars not strings. Am I reading this wrong, or should I make the change? Angus void FormWrap::apply() { controller().

Re: Mathed bugs

2002-10-24 Thread Darren Freeman
On Thu, 2002-10-24 at 19:49, Andre Poenitz wrote: > On Thu, Oct 24, 2002 at 12:03:42PM +0200, Dekel Tsur wrote: > > We don't support other formats now, and we won't in the near future. > > Well. We do a bit of MathML, and there are the CAS backends. > > > In my opinion, you should prevent the use

Re: section counter in ams article doesn't work

2002-10-24 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | works after attached... Ed. Can you have a look at the patch that I sent and see if anyting is missing there? -- Lgb

Re: Mathed bugs

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:18:25PM +0930, Darren Freeman wrote: > Are there plans to make it more intuitive? Like bind the ctrl-b to the > correct action when in mathed? We need "context sensitive keybings" for that which we currently don't have. But yes, it would make sense. > Also, I did what y

Re: Mathed bugs

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:21:47PM +0930, Darren Freeman wrote: > Isn't there an easier way? Could just selecting a whole heap of stuff > and hitting ctrl-B sort through the different elements selected and > em-bold-en them properly? You could bind a key like \bind C-S-B "math-insert \mathbf" w

Re: Mathed bugs

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:29:38PM +0930, Darren Freeman wrote: > > Not trivial. > > What about a helpful tip along with the error message? So people don't > need to run for help =) (OK, so *I* don't run for help...) We'd need to guess what the LaTeX error means. Non-trivial... Andre' -- Those

Re: Patch: Fix LyXLength::inPixels

2002-10-24 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Look at the attached file example.lyx The 3 vertical spaces Dekel> should have the same length, but they don't. A fix for this bug Dekel> is attached. What does this change mean: - result = zoom * val_ * default_height

Re: section counter in ams article doesn't work

2002-10-24 Thread Edwin Leuven
> Can you have a look at the patch that I sent and see if anyting is > missing there? what patch?

Re: xforms: confusing behaviour

2002-10-24 Thread Angus Leeming
On Thursday 24 October 2002 1:45 pm, Andre Poenitz wrote: > If I try to select a reference using Insert->Reference, I can > scroll the list of labels with PageUp/Down. However, the > yellow "selection bar" does not move and neither the "selected > item". > > Is this intentional? >From what I read

Re: bug report: language switch

2002-10-24 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Here is a patch for this bug. OK to apply ? (and to 1.2.2cvs ?) Dekel> BTW, the code look quite ugly. I might change it after 1.3. It seems OK with 1.2.2cvs. Isn't it possible to use Paragraph::depthHook/outerHook for this kind of cod

Re: xforms: confusing behaviour

2002-10-24 Thread Angus Leeming
On Thursday 24 October 2002 2:07 pm, Angus Leeming wrote: > void FormRef::updateBrowser(vector const & akeys) > const { > ... > string ref = fl_get_input(dialog_->input_ref); > vector::const_iterator cit = (ref.empty()) > ? keys.begin() >

Re: xforms: confusing behaviour

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 02:07:10PM +0100, Angus Leeming wrote: > I'm a bit busy right now. Maybe you could dig a bit? I should be busy as well ;-} Maybe later. 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: section counter in ams article doesn't work

2002-10-24 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: >> Can you have a look at the patch that I sent and see if anyting is >> missing there? > | what patch? the "[patch] layout fixup" patch... -- Lgb

Re: section counter in ams article doesn't work

2002-10-24 Thread Edwin Leuven
> >> Can you have a look at the patch that I sent and see if anyting is > >> missing there? ams is fixed there. why not apply your patch so that people can try it?

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Rob Lahaye
Angus Leeming wrote: On Thursday 24 October 2002 12:56 pm, Rob Lahaye wrote: Now I think of it, we may better use "scale = -1" (or any negative value) to indicate the use of width/height. Checking "scale < 0" is safer than checking "scale == 0.0", isn't it? Nah. What we have is fine. If imple

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 10:51:07PM +0900, Rob Lahaye wrote: > "If implemented correctly", indeed. We have to think carefully now and do > all sorts of complicated checks to be sure it's really approximately zero. > All that will be so much easier when only check of a negative value is > needed. .

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Angus Leeming
On Thursday 24 October 2002 2:55 pm, Andre Poenitz wrote: > On Thu, Oct 24, 2002 at 10:51:07PM +0900, Rob Lahaye wrote: > > "If implemented correctly", indeed. We have to think > > carefully now and do all sorts of complicated checks to be > > sure it's really approximately zero. All that will be s

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 02:57:23PM +0100, Angus Leeming wrote: > Someone who shall remain nameless changed that on 22 August > I believe (judging from development/FORMAT). Oops. Does that I mean > I said who? ;-) Maybe. I am not good at remembering things from such a distant past and I don't bo

Re: Patch: Fix LyXLength::inPixels

2002-10-24 Thread Dekel Tsur
On Thu, Oct 24, 2002 at 03:07:05PM +0200, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> Look at the attached file example.lyx The 3 vertical spaces > Dekel> should have the same length, but they don't. A fix for this bug > Dekel> is attached. > >

Re: Patch: Fix LyXLength::inPixels

2002-10-24 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Thu, Oct 24, 2002 at 03:07:05PM +0200, Jean-Marc Lasgouttes Dekel> wrote: >> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: >> Dekel> Look at the attached file example.lyx The 3 vertical spaces Dekel> should have the same

Re: Symbols missing?

2002-10-24 Thread Darren Freeman
On Thu, 2002-10-24 at 21:32, Andre Poenitz wrote: > On Thu, Oct 24, 2002 at 09:23:12PM +0930, Darren Freeman wrote: > > However, the links in /usr/share/lyx/xfonts are correct so no need to > > panic. > > The question is whether X knows about these fonts. I.e. have you done > something like > >

Re: [patch]: xforms graphics dialog

2002-10-24 Thread John Levon
On Thu, Oct 24, 2002 at 01:27:30PM +0100, Angus Leeming wrote: > On Thursday 24 October 2002 12:56 pm, Rob Lahaye wrote: > > John once refused to apply a patch of mine because the > > tooltips were not proper English, i.e. ending with a full > > stop! So I did my best to write tooltips in proper >

Re: Symbols missing?

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 11:57:23PM +0930, Darren Freeman wrote: > You learn something every day of the week =) > > Should that possibly have been done by LyX? I think we should try. Unfortunately there is no clean solution for the case that the X server is e.g. running on a different machine than

[kornelia.pietsch@hrz.tu-chemnitz.de: Re: [lasgouttes@lyx.org: lyx-devel src/frontends/xforms/: ChangeLog FormExternal.C]]

2002-10-24 Thread Andre Poenitz
- Forwarded message from Kornelia Pietsch <[EMAIL PROTECTED]> - > > Log message: > fix crash when selecting the last template in external inset > > > - End forwarded message - Now LyX crashes on LaTeX export if a .fig is included. Andre'

Re: Mathed bugs

2002-10-24 Thread Darren Freeman
On Thu, 2002-10-24 at 22:34, Andre Poenitz wrote: > On Thu, Oct 24, 2002 at 10:29:38PM +0930, Darren Freeman wrote: > > > Not trivial. > > > > What about a helpful tip along with the error message? So people don't > > need to run for help =) (OK, so *I* don't run for help...) > > We'd need to gue

Re: Patch: Fix LyXLength::inPixels

2002-10-24 Thread Dekel Tsur
On Thu, Oct 24, 2002 at 04:24:40PM +0200, Jean-Marc Lasgouttes wrote: > Dekel> In the current code, it is not clear what does default_height > Dekel> mean (default height of what??), and therefore the code return > Dekel> some arbitrary values which were wrong. I changed the meaning > Dekel> of thi

Re: llncs.layout

2002-10-24 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Why does the Bibliography in llncs.layout tries to redefine the Dekel> tehbibliography environment: Dekel> Style Bibliography LatexName lyxbibliography ... Preamble Dekel> \newcommand{\lyxbibliography}{\thebibliography{References}% De

Re: FoilTeX polish

2002-10-24 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Mon, Oct 21, 2002 at 12:25:29PM +0200, Jean-Marc Lasgouttes Martin> wrote: BTW apropos of the differential between class file Martin> capabilities and what LyX actually is able to support: what Martin> about a "length inset"?

Re: Symbols missing?

2002-10-24 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Oct 24, 2002 at 11:57:23PM +0930, Darren Freeman wrote: >> You learn something every day of the week =) >> >> Should that possibly have been done by LyX? | I think we should try. Unfortunately there is no clean solution for the | case that the

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Angus Leeming
On Thursday 24 October 2002 3:26 pm, John Levon wrote: > On Thu, Oct 24, 2002 at 01:27:30PM +0100, Angus Leeming wrote: > > On Thursday 24 October 2002 12:56 pm, Rob Lahaye wrote: > > > John once refused to apply a patch of mine because the > > > tooltips were not proper English, i.e. ending with a

Re: [patch]: xforms graphics dialog

2002-10-24 Thread Angus Leeming
On Thursday 24 October 2002 3:13 pm, Andre Poenitz wrote: > On Thu, Oct 24, 2002 at 02:57:23PM +0100, Angus Leeming wrote: > > Someone who shall remain nameless changed that on 22 August > > I believe (judging from development/FORMAT). Oops. Does that > > I mean I said who? ;-) > > Maybe. > > I am

Re: Patch: Fix LyXLength::inPixels

2002-10-24 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Thu, Oct 24, 2002 at 04:24:40PM +0200, Jean-Marc Lasgouttes Dekel> wrote: In the current code, it is not clear what does Dekel> default_height mean (default height of what??), and therefore Dekel> the code return some arbitrary valu

Re: Mathed bugs

2002-10-24 Thread Andre Poenitz
On Fri, Oct 25, 2002 at 12:05:53AM +0930, Darren Freeman wrote: > Oh well, *I* know what it means.. But the next person will ask all over > again... Yes. Even so, explaining this a hundred times is in this case still less trouble as implementing a bullet proff solution. Apart from that, people le

Re: Patch: Fix LyXLength::inPixels

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 04:36:36PM +0200, Dekel Tsur wrote: > I just need some value that depends on the current font size. But as this is a "vertical" issue, ex should be used... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either

Re: Symbols missing?

2002-10-24 Thread Andre Poenitz
On Thu, Oct 24, 2002 at 04:38:41PM +0200, Lars Gullik Bjønnes wrote: > | I think we should try. Unfortunately there is no clean solution for the > | case that the X server is e.g. running on a different machine than LyX. > > Should that stop us from doing it when running on the X server? No. That

  1   2   >