reLyX and minipages revisited

2003-02-07 Thread Angus Leeming
I have gone over Georg's minipage patch with a fine toothed comb. I had to make a few changes, but it now works perfectly except for one tiny limitation (also present without this patch). reLyX does not recognise when it has got to the end of a paragraph unless it is told explicitly with $IsNe

Re: [PATCH] changes: LColor

2003-02-07 Thread Angus Leeming
John Levon wrote: > I'm drunk and I'm still making more sense than you ! But to whom, that is the question. -- Angus

Re: [PATCH] changes: LColor

2003-02-07 Thread John Levon
On Sat, Feb 08, 2003 at 12:54:53AM +, Angus Leeming wrote: > >> Anyway, they're configurable aren't they, so if Martin wants gold with > >> purple linings he can have that too. > > (Comes over all innocent) what dod I say? What dod indeed ! I'm drunk and I'm still making more sense than yo

Re: [PATCH] changes: LColor

2003-02-07 Thread Angus Leeming
John Levon wrote: > On Sat, Feb 08, 2003 at 12:28:42AM +, Angus Leeming wrote: > >> Anyway, they're configurable aren't they, so if Martin wants gold with >> purple linings he can have that too. > > Hey, how about you leave Allan alone now ! (Comes over all innocent) what dod I say? -- An

Re: [PATCH] changes: LColor

2003-02-07 Thread John Levon
On Sat, Feb 08, 2003 at 12:28:42AM +, Angus Leeming wrote: > Anyway, they're configurable aren't they, so if Martin wants gold with > purple linings he can have that too. Hey, how about you leave Allan alone now ! john

Re: [Bug 809] LyX resets document class if the TeX class is missing

2003-02-07 Thread Michael Schmitt
Hi John, hi Jean-Marc, Michael can you attach your patch ?? please find the patch attached to this mail. I guess you want to make some changes before committing it. Hence I post it to the mailing list. As mentioned before, the patch is much smaller than it was originally. Here comes a short

Re: [PATCH] changes: LColor

2003-02-07 Thread Angus Leeming
John Levon wrote: > On Fri, Feb 07, 2003 at 09:02:26PM +0200, Martin Vermeer wrote: > >> Does this mean strikeout is red, newly inserted is blue? And changebar >> (blue) is used to tag both? > > Yes. > >> Would it be very hard to have a real strikeout (line through the >> middle) > > this alre

Re: What Magic Compiler Is Needed for LyX?

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 12:30:12PM -0600, Andreas Pour wrote: > For SuSE 8.0, the compile is broken if you set CXXFLAGS in your env. This is IF you're fiddling with CXXFLAGS you should know what you're doing. > For Mandrake 9.0 and RH 8.0, the problem is that you need to add > "-DHAVE_STRERROR"

Re: [PATCH] changes: LColor

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 09:02:26PM +0200, Martin Vermeer wrote: > Does this mean strikeout is red, newly inserted is blue? And changebar > (blue) is used to tag both? Yes. > Would it be very hard to have a real strikeout (line through the > middle) this already happens. > and have new text und

Re: [Bug 814] Visualize vertical spaces (small/med/bigskip)

2003-02-07 Thread Michael Schmitt
Dear Jean Marc, Is there a reason why no arrow is shown in the case of small/med/big/skip? Not really... I'll apply nevertheless, but will not close right now The attached patch fixes the problem. Please apply it to 1.3.1cvs and 1.4.0cvs. Thanks, Michael Index: lyx-devel-1.3.Xcvs/src/tex

[patch 1.3.x] enable reLyX to handle natbib citations

2003-02-07 Thread Angus Leeming
Jean-Marc, I've applied this to 1.4.x already. Here's a patch for 1.3.x together with a test .tex file for you to try it out with. The reLyX support for this package is now exactly the same as LyX's. Rgds, -- Angus Index: status.13x ==

LyX Qt crash on powerpc: still unsolved

2003-02-07 Thread Nirmal Govind
Hi folks.. I'd reported this problem earlier but haven't found the solution to the problem yet.. I compiled the CVS version on my Debian powerpc linux.. compile goes fine but when I try starting lyx from src/lyx, it crashes immediately... my configuration is as follows: LyX 1.4.0cvs of Thu, Jan 30

