X chrashes when using jpg-images

2002-04-08 Thread C. van Wijk
when opening a lyx file X-windows chrashes. Version: lyx1.1.6fix4 (Mandrake8.2) I have a file with a number of images. Due to the relative large size of the eps files I inserted jpg versions of the same images instead and using pdflatex it is possible to make nice pdf's. the output of lyx cra

Re: CJK-LyX-1.2.0pre1

2002-04-08 Thread Jose Abilio Oliveira Matos
> On Friday, 5. April 2002 11.58, > I am still unable to produce correct postscript or pdf > autoput for LyX-document of the "Docbook article (SGML)" > class, as it seems that jadetex does not handle unicode > fonts correctly. Do you know if the the xml toolchain ( with fop for the print backe

Re: Makefiles not ignored by "cvs update"

2002-04-08 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Hi, > | When I do a "cvs update", I get: > | ? config/Makefile | ? src/frontends/xforms/forms/Makefile | [...] > > | Are these two Makefiles missing in the | corresponding .cvsignore files? Possibly... yes probably. I almost never build with srcdir == b

Re: Graphics: "Get boundingbox from file" for non-eps ?

2002-04-08 Thread R. Lahaye
Herbert Voss wrote: > > please try the attached patch. it works perfectly for me, but > it looks at bit too easy ... ;-) Herbert, I've just discovered something funny and dangerous. If I have both files, agr and eps, e.g: paper/figures/my_figure.agr paper/figures/my_figure.eps then the

Re: Graphics: "Get boundingbox from file" for non-eps ?

2002-04-08 Thread R. Lahaye
Herbert Voss wrote: > > please try the attached patch. it works perfectly for me, but > it looks at bit too easy ... ;-) With this patch LyX gets indeed the boundingbox for my Grace files! However, when I now do a "Insert->Graphics...", I get the usual square on the canvas ("No image"), but als

Re: Graphics: "Get boundingbox from file" for non-eps ?

2002-04-08 Thread Herbert Voss
R. Lahaye wrote: > I'm using non-eps graphics files, Grace-"agr" that is. > > In the Bounding-Box tab of the Graphics dialog is the > "Get values from file", which seems to have no effect on > the "agr" file. > > However, the agr file is converted to "eps"; then why not using > this eps file fo

Re: Subfigure is broken

2002-04-08 Thread Allan Rae
On Mon, 8 Apr 2002, Angus Leeming wrote: > On Monday 08 April 2002 2:34 pm, Herbert Voss wrote: [...] > > do me a favour and let subfigure untouched before 1.3 > > > > 1. there are subfigure / subtable > > > > 2. there are lots of options for subfigure/table > > 3. there are some special cases to

Mathed: "dot" as empty base is back. Why?

2002-04-08 Thread R. Lahaye
Hi, In Mathed I found the "dot", indicating empty base, has returned. The earlier solution was actually quite cute: the dot was only visible when inside the math-environment; once outside, the dot disappeared. Now the dot is there again permanently. Why has that changed? The dot confuses me, s

Makefiles not ignored by "cvs update"

2002-04-08 Thread R. Lahaye
Hi, When I do a "cvs update", I get: ? config/Makefile ? src/frontends/xforms/forms/Makefile [...] Are these two Makefiles missing in the corresponding .cvsignore files? Regards, Rob.

라벨S/W 무료!!(새우편번호 자동입력) [홍보]

2002-04-08 Thread 오피스프라자
Title: ¶óº§ÇÁ·Î±×·¥ ¹«·á(»õ¿ìÆí¹øÈ£ ÀÚµ¿ÀÔ·Â)

Graphics: "Get boundingbox from file" for non-eps ?

2002-04-08 Thread R. Lahaye
Hi, I'm using non-eps graphics files, Grace-"agr" that is. In the Bounding-Box tab of the Graphics dialog is the "Get values from file", which seems to have no effect on the "agr" file. However, the agr file is converted to "eps"; then why not using this eps file for the getting the Bounding-B

Re: Graphics bug: Error with bounding box y-coordinate in LyX View

2002-04-08 Thread Allan Rae
On Thu, 4 Apr 2002, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | Andre> Which compiler that we support does not have a sufficient > | Andre> std::string? > > > | There are bugs in compaq cxx 6.2 with std::string (an extraneous > | assert), but I think it is

frontend builds and GNOME

