Re: minipage wierdness

2002-03-27 Thread Herbert Voss
Garst R. Reese wrote: > Well, I already fixed up the file I was having problems with, so will > have to search for another. There were however two problems. One was the > name change, the other was that formerly I would have: > |minipage| > |minipage| > I could change the widths to 44%t and inser

[PATCH] Re: minipage wierdness

2002-03-27 Thread Herbert Voss
Garst R. Reese wrote: > At the time of the %t -> %text patch, something went weird with my > mini-pages. > Two minipages with 44%t separated by an hfil used to appear side by side > in lyx. attached a patch also for compatibility to version < 1.1.6fix4 and "old" 1.2.0 files. > The %t went to

[PATCH] Re: [Devel] Bug list update

2002-03-27 Thread Juergen Spitzmueller
John Levon wrote: > > - The list of font size options (e.g. AMS allows 9pt) is not > > updated immediately in the document layout dialog when you change > > the document class > > bug #306 It seems to me that the attached patch fixes this bug. But I am not shure that I interpret the function of

Re: minipage wierdness

2002-03-27 Thread Herbert Voss
Garst R. Reese wrote: > At the time of the %t -> %text patch, something went weird with my > mini-pages. > Two minipages with 44%t separated by an hfil used to appear side by side > in lyx. > The %t went to pt, but changing it to %text made one appear under the > other and lost half of the minip

Re: [Devel] Bug list update

2002-03-27 Thread John Levon
On Wed, Mar 27, 2002 at 10:33:03PM +0100, Michael Schmitt wrote: > - The list of font size options (e.g. AMS allows 9pt) is not updated immediately > in the document layout dialog when you change the document class bug #306 > - When I change the language in the document layout dialog, the la

Breaking paragraph in a keepempty Section

2002-03-27 Thread John Levon
> > LyX (at least 1.1.6 [GM]) still won't let you press > > "return" on an empty Section (or whatever), BUT you can edit the text > > to be empty, and it will stay there. > > I normally write the following paragraph first, then move up and insert > the empty paragraph (e.g. the section) and fina

Re: [PATCH] Speed up parsing of documents

2002-03-27 Thread Allan Rae
On Thu, 28 Mar 2002, Jean-Marc Lasgouttes wrote: [...] > Therefore I moved the fonts, insets and backslash (useful for ERT) tests > to the top of the method. > > The result is that Buffer::parseSingleLyXformat2Token takes 16.2% of the > time, and the 404503 string comparisons now take less time th

[PATCH] Speed up parsing of documents

2002-03-27 Thread Jean-Marc Lasgouttes
Here is a small experimentation I did. It is known that parsing of very large files is slowed down by the fact that we do a whole lot of string compares instead of a good old binary search like in lyxlex. Typically, when loading a big file from Herbert, Buffer::parseSingleLyXformat2Token takes 25

[PATCH] simplify code

2002-03-27 Thread Herbert Voss
here is a real latex solution for a output when a graphic file doesn't exist. In this case I set the boundingbox to external values and the draft mode. Than we can have any possible filename and need no translation like latexify() or tricks with \verb{}. latex does it all: puts an rectangle with "

Re: toggling dialogs open and closed

2002-03-27 Thread Jean-Marc Lasgouttes
Angus Leeming wrote: > On Tuesday 19 March 2002 3:53 pm, Angus Leeming wrote: > >>Good! Then the interface is to be: >> >>LFUN_INSET_PROPERTIES, inset-properties >>Inset::toggleDialog(BufferView *) {} > > >>I'll code it up now. > > > JMarc, here's the patch. It seems to work perfectly. I beli

Re: UI request

2002-03-27 Thread Jean-Marc Lasgouttes
> I think it would be better to supply the newer version with 1.2 so that > the docs won't get screwed. If not, then a script "update.sty %i.sty" > that references a really good CTAN site like dante. I've gotten really > frustrated trying to update with mirrors that were older than my oldest > CD'

Re: End of unknown command