Re: bibtex and lyx 1.2.1

2003-02-07 Thread Angus Leeming
Georg Baum wrote: > Am Freitag, 7. Februar 2003 16:01 schrieb Dekel Tsur: >> From lyx-users: >> >> On Thu, Feb 06, 2003 at 11:10:12PM +, Angus Leeming wrote: >> > Our BibTeX parser isn't very robust. All will be fine if you move the >> > key onto the same line as the @article etc. >> >> Can we

Re: Using Qt in text.C

2003-02-07 Thread Angus Leeming
Daniel Naber wrote: > Hi, > > I'd like to use some Qt classes in text.C - just for trying some things > out. As it's also about non-GUI classes, I guess using the GUI > independance stuff doesn't make sense. Can someone tell me how to make Qt > classes in text.C work? Currently the Qt headers are

Using Qt in text.C

2003-02-07 Thread Daniel Naber
Hi, I'd like to use some Qt classes in text.C - just for trying some things out. As it's also about non-GUI classes, I guess using the GUI independance stuff doesn't make sense. Can someone tell me how to make Qt classes in text.C work? Currently the Qt headers aren't even found when included

Re: bibtex and lyx 1.2.1

2003-02-07 Thread Georg Baum
Am Freitag, 7. Februar 2003 16:01 schrieb Dekel Tsur: > From lyx-users: > > On Thu, Feb 06, 2003 at 11:10:12PM +, Angus Leeming wrote: > > Our BibTeX parser isn't very robust. All will be fine if you move the > > key onto the same line as the @article etc. > > Can we find a more robust parser i

Re: What Magic Compiler Is Needed for LyX?

2003-02-07 Thread Andreas Pour
Hi, Thanks for the various responses. I have now managed to compile LyX on SuSE 8.0 and Mandrake 9.0 (I assume RH 8.0 will also now compile and I guess SuSE 8.1 needs a compiler upgrade). The problems appear to be in the build system, and/or lack of documenation in the INSTALL files to work aro

reLyX support for \i, \j, \l, \L, \ss

2003-02-07 Thread Angus Leeming
This patch enables reLyX to recognise that these should all be output as insetLatexAccents. LyX can render all except \ss well. Is this a limitation of insetlatexaccent, or should \ss not be such a beast? -- Angus Index: lib/ChangeLog

Re: [PATCH] changes: LColor

2003-02-07 Thread Martin Vermeer
On Fri, Feb 07, 2003 at 12:55:17PM +, John Levon spake thusly: > > Add GUI colors for added/deleted text, and the changebars > > > diff -u -r1.35 LColor.C > --- src/LColor.C 6 Jan 2003 14:02:20 - 1.35 > +++ src/LColor.C 7 Feb 2003 11:31:43 - > @@ -84,6 +84,9 @@ >

Re: LaTeX question

2003-02-07 Thread Angus Leeming
On Friday 07 February 2003 6:23 pm, Andre Poenitz wrote: > On Fri, Feb 07, 2003 at 06:14:23PM +, Angus Leeming wrote: > > > On a German keybord it's just to the right of '0', i.e. where the '-' > > > is on a keyboard with US layout. > > > > To save me the hassle of buying a german keyboard, cou

Re: How to develop support for Kannada language in LyX?

2003-02-07 Thread Martin Vermeer
On Fri, Feb 07, 2003 at 12:01:01PM +0100, Jean-Marc Lasgouttes spake thusly: B > > "Ananda" == Ananda Murthy R S <[EMAIL PROTECTED]> writes: > > Ananda> Hello: I am interested in developing support for Kannada > Ananda> language (a South Indian language) in LyX. Can anybody give me > Ananda>

Re: LaTeX question

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 06:14:23PM +, Angus Leeming wrote: > > On a German keybord it's just to the right of '0', i.e. where the '-' is > > on a keyboard with US layout. > > To save me the hassle of buying a german keyboard, could you modify that > little accents.lyx file and post it back to

Re: How to develop support for Kannada language in LyX?

2003-02-07 Thread Philipp Reichmuth
Hello Ananda, AMRS> I am interested in developing support for Kannada language (a South AMRS> Indian language) in LyX. Can anybody give me the hint regarding where to AMRS> start? First, you'll need to get Kannada working in LaTeX, as LyX uses LaTeX for its paper output. The best solution would I

