Re: LaTeX Export: clip bounding box values lost?

2002-04-30 Thread Angus Leeming
On Tuesday 30 April 2002 2:46 pm, Herbert Voss wrote: > Angus what is with my last patch to FormGraphics (tooltips) > and the missing LyXkeepAspectRatio?? > it's a lot of work for me to keep apart the different patches. > > Herbert I'm looking at it now. Angus

Re: [PATCH] Re: Conflict with endfloat

2002-04-30 Thread Rod Pinna
Just for information, here are some cut down bits. The first is exported from lyx-1.2.0-pre4, and doesn't work, the working one is below. -- restraint is increased and secondly, the deformation zone moves away from the restrained end.\begin{figure}% \inclu

Re: [PATCH] Re: Conflict with endfloat

2002-04-30 Thread Rod Pinna
Lars, Just checked. Endfloat works with text text text.\begin{figure}% \includegraphics[ ]{} \includegraphics[]{} \caption{} \end{figure} The only thing I changed from the tex exported from lyx was \caption{}\end{figure}% Rod On Tue, 30 Apr 2002, Lars Gullik [iso-8859-1] Bjønnes wrote:

[PATCH] sorted translated language names

2002-04-30 Thread Angus Leeming
As promised, the patch goes to the list first... Can I commit it please? Angus Index: src/frontends/controllers/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ChangeLog,v retrieving revision 1.1

Re: PATCH: fix for #337

2002-04-30 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Apr 30, 2002 at 03:59:27PM +0200, Lars Gullik Bjønnes wrote: >> Dekel Tsur <[EMAIL PROTECTED]> writes: >> >> | On Tue, Apr 30, 2002 at 03:18:34PM +0200, Lars Gullik Bjønnes wrote: >> >> | When I read it, the text in the latex layout is not inserte

Re: PATCH: fix for #337

2002-04-30 Thread Dekel Tsur
On Tue, Apr 30, 2002 at 03:59:27PM +0200, Lars Gullik Bjønnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | On Tue, Apr 30, 2002 at 03:18:34PM +0200, Lars Gullik Bjønnes wrote: > >> | When I read it, the text in the latex layout is not inserted into ERT inset. > >> | Looking at the code,

Re: [PATCH] Re: Conflict with endfloat

2002-04-30 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Herbert Voss <[EMAIL PROTECTED]> writes: >> | Rod Pinna wrote: >> Hi all, This is *possibly* an endfloat bug, but it seems to be caused by a change in the sytax outputted by 1.2.0 For floats, the new fo

Re: PATCH: fix for #337