2002-03-27 Thread Andre Poenitz
On Wed, Mar 27, 2002 at 04:38:25PM +0100, Marco Morandini wrote: > This is not a big issue (and I'm not sure my description of the problem > is clear), but is annoying. It's just a bit difficult to get everything right in all cases. I've just committed a patch. It would be nice if you could chec

End of unknown command

2002-03-27 Thread Marco Morandini
In lyx 1.1.6, lyx has a nice way to handle unknown commands in math mode, i.e.: Insert->Math Formula \T{ and lyx magically understands that the command name is T, ''ends'' the command name and closes the {. In lyx 1.2 this is no more the case: I have to place a space after "\T" and THEN if i wr

Re: AMS symbols [was: Re: Math panel error.]

2002-03-27 Thread Juergen Vigna
On 27-Mar-2002 Joao Luis Meloni Assirati wrote: > If you are using xfree86-4, you must include the line > > Load"type1" [snip] All of this obviously only if you don't use xfs! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-M

Re: AMS symbols [was: Re: Math panel error.]

2002-03-27 Thread Joao Luis Meloni Assirati
On Wed, 27 Mar 2002, Andre Poenitz wrote: > Fresh checkout, clean font path, ./configure && make -> no AMS symbol > visible (but neither wrong ones). If you are using xfree86-4, you must include the line Load"type1" in 'Section "Module"' of XF86Config-4, otherwise the x-server will re

Re: AMS Symbol

2002-03-27 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> But everything works fine if I add the fontpath manually... LyX is not supposed to set the fontpath by itself. I posted a proof of concept patch, but do not intend to work fursther on it, since there are several difficult problems

Re: AMS Symbol

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 2:45 pm, Andre Poenitz wrote: > But everything works fine if I add the fontpath manually... > > Andre' About the wrong symbols stuff that you were experiencing. I found something similar if I generated my fontpath and then deleted one of the directories to which it po

AMS Symbol

2002-03-27 Thread Andre Poenitz
But everything works fine if I add the fontpath manually... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

AMS symbols [was: Re: Math panel error.]

2002-03-27 Thread Andre Poenitz
On Wed, Mar 27, 2002 at 03:15:36PM +0100, Jean-Marc Lasgouttes wrote: > lib/configure does that for you. And I gratuitously changed the > directory name from fonts/ to xfonts/ :) > > If you cannot get it to work, then I have a bug to fix. Fresh checkout, clean font path, ./configure && make ->

Re: Math panel error.

2002-03-27 Thread John Levon
On Wed, Mar 27, 2002 at 04:35:56PM +0200, Dekel Tsur wrote: > > Why don't we draw things like \Ump btw ? > > Which package defines it ? Sorry, I don't know, it is listed in texmacs shorthands.scm file ... regards john -- "Way back at the beginning of time around 1970 the first man page was

Re: More eye candy

2002-03-27 Thread John Levon
On Mon, Mar 25, 2002 at 10:17:55PM +0100, Jean-Marc Lasgouttes wrote: > >yes, it would. I suspect they just hard code everything in; they don't > >need to work with more than one frontend. > > Even these apps do not allow to redefine menus (a la word)? They suck. I was wrong. http://www.andamo

Re: Math panel error.

2002-03-27 Thread Dekel Tsur
On Wed, Mar 27, 2002 at 02:14:04PM +, John Levon wrote: > On Wed, Mar 27, 2002 at 03:06:39PM +0100, Andre Poenitz wrote: > > > I curretnly get 't' displayed instead of \sqcup, and there is a console > > message "Could not get font. Using 'fixed'". > > \sqcup is OK in my build, from yesterday

Re: a quickie

2002-03-27 Thread Juergen Vigna
On 27-Mar-2002 Angus Leeming wrote: > So if Jürgen could devise a scheme to ensure that the inset always knows how > wide the BufferView is (the inset would probably need to connect to a > BufferView signal), then the GraphicsCache could leverage this info. Good idea, remind me of this in the

Re: Changed?

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 10:26 am, Andre Poenitz wrote: > Open a new dow, and Layout->Paragraph. > Let the mouse hover over 'Close'. > The doc status goes to 'Changed'. > > Andre' I don't see this either. Angus

Re: More eye candy

2002-03-27 Thread John Levon
On Mon, Mar 25, 2002 at 10:17:55PM +0100, Jean-Marc Lasgouttes wrote: > >I could use tooltips I suppose ... a minor point anyway. > > Yes, but it is all these minor points that make a polished UI. But I suspect we have a long time until 1.3.final :) > >hmm ? It's a hint - frontends are free to

Re: a quickie

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 2:14 pm, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: > > Juergen> On 27-Mar-2002 Herbert Voss wrote: > >> two ways: a) accept these relative lengths and pass them to the > >> inset and ignore them when drawing the image on s