Re: LaTeX question

2003-02-07 Thread Angus Leeming
Andre Poenitz wrote: > On Fri, Feb 07, 2003 at 06:04:58PM +, Angus Leeming wrote: >> You'd think so wouldn't you. Ok, reLyX now recognises them and LyX can >> display \l{} and \L{} well enough. Does anyone understand what it's >> trying to do with \ss{}? How do I input such a char in LyX (not

Re: LaTeX question

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 06:04:58PM +, Angus Leeming wrote: > You'd think so wouldn't you. Ok, reLyX now recognises them and LyX can > display \l{} and \L{} well enough. Does anyone understand what it's trying > to do with \ss{}? How do I input such a char in LyX (not by using the > compose k

Re: LaTeX question

2003-02-07 Thread Angus Leeming
Andre Poenitz wrote: > On Fri, Feb 07, 2003 at 05:51:09PM +, Angus Leeming wrote: >> Now that I've worked out how to get reLyX to recognise \l \L and \ss, how >> should I output them? As \l{}, \L{} and \ss{} ? > > That's a faily safe way. > > Andre' You'd think so wouldn't you. Ok, reLyX no

Re: LaTeX question

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 05:51:09PM +, Angus Leeming wrote: > Now that I've worked out how to get reLyX to recognise \l \L and \ss, how > should I output them? As \l{}, \L{} and \ss{} ? That's a faily safe way. Andre' -- Those who desire to give up Freedom in order to gain Security, will no

LaTeX question

2003-02-07 Thread Angus Leeming
Now that I've worked out how to get reLyX to recognise \l \L and \ss, how should I output them? As \l{}, \L{} and \ss{} ? -- Angus

Re: Opinions solicited

2003-02-07 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > I'll try to, but I am not a tabular expert at all. I would feel safe > if for example Dekel said that it is OK. I did not mean to say that > you did not work hard enough... And since it is friday, I should have > been able to assert that without you shrugging all the t

Re: Opinions solicited

2003-02-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Why not, once it has been properly (I mean _properly_) tested. Angus> that's why I supplied a test case for you to try out Angus> and a patch for you to look at. I think that this either works Angus> or it doesn't work, but you are _

Re: Look...

2003-02-07 Thread Juergen Spitzmueller
Am Freitag, 7. Februar 2003 18:11 schrieb Juergen Spitzmueller: > http://apps.kde.com/fr/2/info/vid/8784?br=true Sorry, misread. I actually thought Matthias himself did the announcement ;-) (but thanks Moritz anyway) Jürgen.

Look...

2003-02-07 Thread Juergen Spitzmueller
http://apps.kde.com/fr/2/info/vid/8784?br=true Jürgen

About Optional arguments and reLyX

2003-02-07 Thread Jean-Marc Lasgouttes
Angus, If you want to support optional arguments correctly you have to 1/ when parsing the layout files, take note whether the styles have 'OptionalArgs 1' in there. 2/ when parsing a command which does have OptionalAgrs set, then parse the optional argument and place it as an InsetOptArg at t

Re: bibtex and lyx 1.2.1

2003-02-07 Thread Juergen Spitzmueller
Angus Leeming wrote: > I did improve it, yes, but don't have access to the machine on which it > currently resides. (I'm working from home and that machine is in the office > and currently turned off.) OK. Sorry for hassling you, but I'm really interested (and willing to help improving it). Actua

Re: [patch] iu1.diff

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 04:43:18PM +, John Levon wrote: > > First stab. Introduce a common base class and move dispatch codes there. > > [Some renaming will occur later, I thought I better keep it small...] > > If the entire series of patches is going to be this simple, it's going > to be easy

Re: mathed and relyx revisited

2003-02-07 Thread Angus Leeming
Andre Poenitz wrote: > On Fri, Feb 07, 2003 at 04:30:29PM +, Angus Leeming wrote: >> André, am I correct in saying that I should leave only the lines starting >> \ensuremath, \sb, \sp ? I'll have a go anyway. (Feel free to 'add >> "support" for ensuremath, sb and sp easily' ;-) > > I think so