2002-04-08 Thread Michael Koziarski
Hey guys, I can report the the new build system for GNOME ... is working. However with the impending release of GNOME 2 I want to start the porting effort, while the majority of the C++ will be trivial, one NULL argument to glade_xml_new, and gtkmm instead of gtk-- in the #includes, libsigc+

Currency example rewritten

2002-04-08 Thread adrien . rebollo
Hello, I have cleaned up the currency example to make it less clumsy. Maybe we should rename it euro.lyx because it is what people would look for. Also I fixed european.kmap where I had used kmod for kmap. Adrien Rebollo -- Index: lib/ChangeLog ==

Two untranslated strings in "About LyX" dialog

2002-04-08 Thread adrien . rebollo
Hello, I send a tiny patch for two untranslated strings in the dialog Help->About LyX. Adrien Rebollo -- Index: src/frontends/controllers/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ChangeLog,v retrieving

Re: graphics

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: > + std::cerr << image_->w << " " << (params.bb.xr - params.bb.xl) << '\n' > + << image_->h << " " << (params.bb.yt - params.bb.yb) << std::endl; I can do what I want, I always get correct values ... maybe that I'm blinded by the light, but for my rose.eps

Re: graphics

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 8:31 pm, Angus Leeming wrote: > I'm not sure what the solution to this is. Yes, confirmed. If I just comment out the bb_orig stuff in GraphicsParams c-tor, then all is fine for me. The correct solution I think is to ascertain the bounding box of the unclipped data. Ie,

Re: graphics

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 9:07 pm, Herbert Voss wrote: > Angus Leeming wrote: > > modify the bounding box of your graphic file from say: > > %%BoundingBox: 0 0 200 180 > > to > > %%BoundingBox: 30 30 200 180 > > > > (Big enough to see the effect anyway...) > > > > Display the file. Fine. Cli