Re: Math panel error.

2002-03-27 Thread John Levon
On Wed, Mar 27, 2002 at 03:06:39PM +0100, Andre Poenitz wrote: > I curretnly get 't' displayed instead of \sqcup, and there is a console > message "Could not get font. Using 'fixed'". \sqcup is OK in my build, from yesterday. Why don't we draw things like \Ump btw ? regards john -- "Way back

Re: Math panel error.

2002-03-27 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Mar 27, 2002 at 10:58:12AM -0300, Joao Luis Meloni Andre> Assirati wrote: >> Yeah, it is working fine for me now, thanks! But \mathcircumflex >> still fails. Andre> Nevertheless, the 'lib/create_fonts' script (or however i

Re: a quickie

2002-03-27 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 27-Mar-2002 Herbert Voss wrote: >> two ways: a) accept these relative lengths and pass them to the >> inset and ignore them when drawing the image on screen Juergen> I don't understand I have this in InsetMinipage which al

Re: a quickie

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> two ways: a) accept these relative lengths and pass them to Herbert> the inset and ignore them when drawing the image on screen b) Herbert> set lyxview-size inside FormGraphics to DEFAULT_SIZE when a Herbert> relative length was

Re: a quickie

2002-03-27 Thread Juergen Vigna
On 27-Mar-2002 Herbert Voss wrote: > two ways: > a) accept these relative lengths and pass them to the inset > and ignore them when drawing the image on screen I don't understand I have this in InsetMinipage which also uses this %lengths and displays them WYSIWYMG on screen this is the fuct

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Mar 27, 2002 at 02:58:59PM +0100, Jean-Marc Lasgouttes John> wrote: >> GUI-I widgets and form management? ;) John> don't even joke about it ! John> At least I know there will be one person who will /always/ John> vigourously o

Re: Math panel error.

2002-03-27 Thread Andre Poenitz
On Wed, Mar 27, 2002 at 10:58:12AM -0300, Joao Luis Meloni Assirati wrote: > Yeah, it is working fine for me now, thanks! But \mathcircumflex still > fails. Nevertheless, the 'lib/create_fonts' script (or however it was called exactly) seems to be gone. Why? What do we use nowadays? I curretnly

Re: UI request

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> Jean-Marc Lasgouttes wrote: > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > Herbert> the dvi-output > >>>Interesting. This is not what I get..

Re: a quickie

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> what exactly shall we substitute when col%, ... are allowed > Herbert> for lyxview. Until the above feature doesn't work , for > Herbert> example 50col% must be converted to pt, cm or any

Re: Math panel error.

2002-03-27 Thread Joao Luis Meloni Assirati
On Wed, 27 Mar 2002, Andre Poenitz wrote: > Aehm.. does the AmS font stuff still work for everybody in recent CVS? Yeah, it is working fine for me now, thanks! But \mathcircumflex still fails. João.