Re: [patch] iu1.diff

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 05:35:21PM +0100, Andre Poenitz wrote: > First stab. Introduce a common base class and move dispatch codes there. > [Some renaming will occur later, I thought I better keep it small...] If the entire series of patches is going to be this simple, it's going to be easy ;) j

Re: mathed and relyx revisited

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 04:30:29PM +, Angus Leeming wrote: > André, am I correct in saying that I should leave only the lines starting > \ensuremath, \sb, \sp ? I'll have a go anyway. (Feel free to 'add "support" > for ensuremath, sb and sp easily' ;-) I think so. Andre' -- Those who desir

[patch] iu1.diff

2003-02-07 Thread Andre Poenitz
First stab. Introduce a common base class and move dispatch codes there. [Some renaming will occur later, I thought I better keep it small...] Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson) Index: insets/M

Re: graphic floats problem in 1.3.0

2003-02-07 Thread Jos van den Oever
On Friday 07 February 2003 16:28, you wrote: > Please send a minimal example file showing the failure. This file is read and compiled perfectly in lyx 1.2.2 and gives errors when opened in lyx 1.3.0. #LyX 1.2 created this file. For more info see http://www.lyx.org/ \lyxformat 220 \textclass arti

mathed and relyx revisited

2003-02-07 Thread Angus Leeming
André, am I correct in saying that I should leave only the lines starting \ensuremath, \sb, \sp ? I'll have a go anyway. (Feel free to 'add "support" for ensuremath, sb and sp easily' ;-) \begin{reLyXmt} \sb{_} \sp{^} \| {\Vert} \vert {|} \ {\,\,}% That's '\ ', same length (

Re: Is this still true?

2003-02-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Do we not handle these properly now? # List of commands for Angus> which LyX doesn't support the optional argument my Angus> @DeleteOptArg = map {"\\$_"} qw(\\ \\* chapter section Angus> subsection subsubsection paragraph subparagra

Re: [Fwd: LyX translations into polish]

2003-02-07 Thread Jean-Marc Lasgouttes
Hello Tomasz, Michael forwarded your message to the list. Tomasz> I send you fresh (I hope last :-)) update for pl.po, three new Tomasz> layouts and alternatives polish keymaps. I applied pl.po and polski.kmap. Tomasz> mwsls are available on TeXLive 7, tetex-beta and will be in Tomasz> MikTeX,

Is this still true?

2003-02-07 Thread Angus Leeming
Do we not handle these properly now? # List of commands for which LyX doesn't support the optional argument my @DeleteOptArg = map {"\\$_"} qw(\\ \\* chapter section subsection subsubsection paragraph subparagraph ); -- Angus

Re: graphic floats problem in 1.3.0

2003-02-07 Thread Jos van den Oever
On Friday 07 February 2003 16:28, you wrote: > Please send a minimal example file showing the failure. When make an example file with lyx 1.2.2, I noticed, the error is there as well, so it's not new. I think you are right that it is what you call 'the well known float/caption ui weirdness'. Whe

Re: bibtex and lyx 1.2.1

2003-02-07 Thread Angus Leeming
Juergen Spitzmueller wrote: > Angus Leeming wrote: >> I have a little shell script to create a lyx buffer from a bibtex >> database. Perhaps you'd care to look/comment? > > Do you have a new version where the script does not bail out anymore when > bibtex gives warnings (that was Exit Status = 2)

Re: SuSE RPM of lyx 1.3.0 with qt front-end

2003-02-07 Thread Jean-Marc Lasgouttes
> "Paul" == Paul Borgermans <[EMAIL PROTECTED]> writes: Paul> Yes, it is a standard SuSE 8.1 install brought up-to-date with Paul> the SuSE on-line upgrades and a recent gcc (build version change Paul> only) to be able to compile LyX. The upgrade to KDE 3.1 was from Paul> SuSE specific rpms fo

Re: tex2lyx binary target

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 03:47:25PM +, Angus Leeming wrote: > André, am I wating my time fixing the reLyX parser, or do you plan to build > up tex2lyx gradually? I was envisioning > reLyX -> tex2lyx -> lyx > with gradually more and more of reLyX being 'retired' as tex2lyx handles > mo

Re: bibtex and lyx 1.2.1