Re: graphics

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: > Display the file. Fine. Clip it fine. (Not changed the bounds, so it isn't > clipped). > > Change xl to 31 in the graphics dialog (change by 1). Now clip it... > > Lose 30 from the top and the right :-( > > What's the solution to this then? I can not see this effect.

Re: graphics

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: > modify the bounding box of your graphic file from say: > %%BoundingBox: 0 0 200 180 > to > %%BoundingBox: 30 30 200 180 > > (Big enough to see the effect anyway...) > > Display the file. Fine. Clip it fine. (Not changed the bounds, so it isn't > clipped). >

Re: frontend makefile handling

2002-04-08 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Apr 08, 2002 at 07:25:24PM +0100, Angus Leeming wrote: > >> > If someone now could help me check that the two other frontends >> > compiles and links that would be great. > | Has the bar been raised again for autotools ? > | moz xforms 678 automake

Re: CJK-LyX-1.2.0pre1

2002-04-08 Thread Niklaus Giger
On Friday, 5. April 2002 11.58, [EMAIL PROTECTED] wrote: > I have uploaded CJK-LyX-1.2.0pre1, a patched version of > lyx for Chinese, Japanese and Korean users, at the usual > ftp site,lyx Thank you very much. It compiled without any problem on AMD k6 with GNU/Debian/Linux (testing). I tested i

Re: graphics

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 8:31 pm, Herbert Voss wrote: > Angus Leeming wrote: > > well could you send me rose.eps again. I deleted it because all seemed to > > be working fine. (Actually, I tested only the modification of the bottom > > left params, now I think about it.) > > > > Sorry about this, >

Re: graphics

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: > well could you send me rose.eps again. I deleted it because all seemed to be > working fine. (Actually, I tested only the modification of the bottom left > params, now I think about it.) > > Sorry about this, no problem at all ... here is a fix Herbert -- http://

Re: graphics

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: > On Monday 08 April 2002 5:59 pm, Herbert Voss wrote: > >>Angus Leeming wrote: >> >>>+bb.xl -= bb_orig.xl; >>>+bb.xr -= bb_orig.xl; >>>+bb.yb -= bb_orig.yb; >>>+bb.yt -= bb_orig.yt; >>> >>should

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > I have done what you've proposed and this works indeed. I have added a new > method UpdateClassParams which updates the necessary params after a new > class is selected (only the fontsizes so far). These method is called from > class_update too. Actually, we need to

Re: frontend makefile handling

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 07:59:51PM +0200, Lars Gullik Bjønnes wrote: > Now we will have the fun job for 1.3.0cvs to make all the frontends be > on par functionalitywise as well. Will be a lot of fun (and some tears > I guess). No doubt ! I'm quite sure you'll all do a good job of ripping aprt th

[PATCH:] Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > It should work. Try to extract this code from class_update and put it > in some mathod. If it does not work, you can always send a patch so > that I take a quick look. Thanks for your hints, JMarc. I have done what you've proposed and this works indeed. I have added

frontend makefile handling

2002-04-08 Thread Lars Gullik Bjønnes
As it is not from the makefile side of things the frontends are now handled equal. Nice imho. (Good job Gullik! ) Now we will have the fun job for 1.3.0cvs to make all the frontends be on par functionalitywise as well. Will be a lot of fun (and some tears I guess). If someone now could help me

Re: lyx-devel src/frontends/: ChangeLog src/frontends/qt2/: Change ...

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 07:55:47PM +, [EMAIL PROTECTED] wrote: > Log message: > make qt2 compile (linking is another matter) Thanks. I'll look at finishing off the build. regards john -- "I never understood what's so hard about picking a unique first and last name - and not going b

Re: qt2.m4

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 07:49:10PM +0200, Lars Gullik Bjønnes wrote: > Duck and Cover! lol > | I started a rewrite a while ago and gave up again. > > You shouldn't rewrite, you should just ditch... That's what I did .. > | Or add the directories / lib names in the needed places. > > That sh

Re: qt2.m4

2002-04-08 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Apr 08, 2002 at 07:23:15PM +0200, Lars Gullik Bjønnes wrote: > >> The autoconf checking for qt2 look way to complex for me, and at least > | Ah, a volunteer ! Oh well... We'll see... I can strech to make it compile again... linking is another matt

Re: qt2.m4

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 07:23:15PM +0200, Lars Gullik Bjønnes wrote: > The autoconf checking for qt2 look way to complex for me, and at least Ah, a volunteer ! When you rewrite it please remember to deal with FreeBSD's weird naming, deal with various moc versions in various places etc. :) I'm

qt2.m4

2002-04-08 Thread Lars Gullik Bjønnes
The autoconf checking for qt2 look way to complex for me, and at least it should be able to find qt on the most used linux platforms... It is not able to find qt on RH-7.2... -- Lgb

Re: graphics bug

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 6:58 pm, Herbert Voss wrote: > could ypu please apply this small patch: > > http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36140.html > > Herbert Yup. Done. A

Re: graphics bug

2002-04-08 Thread Herbert Voss
could ypu please apply this small patch: http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36140.html Herbert -- http://www.lyx.org/help/

Re: graphics bug

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 6:24 pm, Herbert Voss wrote: > please apply, otherwise graphics in deeper dir's than the doc > have wrong dir. most of docs don't run. > see former mail for the ref to the mail archive. > > attached a patch which makes tgif run, too. > > Herbert I've applied the tgif stuff

Re: graphics

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 5:59 pm, Herbert Voss wrote: > Angus Leeming wrote: > > + bb.xl -= bb_orig.xl; > > + bb.xr -= bb_orig.xl; > > + bb.yb -= bb_orig.yb; > > + bb.yt -= bb_orig.yt; > > should be bb.yt -= bb_orig.yb; > > but

graphics bug

2002-04-08 Thread Herbert Voss
please apply, otherwise graphics in deeper dir's than the doc have wrong dir. most of docs don't run. see former mail for the ref to the mail archive. attached a patch which makes tgif run, too. Herbert -- http://www.lyx.org/help/ Index: src/insets/ChangeLog ===

Re: [PATCH]Re: 1.1.6 document

2002-04-08 Thread Herbert Voss
John Levon wrote: > On Sun, Apr 07, 2002 at 09:11:14AM +0200, Herbert Voss wrote: > > >>attached a patch for the subfigure bug (don't activate >>subfigure, when a caption was read). >> > > somebody apply this ? > > >>1.1.6 export is: >>\emph{}% >>\footnote{}. >> >> >>1.2.0 export is: >>\emph

Re: graphics

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: > + bb.xl -= bb_orig.xl; > + bb.xr -= bb_orig.xl; > + bb.yb -= bb_orig.yb; > + bb.yt -= bb_orig.yt; should be bb.yt -= bb_orig.yb; but did not work anyway. Herbert p.s. attached a flower for

Re: lyx-devel ./: ChangeLog Makefile.am src/frontends/: ChangeLog ...

2002-04-08 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Apr 08, 2002 at 11:42:58AM +, [EMAIL PROTECTED] wrote: > >> >http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/frontends/qt2/Makefile.dialogs?r1=1.18&r2=1.19 > | You have, of course, tested that the added dialogs build. Of course I have n

Re: [PATCH] Re: Dialog titles not translated

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 4:25 pm, John Levon wrote: > On Fri, Apr 05, 2002 at 12:49:25PM +0200, [EMAIL PROTECTED] wrote: > > When you open a "Browse" dialog from some other dialogs, such as > > Insert->Graphics, File->Print, and Insert->Lists&TOC->BibTeX. > > However it works from Edit->Preferences

Re: [PATCH]Re: 1.1.6 document

2002-04-08 Thread John Levon
On Sun, Apr 07, 2002 at 09:11:14AM +0200, Herbert Voss wrote: > attached a patch for the subfigure bug (don't activate > subfigure, when a caption was read). somebody apply this ? > 1.1.6 export is: > \emph{}% > \footnote{}. > > > 1.2.0 export is: > \emph{% > <--- } should be here} > \footno

[bugzilla-daemon@bugzilla.lyx.org: [Bug 322] New: AMS problem*, notation*]

2002-04-08 Thread Andre Poenitz
> - Forwarded message from [EMAIL PROTECTED] - > Component: mathed > AssignedTo: [EMAIL PROTECTED] > ReportedBy: [EMAIL PROTECTED] > QAContact: [EMAIL PROTECTED] > > > Should we have these environments or not ? I think so, but it has nothing to do with

graphics

2002-04-08 Thread Angus Leeming
Herbert, I'm happy with the idea behind your "Bounding Box relative to the original" patch, but not with the execution. I think that the BoundingBox stored in GraphicsParams should be relative to the original. That way, we remove duplication of code in other graphics loaders and, more importa

[PATCH] Re: Dialog titles not translated

2002-04-08 Thread John Levon
On Fri, Apr 05, 2002 at 12:49:25PM +0200, [EMAIL PROTECTED] wrote: > When you open a "Browse" dialog from some other dialogs, such as > Insert->Graphics, File->Print, and Insert->Lists&TOC->BibTeX. > However it works from Edit->Preferences. I don't know if the attached is correct. john -- "I

Re: users-list

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 06:06:39PM +0200, Herbert Voss wrote: > http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg18360.html no test case. It's doubtless just xforms being screwy. john -- "I never understood what's so hard about picking a unique first and last name - and not going bey

Re: users-list

2002-04-08 Thread Andre Poenitz
On Mon, Apr 08, 2002 at 06:06:39PM +0200, Herbert Voss wrote: > http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg18360.html I would if I could... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

users-list

2002-04-08 Thread Herbert Voss
can someone answer, please. http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg18360.html Herbert -- http://www.lyx.org/help/

Re: pre3

2002-04-08 Thread Andre Poenitz
On Mon, Apr 08, 2002 at 03:59:55PM +0100, John Levon wrote: > * convert examples/ to 1.2.0 files if it isn't done already Attached is a patch which corrects quotes in de_beispiel_gelyxt.lyx. Apart from that it looks ok. Andre' -- Those who desire to give up Freedom in order to gain Security

Re: pre3

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 03:34:50PM +0200, Jean-Marc Lasgouttes wrote: > Not bugs, but things that should IMO be done > * convert examples/ to 1.2.0 files if it isn't done already john -- "I never understood what's so hard about picking a unique first and last name - and not going beyond th

Re: lyx-devel ./: ChangeLog Makefile.am src/frontends/: ChangeLog ...

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 11:42:58AM +, [EMAIL PROTECTED] wrote: > >http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/frontends/qt2/Makefile.dialogs?r1=1.18&r2=1.19 You have, of course, tested that the added dialogs build. john -- "I never understood what's so hard about picking a uniq

Re: beginning to hate...

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 10:12:07AM +0200, Lars Gullik Bjønnes wrote: > I am trying to clean up the Makefiles to use automake more correctly, > but now qt2 especially is using a very convoluted build scheme... > > - pre-build in ui dir Obviously necessary, I'm perplexed you could ask this. > -

Re: insetgraphicsParam

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 09:25:51AM +0200, Andre Poenitz wrote: > Pimpls do not come for free, either. In the case of LyX, the cost for > running times are certainly negligible, but then we have to ask ourself > also what benefit ES will give us. Pimpls make code navigation a real pain ... john

Re: [Devel] Another bug list!

2002-04-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I have tried something similar (copy the part that sets the Juergen> fontsizes from class_update() to CheckChoiceClass), but it Juergen> does not work. How do I tell lyx to use the params of the new Juergen> (selected cl

Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> Any ideas? > > If you want to have the fontsizes, etc, popups correct when changing > classes, you could extract from class_update() the part that sets the > class parameters (anything not using the BufferParam thingie) and give > it another name. Then you wo

Re: Subfigure is broken

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Herbert Voss wrote: >> Well I really don't care about this, but just for my records a simple >> question. In 1.1.6 we have InsetFigure and in it's dialog we could insert >> a subfigure caption which was used for the subfigure support. Where can >> this be inserted now? Do we read

Re: Subfigure is broken

2002-04-08 Thread Herbert Voss
Juergen Vigna wrote: > this be inserted now? Do we read it correctly with the Compatibility read? with this patch yes, http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36140.html Herbert -- http://www.lyx.org/help/

Re: Subfigure is broken

2002-04-08 Thread Herbert Voss
Juergen Vigna wrote: > On 08-Apr-2002 Lars Gullik Bjønnes wrote: > > >>If we just refrain from doing anything with this now, that should be >>ok, it will not be a regression from 1.1.6. >> > > Well I really don't care about this, but just for my records a simple > question. In 1.1.6 we have In

Re: Subfigure is broken

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Lars Gullik Bjønnes wrote: > If we just refrain from doing anything with this now, that should be > ok, it will not be a regression from 1.1.6. Well I really don't care about this, but just for my records a simple question. In 1.1.6 we have InsetFigure and in it's dialog we could

Re: Unusable "Additional Latex Options"

2002-04-08 Thread Herbert Voss
Kornel Benko wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Monday, 8. April 2002 10:47, Kornel Benko wrote: > >>On Sunday, 7. April 2002 18:24, Herbert Voss wrote: >> >>> can not reproduce. >>> insert a graphic, choose draft and save the file. what's >>> the contents? >>> >>See attached. >

Re: pre2

2002-04-08 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> Dropping --enable-shared didn't seem to help: The problem is probably to know why configure decided that you do not have strchr or bcopy. Could you send the snippet of your config.log file that mention them? JMarc

Re: Subfigure is broken

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: > > ps. Herbert, could you post me your graphics patches agian. I've gone and > deleted them my mistake ;-) here it comes. fixes now also the "special option" bug from the graphics gui http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36179.html HErbert -- ht

Re: pre2

2002-04-08 Thread Helge Hafting
Lars Gullik Bjønnes wrote: > > Helge Hafting <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bjønnes wrote: > >> > >> I have tagged and put pre2 up for ftp at ftp.devel.lyx.org > > > | I wanted to test this, and went to the ftp site. There I found > | a pre3 too, and downloaded that guessing it w

Re: [Devel] Another bug list!

2002-04-08 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Is that true that the extsize classes do not support normal sizes? Or > is it just that we forgot to add them to the layout file? Actually not. Normal sizes are supported too. We should add them. > BTW Juergen, I have seen your cry for help, but unfortunately I do n

Re: pre3

2002-04-08 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Yes, I have put a pre3 on ftp.devel.lyx.org as well. You could maybe announce it a bit on lyx-users... It would help catch a few problems maybe. Or we could use 1.2.1 for that. Lars> I now expect one more prerelease (new wee

Re: patches for 1.2.0prex

2002-04-08 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Any possiblility of getting patch files on ftp.devel? That can be done... but it is not as easy as to do a "cvs diff". The diff must be created from two tar.gz dists. -- Lgb

Re: [Devel] Another bug list!

2002-04-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I have reopened bug #306 and I need some help on this. Juergen> Any ideas? If you want to have the fontsizes, etc, popups correct when changing classes, you could extract from class_update() the part that sets the cla

Re: [Devel] Another bug list!

2002-04-08 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: >> > > Juergen> Juergen Spitzmueller wrote: > >>>I have reopened bug #306 and I need some help on this. >>> >>>Any ideas? Thanks. >>> > > Juergen> Note that this bug is really annoying if you ar

pre3

2002-04-08 Thread Lars Gullik Bjønnes
Yes, I have put a pre3 on ftp.devel.lyx.org as well. I now expect one more prerelease (new weekend). Most of my "make" issues have now been solved (in CVS), and I like people to check it out. Qt2 and gnome might have problems building, it was not very easy to get the distdir creation going...

Re: [Devel] Another bug list!

2002-04-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Juergen Spitzmueller wrote: >> I have reopened bug #306 and I need some help on this. >> >> Any ideas? Thanks. Juergen> Note that this bug is really annoying if you are using one of Juergen> the extsizes classes which

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Mon, Apr 08, 2002 at 02:59:29PM +0200, Lars Gullik Bjønnes wrote: | >> Juergen Vigna <[EMAIL PROTECTED]> writes: >> >> | On 08-Apr-2002 Herbert Voss wrote: >> > >> >> do me a favour and let subfigure untouched before 1.3 >> > >> | Well I think th

Re: Subfigure is broken

2002-04-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 08-Apr-2002 Herbert Voss wrote: >> do me a favour and let subfigure untouched before 1.3 Juergen> Well I think the problem here is that it is not anymore Juergen> supported. So we have 2 options. Add the support as it was

Re: Subfigure is broken

2002-04-08 Thread Martin Vermeer
On Mon, Apr 08, 2002 at 02:59:29PM +0200, Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > > | On 08-Apr-2002 Herbert Voss wrote: > > > >> do me a favour and let subfigure untouched before 1.3 > > > | Well I think the problem here is that it is not anymore supported. So

Re: Subfigure is broken

2002-04-08 Thread Herbert Voss
Juergen Vigna wrote: > On 08-Apr-2002 Herbert Voss wrote: > > >>do me a favour and let subfigure untouched before 1.3 >> > > Well I think the problem here is that it is not anymore supported. So we > have 2 options. Add the support as it was in the insetfigure or use an > InsetFigure if we h

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 08-Apr-2002 Herbert Voss wrote: > >> do me a favour and let subfigure untouched before 1.3 > | Well I think the problem here is that it is not anymore supported. So we | have 2 options. Add the support as it was in the insetfigure or use an | InsetFi

Re: Subfigure is broken

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 2:34 pm, Herbert Voss wrote: > Angus Leeming wrote: > > I _really_ think we should do this if the current soluion is a fudge. > > Else we'll have to provide backward compatability for crap. > > > > You mentioned that sub figure belongs in InsetFloat? > > > > This is what Go

Re: Subfigure is broken

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Herbert Voss wrote: > do me a favour and let subfigure untouched before 1.3 Well I think the problem here is that it is not anymore supported. So we have 2 options. Add the support as it was in the insetfigure or use an InsetFigure if we have subcaptions! Jug -- -._-.

Re: Subfigure is broken

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: > I _really_ think we should do this if the current soluion is a fudge. Else > we'll have to provide backward compatability for crap. > > You mentioned that sub figure belongs in InsetFloat? > > This is what Goosen's et al. has to say. > > 6.4.3 subfigure --- Figures insi

Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > I have reopened bug #306 and I need some help on this. > > Any ideas? Thanks. Note that this bug is really annoying if you are using one of the extsizes classes which provide other fontsizes but _not_ the standard fontsizes. I have tried to solve this but I had no s

RE: LyX-CVS + Open Xforms + FreeBSD: executable dumps core !?!

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 R. Lahaye wrote: >#4 0x2849ba9c in _X11TransSocketINETConnect () from /usr/X11R6/lib/libX11.so.6 >#5 0x2849ccad in _X11TransConnect () from /usr/X11R6/lib/libX11.so.6 >#6 0x2846798e in _X11TransConnectDisplay () from /usr/X11R6/lib/libX11.so.6 >#7 0x28475b21 in XOpenDisplay ()

LyX-CVS + Open Xforms + FreeBSD: executable dumps core !?!

2002-04-08 Thread R. Lahaye
Hi, After a few modifications to the Open Xforms Makefiles, it seems that Open Xforms is now working on my system: /opt/lib/libforms.so.0 /opt/lib/libforms.so -> libforms.so.0 /opt/lib/libforms.a /opt/include/X11/forms.h In my lyx-devel directory I do: $ gmake maintainer-clean $ cvs update $

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Monday 08 April 2002 11:58 am, Juergen Vigna wrote: >> On 08-Apr-2002 Angus Leeming wrote: >> > I was envisioning a collapsible inset much like InsetNote. No popups at >> > all. >> >> And where would you put the "Caption" stuff? As much as I know we

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 08-Apr-2002 Angus Leeming wrote: > >> I was envisioning a collapsible inset much like InsetNote. No popups at all. > | And where would you put the "Caption" stuff? As much as I know we had an | input box for the subfigure caption in insetfig, hadn't

Re: Makefile woes

2002-04-08 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> So you ran autogen but not configure? Jean-Marc> Make did that for me. But now that lunch is over, I'll Jean-Marc> retry. OK, re-running configure by hand

Re: Subfigure is broken

2002-04-08 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> And where would you put the "Caption" stuff? As much as I know we >> had an input box for the subfigure caption in insetfig, hadn't we? Angus> Yes and this is wrong, because the caption is not a fuction of Angus> the Figure but of som

Re: Subfigure is broken

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 11:58 am, Juergen Vigna wrote: > On 08-Apr-2002 Angus Leeming wrote: > > I was envisioning a collapsible inset much like InsetNote. No popups at > > all. > > And where would you put the "Caption" stuff? As much as I know we had an > input box for the subfigure caption in in

Re: Makefile woes

2002-04-08 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> So you ran autogen but not configure? Make did that for me. But now that lunch is over, I'll retry. JMarc

Re: Subfigure is broken

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Angus Leeming wrote: > I was envisioning a collapsible inset much like InsetNote. No popups at all. And where would you put the "Caption" stuff? As much as I know we had an input box for the subfigure caption in insetfig, hadn't we? > As for the subfigure, subtable stuff, this i

Re: April 4 xforms-0.9999

2002-04-08 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Why it is our problem to solve? IMHO this should be done on the xforms | side. Or rather it should be decided on the xforms side what their policy is. It is ok to not have all the libs in the archive/library, but the static and dynamic lib shoul

Re: April 4 xforms-0.9999

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Lars Gullik Bjønnes wrote: >| So we shouldn't try to find a solution??? > > You said that we had found the solution, and I say that we have only > found what the problem is... Maybe you didn't really read what I wrote, as we did find the solution, but I will rephrase it for you (

Re: April 4 xforms-0.9999

2002-04-08 Thread R. Lahaye
On 08-Apr-2002 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| My assumption in the reply to Rob was right, but here we definitvely have > | the solution for the problem ;) > > No, not the solution. libxforms should behave. The following is from the xforms mailing lis

Re: Subfigure is broken

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 11:35 am, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> | I _really_ think we should do this if the current solution is a > Lars> fudge. Else | we'll have to provide backward compatability for > Lars> crap. > > Lars>

Re: Makefile woes

2002-04-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | When | Lars> running make outside of source tree, I get: >>> | Lars> | cd . \ | && CONFIG_FILES=Makefile CONFIG_HEADERS= /

Re: April 4 xforms-0.9999

2002-04-08 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 08-Apr-2002 Lars Gullik Bjønnes wrote: >>| >>| ??? You're too cryptic for my likeing on Mondays! >> >> the solution is not to figure out what the problem is > | So we shouldn't try to find a solution??? You said that we had found the solution, and

Re: Subfigure is broken

2002-04-08 Thread Martin Vermeer
On Mon, Apr 08, 2002 at 12:27:34PM +0200, Lars Gullik Bjønnes wrote: ... > | You mentioned that sub figure belongs in InsetFloat? > > I am not sure that subfigure is allowed inside \begin{table} or > \begin{algorithm}. table works, believe it or not. ... > -- > Lgb > Martin msg3

Re: Makefile woes

2002-04-08 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | When Lars> running make outside of source tree, I get: >> Lars> | cd . \ | && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh Lars> ./config.status | creating Makefile | Making a

Re: Subfigure is broken

2002-04-08 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | I _really_ think we should do this if the current soluion is a Lars> fudge. Else | we'll have to provide backward compatability for Lars> crap. Lars> agree ... as long as we can make up a reasonable version of this thing. T

Re: April 4 xforms-0.9999

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Lars Gullik Bjønnes wrote: >| >| ??? You're too cryptic for my likeing on Mondays! > > the solution is not to figure out what the problem is So we shouldn't try to find a solution??? You get more and more cryptic or don't you like to work on mondays and so you would like to leave

  1   2   >