Re: UI request

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Jean-Marc Lasgouttes wrote: >>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> >>> writes: >>> Herbert> the dvi-output >> Interesting. This is not what I get... My float.sty version is >> \ProvidesPackage{float} [200

Re: Math panel error.

2002-03-27 Thread Andre Poenitz
On Wed, Mar 27, 2002 at 02:48:28PM +0100, Andre Poenitz wrote: > No... fixed in the wrong tree... I have a bigger patch that I don't want to > commit and I always get confused... Aehm.. does the AmS font stuff still work for everybody in recent CVS? Andre' -- Those who desire to give up Freedo

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 1:45 pm, John Levon wrote: > On Wed, Mar 27, 2002 at 01:42:50PM +, Angus Leeming wrote: > > Sure, I have. It's what gave me the idea for LengthGroup. The combo is > > only half of it and it's the whole that is of interest to the user. > > I think it isn't "complete"

Re: Math panel error.

2002-03-27 Thread Andre Poenitz
On Wed, Mar 27, 2002 at 10:38:23AM -0300, Joao Luis Meloni Assirati wrote: > > Fixed. > > Are you sure? No... fixed in the wrong tree... I have a bigger patch that I don't want to commit and I always get confused... Andre' -- Those who desire to give up Freedom in order to gain Security, will

Re: UI request

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> the dvi-output > > Interesting. This is not what I get... > > My float.sty version is > \ProvidesPackage{float} > [2001/08/17 v1.3c Float enhancements (AL)] > > Maybe you have

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread John Levon
On Wed, Mar 27, 2002 at 01:42:50PM +, Angus Leeming wrote: > Sure, I have. It's what gave me the idea for LengthGroup. The combo is only > half of it and it's the whole that is of interest to the user. I think it isn't "complete" because some of its uses are slightly different between the d

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 1:00 pm, John Levon wrote: > On Wed, Mar 27, 2002 at 11:02:34AM +, Angus Leeming wrote: > > This is the sort of thing that the gnome and qt2 frontends could also do > > to their advantage. > > s/could/do/ > > checkout lengthcombo.C for one (old KDE had more of this s

Re: Math panel error.

2002-03-27 Thread Joao Luis Meloni Assirati
On Tue, 26 Mar 2002, Andre Poenitz wrote: > On Tue, Mar 26, 2002 at 01:01:14PM -0300, Joao Luis Meloni Assirati wrote: > > The symbol \gvertneqq is passed as \gverteqq to lyx by the math panel. > > Fixed. Are you sure? Still not working for me. João.

Re: a quickie

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> what exactly shall we substitute when col%, ... are allowed Herbert> for lyxview. Until the above feature doesn't work , for Herbert> example 50col% must be converted to pt, cm or any other. But Herbert> % of what? We could all

Re: UI request

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> the dvi-output Interesting. This is not what I get... My float.sty version is \ProvidesPackage{float} [2001/08/17 v1.3c Float enhancements (AL)] Maybe you have a version older than 1.2? % \changes{v1.2e}{09 Mar 2000}

Re: a quickie

2002-03-27 Thread Herbert Voss
Angus Leeming wrote: > The reworking is definitely for the future. I envisage an insetgraphics > containing a > std::map cached_views; > for these "variable-sized" images. I hope you're shuddering at the thought. > > >>We could for now show t% and friends as 'original size' for the >>pur

Re: UI request

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> Jean-Marc Lasgouttes wrote: seems to be not a question of > Herbert> lazy ... ;-) such doc I have myself. I want to have a one > Herbert> _with_ caption, which is seen in the dvi-layout ..

Re: UI request

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Jean-Marc Lasgouttes wrote: seems to be not a question of Herbert> lazy ... ;-) such doc I have myself. I want to have a one Herbert> _with_ caption, which is seen in the dvi-layout >> Huh? I have added come captions, and i

Re: Changed?

2002-03-27 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Open a new dow, and Layout->Paragraph. Let the mouse hover over Andre> 'Close'. The doc status goes to 'Changed'. I don't see that. JMarc