2003-02-07 Thread Juergen Spitzmueller
Angus Leeming wrote: > I have a little shell script to create a lyx buffer from a bibtex database. > Perhaps you'd care to look/comment? Do you have a new version where the script does not bail out anymore when bibtex gives warnings (that was Exit Status = 2)? Also I seem to rember that the scri

Re: reLyX is more intelligent than LyX ;-)

2003-02-07 Thread Christian Ridderström
On Fri, 7 Feb 2003, José Matos wrote: > On Friday 07 February 2003 12:24, José Matos wrote: > > I added this to my incoming cue, and will fix lyx2lyx accordingly. Thanks. > ~~~ > Does any one knows what is a cue? I don't. :-) That should mean "que", I Lots

Re: tex2lyx binary target

2003-02-07 Thread Angus Leeming
Andre Poenitz wrote: > On Fri, Feb 07, 2003 at 04:02:18PM +0100, Lars Gullik Bjønnes wrote: >> | It will heavily depend on matheds insets and probably on insets and the >> | core stuff as well. So I'd guess it should go directly into src/ >> >> Its own subdir there? > > Why not. > > Andre' An

Re: Lars

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 04:40:30PM +0100, Lars Gullik Bj?nnes wrote: > No, I was a lot better than expected. Fix the nits and dump it in. Whoo-hoo ! I'll do so this weekend. thanks, john

Re: lyx-devel src/: Tag: BRANCH_1_3_X text.C ChangeLog ./: Tag: BR ...

2003-02-07 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: >> http://www.lyx.org/cgi-bin/viewcvs.cgi/./status.13x?r1=1.1.2.5&r2=1.1.2.6 >> Michael> There is something wrong with our notification mechanism. The Michael> link to status.13x is broken. In fact, all links to files in Michael> the

Re: lyx-devel src/: Tag: BRANCH_1_3_X text.C ChangeLog ./: Tag: BR ...

2003-02-07 Thread Angus Leeming
Michael Schmitt wrote: >> http://www.lyx.org/cgi-bin/viewcvs.cgi/./status.13x?r1=1.1.2.5&r2=1.1.2.6 > There is something wrong with our notification mechanism. The link to > status.13x is broken. In fact, all links to files in the main directory > are broken (for a long time). Lars has a patch whi

Re: June 20-25th

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 04:34:35PM +0100, Juergen Spitzmueller wrote: > But in middlehigh german it (i.e. Pön) had the meaning of "punishment" (-> > lat. poena). Not a bad name after all... Thank you very much. Andre' -- Those who desire to give up Freedom in order to gain Security, will not h

Re: 1.3.0 RPMs

2003-02-07 Thread Christian Ridderström
On 7 Feb 2003, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > You mean there is no qt in rh7.x? What about pspell? In case you're interested, I seem to have the following on standard RedHat RH7.1: pspell 0.11.2 qt 2.3.0 RH7.3: pspell 0.12.2

Re: lyx-devel src/: Tag: BRANCH_1_3_X text.C ChangeLog ./: Tag: BR ...

2003-02-07 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | [EMAIL PROTECTED] wrote: | | >CVSROOT: /usr/local/lyx/cvsroot | >Module name: lyx-devel | >Repository: ./ | >Changes by: [EMAIL PROTECTED] 03/02/07 16:11:02 | > | >... | > | >Patches: | > lyx-devel/src/ | > http://www.lyx.org/cgi-bin/viewcvs

Re: Lars

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | If you're offline for 3 weeks, it'd be nice to have some idea if you're | still against the change tracking patch (modulo your suggested changes | of course) No, I was a lot better than expected. Fix the nits and dump it in. -- Lgb

How to proceed.

2003-02-07 Thread Andre Poenitz
As current CVS identifies itself as "1.4.0cvs" I guess development is open? Attached a patch to clean up the os specific stuff by moving from classes and static functions to namespaces. I sent this already some time ago... It certainly works for *nix as I have it in my tree for a while, but I ca

Re: June 20-25th

2003-02-07 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > | > I'd rather be called "Poe" than "Poen" > | > | Does that mean anything in Norwegian? > > I was thinking about Edgar Allan... > > No, no speecial meaning in norwegian... except Pöh (or rather Pøh!).. > > an onomatopoetic word... meanins something like "Bull!" or "Nev