2002-04-30 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Apr 30, 2002 at 03:18:34PM +0200, Lars Gullik Bjønnes wrote: >> | When I read it, the text in the latex layout is not inserted into ERT inset. >> | Looking at the code, I see that by the time we reach the line >> | if (compare_no_case(layoutname,

Re: [PATCH] Re: Here you go

2002-04-30 Thread Dekel Tsur
On Mon, Apr 29, 2002 at 10:38:50PM +0100, John Levon wrote: > On Mon, Apr 29, 2002 at 03:23:59PM +0300, Dekel Tsur wrote: > > > So I call others to test it. > > Can you make a clean diff against current CVS and I will test it. Here is a new patch and a test file. Note that preparing this test f

Re: [PATCH] Re: Conflict with endfloat

2002-04-30 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | Rod Pinna wrote: > >>>Hi all, >>>This is *possibly* an endfloat bug, but it seems to be caused by a >>>change >>>in the sytax outputted by 1.2.0 >>>For floats, the new format is text text text \begin{figure}% >>>\includ

Re: PATCH: fix for #337

2002-04-30 Thread Dekel Tsur
On Tue, Apr 30, 2002 at 03:18:34PM +0200, Lars Gullik Bjønnes wrote: > | When I read it, the text in the latex layout is not inserted into ERT inset. > | Looking at the code, I see that by the time we reach the line > | if (compare_no_case(layoutname, "latex") == 0) > | the layout was already ch

Re: [PATCH] Re: Conflict with endfloat

2002-04-30 Thread Rod Pinna
Lars, > I am not convinced that this is what we want. > Have we sent a buf repor to the endfloat maintainer? > should we have a '%' at the '\include{}'? > Does this happen with even the recent versions of endfloat? Just downloaded endfloat from CTAN, and the current version documentation is date

Re: [PATCH] Layout/Preferences: Other->Custom & US Page size consistent

2002-04-30 Thread R. Lahaye
Herbert Voss wrote: > > R. Lahaye wrote: > > > > This patch includes this and it makes the US page sizes > > in latex it's always US[type], without a space! Argh. The pulldown menus had all versions: with and without the US prefix. And the ones with prefix had both, glued and with a space. I s

Re: LaTeX Export: clip bounding box values lost?

2002-04-30 Thread Herbert Voss
R. Lahaye wrote: > Herbert Voss wrote: > >>no, I >>- loaded a file >>- changed the bb >>- close gui >>- open gui >>- new filename >>-> alle values (bb, clip, ...) are the same >> > > No, not here! > I have two identical files, say graph1.eps and graph2.eps. > Then do this simple sequence: > >

Re: [PATCH] Layout/Preferences: Other->Custom & US Page size consistent

2002-04-30 Thread Herbert Voss
R. Lahaye wrote: > Hi, > > This patch makes my earlier patch redundant (the one that > changed the pulldown choice "Other" into "Custom" in Doc Layout). > > This patch includes this and it makes the US page sizes > consistent; of the form "US [type]", in both, Preferences and > Document Layout.

Re: [PATCH] Re: Conflict with endfloat

2002-04-30 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Rod Pinna wrote: > >> Hi all, >> This is *possibly* an endfloat bug, but it seems to be caused by a >> change >> in the sytax outputted by 1.2.0 >> For floats, the new format is text text text \begin{figure}% >> \include{}\end{figure}% >> Endfloat demand

[PATCH] Layout/Preferences: Other->Custom & US Page size consistent

2002-04-30 Thread R. Lahaye
Hi, This patch makes my earlier patch redundant (the one that changed the pulldown choice "Other" into "Custom" in Doc Layout). This patch includes this and it makes the US page sizes consistent; of the form "US [type]", in both, Preferences and Document Layout. On the fly I adjusted a few sty

Re: Other untranslated parts

2002-04-30 Thread Angus Leeming
On Tuesday 30 April 2002 11:16 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Friday 26 April 2002 3:43 pm, [EMAIL PROTECTED] wrote: > >> Sorry to send many similar messages. > >> > >> I have found other untranslated points : > >> > >> - the inset labels for floa

Re: LaTeX Export: clip bounding box values lost?

2002-04-30 Thread Herbert Voss
R. Lahaye wrote: > Herbert Voss wrote: > >>no, I >>- loaded a file >>- changed the bb >>- close gui >>- open gui >>- new filename >>-> alle values (bb, clip, ...) are the same >> > > No, not here! > I have two identical files, say graph1.eps and graph2.eps. > Then do this simple sequence: > >

[PATCH] Re: Conflict with endfloat

2002-04-30 Thread Herbert Voss
Rod Pinna wrote: > Hi all, > > This is *possibly* an endfloat bug, but it seems to be caused by a change > in the sytax outputted by 1.2.0 > > For floats, the new format is > > text text text \begin{figure}% > \include{}\end{figure}% > > Endfloat demands > text text text \begin{figure}% > \

Re: LaTeX Export: clip bounding box values lost?

2002-04-30 Thread Angus Leeming
On Tuesday 30 April 2002 2:23 pm, R. Lahaye wrote: All of a sudden I remember we had different experiences with the > LyX View clipping some time ago. > Wonder whether again the reason is that I'm having XForms 0.88.1, > therefore using the external graphics modification tools? > Angus, do you ha

Re: LaTeX Export: clip bounding box values lost?

2002-04-30 Thread R. Lahaye
Herbert Voss wrote: > > no, I > - loaded a file > - changed the bb > - close gui > - open gui > - new filename > -> alle values (bb, clip, ...) are the same No, not here! I have two identical files, say graph1.eps and graph2.eps. Then do this simple sequence: - open a graphics and load graph1.e

Re: namespace frnt

2002-04-30 Thread Angus Leeming
On Tuesday 30 April 2002 1:17 am, John Levon wrote: > I've tried, but I just can't think what "frnt" stands for. Angus can you > clarify ? > > john front, as in frontend. Would you prefer "front"? Remind me after 1.2 is out. Angus

Re: PATCH: fix for #337

2002-04-30 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Tue, Apr 30, 2002 at 11:56:07AM +0200, Juergen Vigna wrote: >> >> On 29-Apr-2002 Dekel Tsur wrote: >> > On Mon, Apr 29, 2002 at 06:01:27PM +0200, Lars Gullik Bjønnes wrote: >> >> Why do you say that 1.2.0cvs is not able to read files with the latex >>

Re: PATCH: fix for #337

2002-04-30 Thread Dekel Tsur
On Tue, Apr 30, 2002 at 11:56:07AM +0200, Juergen Vigna wrote: > > On 29-Apr-2002 Dekel Tsur wrote: > > On Mon, Apr 29, 2002 at 06:01:27PM +0200, Lars Gullik Bjønnes wrote: > >> Why do you say that 1.2.0cvs is not able to read files with the latex > >> layout? Hmm it seems that we test for a vali

Re: Language specific crash in LyX 1.2.0cvs

2002-04-30 Thread Claus Hindsgaul
Ooops, I my posting missed some words and called for an extra comment... tir, 2002-04-30 kl. 14:01 skrev Claus Hindsgaul: > The problem seems to be tied tightly to the line wrapping on the WYSIWYM > screen WHILE LOADING IMAGES. > > * If I maximize the LyX window before opening the docume

Re: LaTeX Export: clip bounding box values lost?

2002-04-30 Thread Herbert Voss
R. Lahaye wrote: > I had a graphics file choosen in the Graphics dialog and carefully had > selected the boundingbox values. For paper-submission purposes, I later > renamed this file and thus had to select the new name also in the > Graphics dialog. > Now this graph inherited all settings from i

Re: [PATCH] View->EPS really needed? If so, please add PS->EPS converter.

2002-04-30 Thread Angus Leeming
On Monday 29 April 2002 10:24 pm, John Levon wrote: > On Sat, Apr 27, 2002 at 06:14:40PM +0900, R. Lahaye wrote: > > I don't see the point of having a View->EPS option. > > Me neither. Shouldn't we remove it ? Hasn't it gone already? Angus

Re: Language specific crash in LyX 1.2.0cvs

2002-04-30 Thread Claus Hindsgaul
Sorry, no luck with the new patch But I found a very good lead! The problem seems to be tied tightly to the line wrapping on the WYSIWYM screen WHILE LOADING IMAGES. * If I maximize the LyX window before opening the document, the bug can * Choosing Danish language si

Re: Some unconverted "Standard"s

2002-04-30 Thread Juergen Vigna
On 30-Apr-2002 Juergen Vigna wrote: > It crashes also without your crash but I sent already a patch to fix ^patch but you surely did understand what I meant, didn't you ;) Jug P.S.: In 10 minutes I'm gone so commits for not yet confirmed bugs have

Re: PATCH: fix for #337

2002-04-30 Thread Juergen Vigna
On 30-Apr-2002 Lars Gullik Bjønnes wrote: > And this is a different bug from the one I answered to, right? Nope! I copied it from your reply to this patch! > Anyway I think your patch looks ok. I'll commit this one then! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-

Re: Some unconverted "Standard"s

2002-04-30 Thread Juergen Vigna
On 30-Apr-2002 Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > >| On Mon, Apr 29, 2002 at 05:14:38PM +0200, Lars Gullik Bjønnes wrote: >> >>> I found these and thing they should be changed. >>> Does the following patch look ok? >> >| Dunno if it's this patch, but here's one

Re: Some unconverted "Standard"s

2002-04-30 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Apr 29, 2002 at 05:14:38PM +0200, Lars Gullik Bjønnes wrote: > >> I found these and thing they should be changed. >> Does the following patch look ok? > | Dunno if it's this patch, but here's one way to crash : And without my patch it does not cra

Re: [PATCH] fix two typos

2002-04-30 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Please apply ok to apply. -- Lgb

Re: PATCH: fix for #337

2002-04-30 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 29-Apr-2002 Dekel Tsur wrote: >> On Mon, Apr 29, 2002 at 06:01:27PM +0200, Lars Gullik Bjønnes wrote: >>> Why do you say that 1.2.0cvs is not able to read files with the latex >>> layout? Hmm it seems that we test for a valid layout a bit early in >>

Re: Patches confirmation!

2002-04-30 Thread Juergen Vigna
On 30-Apr-2002 Andre Poenitz wrote: > You could just move your current source tree to, say, lyx-devel-for-1.3, do > a second checkout on lyx-devel and work there. > > Andre', having four of these beasts hanging arounf by now I know and I have at least 6 of them araound (a lot of them for o

Re: Other untranslated parts

2002-04-30 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Friday 26 April 2002 3:43 pm, [EMAIL PROTECTED] wrote: >> Sorry to send many similar messages. >> >> I have found other untranslated points : >> >> - the inset labels for float:algorithm, float:figure and float:table, >> the word float is transl

Re: Patches confirmation!

2002-04-30 Thread Andre Poenitz
On Tue, Apr 30, 2002 at 12:05:55PM +0200, Juergen Vigna wrote: > Ahh and BTW. I now have a quite changed sourcetree so I can only go on fixing > stuff if I commit or reverse the changes from my source-tree. You could just move your current source tree to, say, lyx-devel-for-1.3, do a second check

Re: Preferences/DocumentLayout: pagesize options conflict

2002-04-30 Thread Juergen Spitzmueller
R. Lahaye wrote: > > Please don't! > > This is how the LaTeX options are called. > > Really? The latex options I know are of the form: "letterpaper", > "legalpaper" etc. No "US" here. You're right. Sorry, I was quite shure (but I am concerning the geometry stuff). > Anyway, have your "US", if y

Patches confirmation!

2002-04-30 Thread Juergen Vigna
I want a confirmation for any patch I send to the list. I now don't assume silence is agreement. So Lars tell me "ok" and I'll commit tell me "nok" and I forget about the patch AND the bug, tell me how you think it should be correctly fix (if you don't have the time to do it yourself) and I'll hav

Re: PATCH: fix for #337

2002-04-30 Thread Juergen Vigna
On 29-Apr-2002 Dekel Tsur wrote: > On Mon, Apr 29, 2002 at 06:01:27PM +0200, Lars Gullik Bjønnes wrote: >> Why do you say that 1.2.0cvs is not able to read files with the latex >> layout? Hmm it seems that we test for a valid layout a bit early in >> buffer.C... so that the compability reading do

Re: Preferences/DocumentLayout: pagesize options conflict

2002-04-30 Thread Herbert Voss
On Tue, 30 Apr 2002, R. Lahaye wrote: > Juergen Spitzmueller wrote: > > > > R. Lahaye wrote: > > > > > I'm tempted to remove the "US" prefix from letter, legal and > > > executive in the Paragraph and Preferences page sizes. > > > > Please don't! > > This is how the LaTeX options are called. > >

Re: REVTeX4 Layout: PACS numbers wrongly displayed

2002-04-30 Thread Juergen Vigna
On 30-Apr-2002 R. Lahaye wrote: > Oh, is there another mailinglist for discussing bugs, apart from lyx-devel? > It's getting really complicated then I find this too sometimes a bit annoying especially if I want to publicy discuss a problem on lyx-devel I have to recopy the discussion and op

Re: close all floats

2002-04-30 Thread Rod Pinna
> They remain opened if you find some errors inside, isn't it? They close > again if there aren't errors? Anyway this should change in future and > I think we will also reimplement the "close/open all floats" in a clean > way (it should be pretty easy ;) Jürgen, At present, at least on my syste

Re: close all floats

2002-04-30 Thread Juergen Vigna
On 30-Apr-2002 Rod Pinna wrote: > Nothing in particular. Just if I have 20 or so floats, and do a spell > check, then then are all opened. I tend to prefer to work with them all > closed. I find it much easier to concentrate on the text. They remain opened if you find some errors inside, isn't

Re: Preferences/DocumentLayout: pagesize options conflict

2002-04-30 Thread R. Lahaye
Juergen Spitzmueller wrote: > > R. Lahaye wrote: > > > I'm tempted to remove the "US" prefix from letter, legal and > > executive in the Paragraph and Preferences page sizes. > > Please don't! > This is how the LaTeX options are called. Really? The latex options I know are of the form: "letter

Re: FWD: Re: A WinXP patch

2002-04-30 Thread Juergen Vigna
On 29-Apr-2002 Mate Wierdl wrote: > application/pdf > application/postscript > application/x-compress > application/x-dvi > application/x-latex > application/x-tar > application/x-tex > image/gif > image/jpeg > image/png > Plese leave/add those you want in the list, then I will implement it. > I

Re: Preferences/DocumentLayout: pagesize options conflict

2002-04-30 Thread Juergen Spitzmueller
R. Lahaye wrote: > According to Kopka & Daly's "A Guide to LaTeX2e" (2nd ed. page26), > LaTeX's page sizes are specified as: > >letter, legal, executive, A4, A5, B5. > > (there's no mentioning of A3, B3 and B4 !?!). Correct. These pagesizes are provided by the geometry package, therefore they

Re: Some unconverted "Standard"s

2002-04-30 Thread Juergen Vigna
On 29-Apr-2002 John Levon wrote: > Start a new par, and set it to Subsection. Now insert an index list > in this par (this will reset to Standard). Now click before the index > button, and reset it to Subsection. Now start typing. Observe drawing > errors as the cursor is somehow on the line abo

Re: on spam prevention

2002-04-30 Thread Lars Gullik Bjønnes
Mate Wierdl <[EMAIL PROTECTED]> writes: | On spam prevention: > | Few solutions (in order of preference) > | --- set up TMDA: anybody who posts to the list will receive a | confirmation request. This can be set up so that a given sender only | the first time has to confirm a message. In

Re: Preferences/DocumentLayout: pagesize options conflict

2002-04-30 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Herbert Voss wrote: >> >> R. Lahaye wrote: >> > >> > 1) What means "Default" in Preferences setting? >> >I think this entry should go, since preferences is actually the >> >place to define the default! >> >> no, the default is the one that is pr

Re: Sorting a vector of internationalised strings

2002-04-30 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | My recent splurge of patches (for which apologies again for notposting to the | list first) have done nothing more than internationalise the language names | in the Character, Document and Preferences dialogs. They all do it the same | way, so I had

Re: viruses

2002-04-30 Thread Helge Hafting
Brett Dikeman wrote: > > At 3:15 PM -0500 4/29/02, Mate Wierdl wrote: > >Lately, I received emails such as > > > >"I received a lot viruses from the lyx users list, and now my > >windows partition is ruined." > > > >I am truly sorry to hear this, but: > > > >--- The virus _never_ originates from

Re: PATCH: Fix for #350

2002-04-30 Thread Juergen Vigna
On 29-Apr-2002 John Levon wrote: > I'm building with it now. Can you tell us how we could trigger the > bug to see it's fixed ? Do you know ? No I don't, therefore I said "should" (but I'm pretty confident seeing the backtrace of the bug it can only be that we are going behind the paragraph and

Re: Language specific crash in LyX 1.2.0cvs

2002-04-30 Thread Juergen Vigna
On 29-Apr-2002 Claus Hindsgaul wrote: > By request, I have obtained the following backtraces from valgrind > (attached) and gdb from a LyX 1.2.0CVS of today with Juergens patch > applied compiled with --disable-optimization. They were both made doing > the same thing as in my prior backtraces. [s

Re: viruses

2002-04-30 Thread Dominique Dumont
Brett Dikeman <[EMAIL PROTECTED]> writes: > People should never send attachments, they should reference URLs. > 99% of the attachments that drift by have absolutely no use to > me...and posting attachments is completely useless to people reading > the archives a week, month, year later. URLs, if

<    1   2