Re: UI request

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: > > Herbert> seems to be not a question of lazy ... ;-) such doc I have > Herbert> myself. I want to have a one _with_ caption, which is seen in > Herbert> the dvi-layout > > Huh? I have added come captions, and it seems to work just well > (caption after algor

Re: UI request

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Jean-Marc Lasgouttes wrote: >>> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> >>> writes: >>> Herbert> than please please send me a lyx-file with an algorithm* and Herbert> a caption in two column mode. >> Something

Re: UI request

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> than please please send me a lyx-file with an algorithm* and > Herbert> a caption in two column mode. > > Something like that? (sorry, no caption, I am lazy) seems to be not a question

Re: Grace converter configuration

2002-03-27 Thread Jean-Marc Lasgouttes
> "Marco" == Marco Morandini <[EMAIL PROTECTED]> writes: Marco> I had to modify configure.m4 to get a working Grace-5.1.4->EPS Marco> conversion Thanks. Applied. JMarc

Re: UI request

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> than please please send me a lyx-file with an algorithm* and Herbert> a caption in two column mode. Something like that? (sorry, no caption, I am lazy) JMArc newfile3.lyx Description: Binary data

Re: UI request

2002-03-27 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | Jean-Marc Lasgouttes wrote: > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >>>Herbert> Jean-Marc Lasgouttes wrote: >>> >>> >Since InsetFloats have a nice wide() method to toggle be

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 11:11 am, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I guess the frustration just got sufficient for me to do > Angus> something about it. Anyway, I have formed the opinion that our > Angus> use of the xforms libra

Re: relative lengths c%,t%,....

2002-03-27 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Wednesday 27 March 2002 11:00 am, Jean-Marc Lasgouttes >> I like that. Does anybody have an objection? Angus> No. I like it too. A I'll apply it, then. JMarc

Re: UI request

2002-03-27 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: > >>>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >>> >> Herbert> Jean-Marc Lasgouttes wrote: >> Since InsetFloats have a nice wide() method to toggle between wide and normal, it would be nice to be ab

Re: C++ wrappers to the xforms library routines.

2002-03-27 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I guess the frustration just got sufficient for me to do Angus> something about it. Anyway, I have formed the opinion that our Angus> use of the xforms library is sufficiently "simple" to make Angus> simple wrappers with C++ semant

Re: UI request

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> Jean-Marc Lasgouttes wrote: > >>>Since InsetFloats have a nice wide() method to toggle between wide >>>and normal, it would be nice to be able to change this in the >>>insetfloat dialog,

Re: relative lengths c%,t%,....

2002-03-27 Thread Andre Poenitz
On Wed, Mar 27, 2002 at 12:00:08PM +0100, Jean-Marc Lasgouttes wrote: > Herbert> this should be changed before 1.2.pre if it should be changed > Herbert> ... c% -> col% t% -> text% l% -> line% p% -> page% > > I like that. Does anybody have an objection? Yes. The proposal could have been made ear

Re: preparing for 1.2

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> two layout files for 1.2 dtk.layout (Journal of the German > Herbert> TeX User Group - www.dante.de) > > Herbert> ltugboat.layout (Journal of the TeX User Group - www.tug.org) > > They l

Re: relative lengths c%,t%,....

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 11:00 am, Jean-Marc Lasgouttes wrote: > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> this should be changed before 1.2.pre if it should be changed > Herbert> ... c% -> col% t% -> text% l% -> line% p% -> page% > > Herbert> column% is also possi

Re: updating NEWS

2002-03-27 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Wed, Mar 27, 2002 at 11:43:20AM +0100, Jean-Marc Lasgouttes Dekel> wrote: >> >> > - Babel can be disabled when using the default language > >> > >> your >> >> >> >> you're Garst> Well it could be "...when you're using your de

C++ wrappers to the xforms library routines.

2002-03-27 Thread Angus Leeming
I guess the frustration just got sufficient for me to do something about it. Anyway, I have formed the opinion that our use of the xforms library is sufficiently "simple" to make simple wrappers with C++ semantics easy to achieve. Here then is a start. All widgets would derive from XFwidget wh

Re: Grace converter configuration

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Marco" == Marco Morandini <[EMAIL PROTECTED]> writes: >> > > Marco> I had to modify configure.m4 to get a working Grace-5.1.4->EPS > Marco> conversion > > Could somebody confirm that this will work with other grace versions? > I know nothing about that pro

Re: relative lengths c%,t%,....

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> this should be changed before 1.2.pre if it should be changed Herbert> ... c% -> col% t% -> text% l% -> line% p% -> page% Herbert> column% is also possible but than some guis need to be Herbert> changed (too small choices). It'

Re: UI request

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Jean-Marc Lasgouttes wrote: >> Since InsetFloats have a nice wide() method to toggle between wide >> and normal, it would be nice to be able to change this in the >> insetfloat dialog, besides placement. If this is done, we coul

Re: updating NEWS

2002-03-27 Thread Dekel Tsur
On Wed, Mar 27, 2002 at 11:43:20AM +0100, Jean-Marc Lasgouttes wrote: > >> > - Babel can be disabled when using the default language > > > >> your > >> > >> you're > Garst> Well it could be "...when you're using your default language," > Garst> but the point was that "the default language" c

Re: [GNOME-Patch] Fix bug 169, Rename files, remove old files

2002-03-27 Thread Michael Koziarski
> > To save mailling list traffic I've put the patch here: > > http://www.koziarski.org/gnome-fix-and-rename.tar.bz2 > > Please look it over and apply. > > Very good. It's in. Why not go on now and rename the class within GUrl.[Ch] > to GUrl. Etc, Etc. ;-) > Alright alright, that'll be the nex