Re: lyx-devel src/: Tag: BRANCH_1_3_X text.C ChangeLog ./: Tag: BR...

2003-02-07 Thread Michael Schmitt
[EMAIL PROTECTED] wrote: CVSROOT: /usr/local/lyx/cvsroot Module name: lyx-devel Repository: ./ Changes by: [EMAIL PROTECTED] 03/02/07 16:11:02 ... Patches: lyx-devel/src/ http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/text.C?r1=1.283&r2=1.283.2.1 http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx

Re: SuSE RPM of lyx 1.3.0 with qt front-end

2003-02-07 Thread Jean-Marc Lasgouttes
> "Moritz" == Moritz Moeller-Herrmann <[EMAIL PROTECTED]> writes: >> Are 3.0 and 3.1 binary compatible? Moritz> Yes, all qt versions keep binary compatibility. I mean, will LyX compiled with qt 3.1 run with qt3.0? If this is the case, I do not need to mention qt3.1 for the rpm. JMarc

Re: [PATCH] #849 (Re: importing latex)

2003-02-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: OK, not reLyX, but here is a safe Juergen> and well-tested one (bug 849). Please apply to 1.3 and 1.4 >> What would be a good description of the problem for the bug list? Juergen> "Fix bug in

Re: graphic floats problem in 1.3.0

2003-02-07 Thread Juergen Spitzmueller
Jos van den Oever wrote: > On Friday 07 February 2003 16:01, Juergen Spitzmueller wrote: > > Sounds like the well known float/caption ui weirdness. Did you place the > > figure _above_ the caption? I.e., hit return when you are at the > > beginning of the caption (just after the "Figure #:"). > > N

Re: [PATCH] fix bug 865

2003-02-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Make sure qt lyx deletes the lyxpipes in both possible exit John> pipes. This is perhaps a little more paranoid than necessary but John> it can't harm. John> JMarc, ok for you ? Looks good. JMarc

Re: graphic floats problem in 1.3.0

2003-02-07 Thread Jos van den Oever
On Friday 07 February 2003 16:01, Juergen Spitzmueller wrote: > Sounds like the well known float/caption ui weirdness. Did you place the > figure _above_ the caption? I.e., hit return when you are at the beginning > of the caption (just after the "Figure #:"). No, I did exaclty as i said, without

Re: bibtex and lyx 1.2.1

2003-02-07 Thread Angus Leeming
Dekel Tsur wrote: > From lyx-users: > On Thu, Feb 06, 2003 at 11:10:12PM +, Angus Leeming wrote: >> [EMAIL PROTECTED] wrote: >> > >> > I've recently upgraded from lyx 1.1.6 to 1.2.1 and have run into some >> > problems with bibtex. My old lyx files still compile perfectly with all >> > refere

Re: bibtex and lyx 1.2.1

2003-02-07 Thread Juergen Spitzmueller
Dekel Tsur wrote: > > Our BibTeX parser isn't very robust. All will be fine if you move the key > > onto the same line as the @article etc. > > Can we find a more robust parser in bibliography management programs > (e.g. gbib) ? Pybliographer uses recode which is probably a bit overkill. But Angus

Re: SuSE RPM of lyx 1.3.0 with qt front-end

2003-02-07 Thread Moritz Moeller-Herrmann
Jean-Marc Lasgouttes wrote: >> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Juergen> Paul Borgermans wrote: >>> Probably the rpm installs equally well with the standard KDE 3.04 >>> shipped, since it includes also the qt3 libraries in the same >>> location with only a min

Lars

2003-02-07 Thread John Levon
If you're offline for 3 weeks, it'd be nice to have some idea if you're still against the change tracking patch (modulo your suggested changes of course) regards john

Re: June 20-25th

2003-02-07 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 04:00:57PM +0100, Lars Gullik Bjønnes wrote: | > Andre Poenitz <[EMAIL PROTECTED]> writes: | > | > I'd rather be called "Poe" than "Poen" | | Does that mean anything in Norwegian? I was thinking about Edgar Allan... No, no spe

Re: [PATCH] #849 (Re: importing latex)

2003-02-07 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> OK, not reLyX, but here is a safe and well-tested one (bug > Juergen> 849). Please apply to 1.3 and 1.4 > > What would be a good description of the problem for the bug list? "Fix bug in the qt frontend where the document status was set to "changed" when the

Re: importing latex

2003-02-07 Thread Dekel Tsur
On Fri, Feb 07, 2003 at 01:21:01PM +0100, Juergen Spitzmueller wrote: > > > On a related note: would it be possible that lyx2lyx recognizes ERT > > > natbib commands in older documents and converts it to real citation > > > insets? I have still some of them from the pre natbib-support era in my > >

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:48:29PM +0100, Lars Gullik Bj?nnes wrote: | | > But this is part of Boost.Thread so we cannot use that yet... | | OK, so what do you want ? support/ file ? what should it look like ? No idea... unsigned int now() { ret

Re: SuSE RPM of lyx 1.3.0 with qt front-end

2003-02-07 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> I don't think that the KDE version is of any interest. I > Juergen> would rather mention the qt version (which is 3.1.1 AFAIK). > > Are 3.0 and 3.1 binary compatible? In theory, yes. There are some issues with qt versions < 3.0.5 though. See http://www.trollt

[patch] reLyX and \(...\)*

2003-02-07 Thread Angus Leeming
This patch enables reLyX to handle \(...\)* correctly and not generate a pile of crap. I attach a test case so the inquisitive can try out reLyX both with and without the patch. The last time I applied this, I wasn't careful enough and broke reLyX in other respects. I have been more careful thi

Re: tex2lyx binary target

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 04:02:18PM +0100, Lars Gullik Bjønnes wrote: > | It will heavily depend on matheds insets and probably on insets and the > | core stuff as well. So I'd guess it should go directly into src/ > > Its own subdir there? Why not. Andre' -- Those who desire to give up Freedom

Re: Announce: LyX 1.3.0 released.[SuSE]

2003-02-07 Thread Moritz Moeller-Herrmann
Andre Poenitz wrote: > On Fri, Feb 07, 2003 at 01:30:24PM +0100, Paul Borgermans wrote: >> A note for preview-latex: you need to install the packages preview-latex >> and AUC Tex seperately since they are not included wth the SuSE >> distribution. Install AUC Tex first. > > Are you sure auctex is

Re: June 20-25th

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 04:00:57PM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > I'd rather be called "Poe" than "Poen" Does that mean anything in Norwegian? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they

Re: tex2lyx binary target

2003-02-07 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:19:12PM +0100, Lars Gullik Bjønnes wrote: | > Andre Poenitz <[EMAIL PROTECTED]> writes: | > | > | On Fri, Feb 07, 2003 at 12:10:21PM +0100, Lars Gullik Bjønnes wrote: | > | > | How would such integrated in the make machinery?

Re: graphic floats problem in 1.3.0

2003-02-07 Thread Juergen Spitzmueller
Jos van den Oever wrote: > The first error reads: > Paragraph ended before \@caption was complete. > ...thesis_polyampholytes_kaleidagraph_GPpH5}} > > I suspect you've forgotten a `}', causing me to apply this > control sequence to too much text. How can we recover? > My plan is to forget the whol

Re: bibtex and lyx 1.2.1

2003-02-07 Thread Dekel Tsur
>From lyx-users: On Thu, Feb 06, 2003 at 11:10:12PM +, Angus Leeming wrote: > [EMAIL PROTECTED] wrote: > > > > I've recently upgraded from lyx 1.1.6 to 1.2.1 and have run into some > > problems with bibtex. My old lyx files still compile perfectly with all > > references in order, however when

Re: June 20-25th

2003-02-07 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: I'd rather be called "Poe" than "Poen" Oh well ... I know about the ö... -- Lgb

Re: CVS question

2003-02-07 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > thanks, this worked > > > if it works out you sould be a Tags file in the CVS dir containing > > "BRANCH_1_3_X" > > or just use the above command; that's fine with me as I don not update the > stable branch that often. Not necessary. I just noticed that CVS indeed rem

Re: tex2lyx binary target

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 03:19:12PM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Fri, Feb 07, 2003 at 12:10:21PM +0100, Lars Gullik Bjønnes wrote: > | > | How would such integrated in the make machinery? > | > > | > No problem. > | > | Fine. And _how_? >

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 03:48:29PM +0100, Lars Gullik Bj?nnes wrote: > But this is part of Boost.Thread so we cannot use that yet... OK, so what do you want ? support/ file ? what should it look like ? john