Re: make install failing

2002-03-27 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Jean-Marc Lasgouttes wrote: >> > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: >> Garst> log attached. Garst/usr/bin/ginstall: `../../lib/scripts/CVS' Garst> is a directory >> So you build from a subdir of lyx-devel,

Re: Grace converter configuration

2002-03-27 Thread Jean-Marc Lasgouttes
> "Marco" == Marco Morandini <[EMAIL PROTECTED]> writes: Marco> I had to modify configure.m4 to get a working Grace-5.1.4->EPS Marco> conversion Could somebody confirm that this will work with other grace versions? I know nothing about that program. JMArc

Re: updating NEWS

2002-03-27 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Angus Leeming wrote: >> >> On Tuesday 26 March 2002 3:20 pm, Garst R. Reese wrote: >> > Jean-Marc Lasgouttes wrote: >> > > I commited a first try at updating NEWS. I'm sure I forgot many >> things. >> > > >> > > - New minipage ins

Re: UI request

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: > Since InsetFloats have a nice wide() method to toggle between wide and > normal, it would be nice to be able to change this in the insetfloat > dialog, besides placement. If this is done, we could get rid of the > 'Wide' entries in Insert Float submenu. only figure

relative lengths c%,t%,....

2002-03-27 Thread Herbert Voss
this should be changed before 1.2.pre if it should be changed ... c% -> col% t% -> text% l% -> line% p% -> page% column% is also possible but than some guis need to be changed (too small choices). It's obviously that this is much more better for users to understand what relative length they choo

UI request

2002-03-27 Thread Jean-Marc Lasgouttes
Since InsetFloats have a nice wide() method to toggle between wide and normal, it would be nice to be able to change this in the insetfloat dialog, besides placement. If this is done, we could get rid of the 'Wide' entries in Insert Float submenu. JMarc

Re: preparing for 1.2

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> two layout files for 1.2 dtk.layout (Journal of the German Herbert> TeX User Group - www.dante.de) Herbert> ltugboat.layout (Journal of the TeX User Group - www.tug.org) They look good. Could I have entries for LaTeXConfig.lyx

Re: lyxinclude question

2002-03-27 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Wednesday 27 March 2002 10:01 am, Jean-Marc Lasgouttes Angus> wrote: >> Hmm... Maybe. However, it looks more like INSTALL.compaqcxx, no? Angus> Yes. But then why would you install gcc if you already had a Angus> very good compi

Changed?

2002-03-27 Thread Andre Poenitz
Open a new dow, and Layout->Paragraph. Let the mouse hover over 'Close'. The doc status goes to 'Changed'. 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: lyxinclude question

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 10:01 am, Jean-Marc Lasgouttes wrote: > Hmm... Maybe. However, it looks more like INSTALL.compaqcxx, no? Yes. But then why would you install gcc if you already had a very good compiler? Especially since you'd be unable to link with any native C++ libraries. > And I d

Re: [GNOME-Patch] Fix bug 169, Rename files, remove old files

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 2:03 am, Michael Koziarski wrote: > Hey guys, > > I've fixed #169 (Thanks heaps Angus and John) and renamed the dialogs that > I use (all four of them) from FormX.[Ch] to GX.[Ch]. The patch fixes > Makefile.am, dialogs and the .C files. There's also a remove-files.sh >

Re: lyxinclude question

2002-03-27 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Wednesday 27 March 2002 9:21 am, Jean-Marc Lasgouttes wrote: >> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Angus> Moreover, it still doesn't work. I would conclude, therefore, Angus> that my little patch is n

Re: lyxinclude question

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 9:21 am, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Moreover, it still doesn't work. I would conclude, therefore, > Angus> that my little patch is necessary for the time being, at least > Angus> as far as DEC is co

Re: a quickie

2002-03-27 Thread Angus Leeming
On Wednesday 27 March 2002 9:30 am, Jean-Marc Lasgouttes wrote: > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> as I said text% in lyxview is that what I like to see, but > Herbert> this was Angus' comment > > Herbert> > http://www.mail-archive.com/lyx-devel%40lists.lyx.

Re: preparing for 1.2

2002-03-27 Thread Herbert Voss
two layout files for 1.2 dtk.layout (Journal of the German TeX User Group - www.dante.de) ltugboat.layout (Journal of the TeX User Group - www.tug.org) I use them frequently Herbert -- http://www.lyx.org/help/ #% Do not delete the line below; configure depends on this # \DeclareLaTeXCla

Re: a quickie

2002-03-27 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> as I said text% in lyxview is that what I like to see, but Herbert> this was Angus' comment Herbert> http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg33612.html I see. I remember it now. But there is hope for the futur

Re: elsart style

2002-03-27 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Tue, Mar 26, 2002 at 03:03:26PM +0100, Jean-Marc Lasgouttes Andre> wrote: >> I guess the reason it is not in is that the support is not very >> good (due to lyx shortcomings): Andre> It would be a starting point, wouldn't it?

Re: lyxinclude question

2002-03-27 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Moreover, it still doesn't work. I would conclude, therefore, Angus> that my little patch is necessary for the time being, at least Angus> as far as DEC is concerned. The problem is that you patch only fixes the flimage_dup case,

Re: preparing for 1.2

2002-03-27 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Tue, Mar 26, 2002 at 12:19:06PM +0100, Jean-Marc Lasgouttes John> wrote: Lars> MAINTAINERS >> Should be removed, unless someone volunteers to write it. John> it's pointless if you ask me especially now we've agreed to add John> \au

Re: Menu separator troubles

2002-03-27 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Menu separators are getting deleted. type in a new doc : John> blahblahblah John> then press return - boom, it disappears Yuck! I fixed that by disabling my nifty code to allow breaking on screen after that and hyphenation character.

Re: a quickie

2002-03-27 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> > > Lars> [EMAIL PROTECTED] (Juergen Spitzmueller) writes: > Lars> | Jean-Marc Lasgouttes wrote: > However, what I would prefer (assuming that latex size and lyx size are exactly compatibl

Re: a quickie

2002-03-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> [EMAIL PROTECTED] (Juergen Spitzmueller) writes: Lars> | Jean-Marc Lasgouttes wrote: >>> However, what I would prefer (assuming that latex size and lyx >>> size are exactly compatible) would be to ignore the "size" >>> paramete

Re: a quickie

2002-03-27 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | Jean-Marc Lasgouttes wrote: >> However, what I would prefer (assuming that latex size and lyx size >> are exactly compatible) would be to ignore the "size" parameter of >> figinset (which is directly computed from the paper size anyway), and >> h