Re: LyX - LyX i18n

2003-02-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: >>> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> >>> writes: >> Michael> Hi, I wonder whether this page should reflect the 1.3.X Michael> branch instead of the main development branch: >> Yes

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:34:11PM +0100, Lars Gullik Bj?nnes wrote: | | > boost::xtime now; | > boost::xtime_get(&now, boost::TIME_UTC); | | OK, fine. But this is part of Boost.Thread so we cannot use that yet... -- Lgb

Re: [PATCH] changes: accept/reject changes

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 01:34:01PM +, John Levon wrote: > > You have a 'go' from me... > > Great. Btw, I may have flamed you a little about your forthcoming work, > but I thought I should make clear I intend to do all I can to support > both you and Lars in the big changes you have planned. Y

[PATCH] fix bug 865

2003-02-07 Thread John Levon
Make sure qt lyx deletes the lyxpipes in both possible exit pipes. This is perhaps a little more paranoid than necessary but it can't harm. JMarc, ok for you ? john Index: lyx_gui.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/sr

Re: Angus, Asger, Jean-Marc...! (was: Re: [patch]: pass $...$ and $$...$$ through reLyX unchanged)

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 02:28:25PM +0100, Jean-Marc Lasgouttes wrote: > Andre> No, I mean the list with the dates you might be able to come to > Andre> Chemnitz. > > Can you wait until tomorrow? Sure. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor d

Re: June 20-25th

2003-02-07 Thread Andre Poenitz
On Fri, Feb 07, 2003 at 09:47:11AM -0400, Garst R. Reese wrote: > With Poenitz and Chemnitz I assumed ...nitz was a common and honourable > suffix. > Can you explain the meaning? I have no clue the name Poenitz comes from. Every interpretation I've seen so far sounded pretty unconvincing, the only

Re: [PATCH] #849 (Re: importing latex)

2003-02-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> I am ready to apply patches to reLyX in 1.3.x as long as they are >> low-risk. Juergen> OK, not reLyX, but here is a safe and well-tested one (bug Juergen> 849). Please apply to 1.3 and 1.4

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 03:34:11PM +0100, Lars Gullik Bj?nnes wrote: > boost::xtime now; > boost::xtime_get(&now, boost::TIME_UTC); OK, fine. regards john

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:16:50PM +0100, Lars Gullik Bj?nnes wrote: | | > | + Change running_change = Change(Change::UNCHANGED); | > | + time_t const curtime(time(0)); | > | > Make it os specific? | | What change do you want me to make ? boost::xtime n

Re: [PATCH] changes: paragraph break

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 03:24:47PM +0100, Lars Gullik Bj?nnes wrote: > | > | Don't allow paragraphs to be broken in "frozen" text. > Frozen perhaps... but not the "why not". You're right, actually. This should be allowed. I suspect there will need to be some tricky code to get the paragraph spli

Re: [PATCH] changes: lyxrc

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:08:11PM +0100, Lars Gullik Bj?nnes wrote: | | > | + struct passwd * pw(getpwuid(geteuid())); | > | + lyx::Assert(pw); | > | + | > | + user_name = pw->pw_gecos; | > | + if (user_name.empty()) | > | + user_name = pw->pw_na

Re: [PATCH] changes: paragraph break

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:01:06PM +0100, Lars Gullik Bj?nnes wrote: | | > | Don't allow paragraphs to be broken in "frozen" text. | > | > Hmm... why not? | > | > And what is 'frozen' text? | | I think the overview I just posted explains this for you.

Re: tex2lyx binary target

2003-02-07 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 12:10:21PM +0100, Lars Gullik Bjønnes wrote: | > | How would such integrated in the make machinery? | > | > No problem. | | Fine. And _how_? Depends a bit on where in the code we want to ut this. -- Lgb

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 03:16:50PM +0100, Lars Gullik Bj?nnes wrote: > | + Change running_change = Change(Change::UNCHANGED); > | + time_t const curtime(time(0)); > > Make it os specific? What change do you want me to make ? regards john

  1   2   3   >