Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
Dear All, I have found that, with LyX 1.5.0rc2 on F7, if one changes the language of the document, then when compiling with pdflatex, one gets the following error: « [EMAIL PROTECTED] You may proceed, but expect unexpected results» No error occurs after re-running pdflatex. However, I have a

Re: Longtable captions

2007-07-14 Thread Uwe Stöhr
James schrieb: 1. Open the Embedded Objects help file (help-Embedded Objects) 2. Go to section 2.6.2, Table 2. 3. Change the width on the first column to 1 inch. Notice that the caption goes crazy and becomes very ³tall² Of course, because there is not enough space. So the characters are set

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: I have found that, with LyX 1.5.0rc2 on F7, if one changes the language of the document, then when compiling with pdflatex, one gets the following error: « [EMAIL PROTECTED] You may proceed, but expect unexpected results» No error occurs after re-running pdflatex.

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: I have found that, with LyX 1.5.0rc2 on F7, if one changes the language of the document, then when compiling with pdflatex, one gets the following error: « [EMAIL PROTECTED] You may proceed, but expect unexpected results» No error

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: It helps to remove the aux file and run again pdflatex. The same problem occurs with the dvi button. In the LaTeX output, I see two slashes just before the name of the aux file; I guess only one slash should appear. This shouldn't matter. Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: It helps to remove the aux file and run again pdflatex. The same problem occurs with the dvi button. In the LaTeX output, I see two slashes just before the name of the aux file; I guess only one slash should appear. This shouldn't

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: The point, however, is that there is a bug. what does -dbg depend reveal? Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: The point, however, is that there is a bug. what does -dbg depend reveal? The following: $ lyx -dbg example.lyx Setting debug level to example.lyx Paul

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: what does -dbg depend reveal? The following: $ lyx -dbg example.lyx Setting debug level to example.ly read more closely, please: $ lyx -dbg depend then open your example, try to reprodice the bug and post the output. Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: what does -dbg depend reveal? The following: $ lyx -dbg example.lyx Setting debug level to example.ly read more closely, please: $ lyx -dbg depend then open your example, try to reprodice the bug and post the output. OK, the

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: OK, the output is below. Looks OK (the aux file is found, and theoretically it should be removed after the LaTeX error occured). Could you also post the LaTeX log file, please (the one with the error you reported)? Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: OK, the output is below. Looks OK (the aux file is found, and theoretically it should be removed after the LaTeX error occured). Could you also post the LaTeX log file, please (the one with the error you reported)? It is below. Paul

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: It is below. Thanks. Can you test the attached patch? Fixes bug 2468 for me. Jürgen Index: src/LaTeX.cpp === --- src/LaTeX.cpp (Revision 19077) +++ src/LaTeX.cpp (Arbeitskopie) @@ -690,7 +690,9 @@ // we have

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: It is below. Thanks. Can you test the attached patch? Fixes bug 2468 for me. Thanks, Jürgen. I can apply the patch if someone explains to me how to do that. I am using the rpm provided by the F7 repositories. Paul

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: Thanks, Jürgen. I can apply the patch if someone explains to me how to do that. I am using the rpm provided by the F7 repositories. You'll need the source, I'm afraid. RPM won't work. Anyway, I've targetted this fix for 1.5.1 nevertheless (1.5.0 is too late). Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: Thanks, Jürgen. I can apply the patch if someone explains to me how to do that. I am using the rpm provided by the F7 repositories. You'll need the source, I'm afraid. RPM won't work. Anyway, I've targetted this fix for 1.5.1

Comment in lyx file ?

2007-07-14 Thread Hellmut Weber
Hi, does a lyx file permit comments? As do many of the Unix config files with '# comment until end of line', which seeems not acceptable for lyx. I do some scripting with the lyx files and would like to document what my scripts have been doing for ease of testing? Thanks for any information

Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
Dear All, I have found that, with LyX 1.5.0rc2 on F7, if one changes the language of the document, then when compiling with pdflatex, one gets the following error: « [EMAIL PROTECTED] You may proceed, but expect unexpected results» No error occurs after re-running pdflatex. However, I have a

Re: Longtable captions

2007-07-14 Thread Uwe Stöhr
James schrieb: 1. Open the Embedded Objects help file (help-Embedded Objects) 2. Go to section 2.6.2, Table 2. 3. Change the width on the first column to 1 inch. Notice that the caption goes crazy and becomes very ³tall² Of course, because there is not enough space. So the characters are set

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: I have found that, with LyX 1.5.0rc2 on F7, if one changes the language of the document, then when compiling with pdflatex, one gets the following error: « [EMAIL PROTECTED] You may proceed, but expect unexpected results» No error occurs after re-running pdflatex.

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: I have found that, with LyX 1.5.0rc2 on F7, if one changes the language of the document, then when compiling with pdflatex, one gets the following error: « [EMAIL PROTECTED] You may proceed, but expect unexpected results» No error

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: It helps to remove the aux file and run again pdflatex. The same problem occurs with the dvi button. In the LaTeX output, I see two slashes just before the name of the aux file; I guess only one slash should appear. This shouldn't matter. Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: It helps to remove the aux file and run again pdflatex. The same problem occurs with the dvi button. In the LaTeX output, I see two slashes just before the name of the aux file; I guess only one slash should appear. This shouldn't

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: The point, however, is that there is a bug. what does -dbg depend reveal? Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: The point, however, is that there is a bug. what does -dbg depend reveal? The following: $ lyx -dbg example.lyx Setting debug level to example.lyx Paul

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: what does -dbg depend reveal? The following: $ lyx -dbg example.lyx Setting debug level to example.ly read more closely, please: $ lyx -dbg depend then open your example, try to reprodice the bug and post the output. Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: what does -dbg depend reveal? The following: $ lyx -dbg example.lyx Setting debug level to example.ly read more closely, please: $ lyx -dbg depend then open your example, try to reprodice the bug and post the output. OK, the

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: OK, the output is below. Looks OK (the aux file is found, and theoretically it should be removed after the LaTeX error occured). Could you also post the LaTeX log file, please (the one with the error you reported)? Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: OK, the output is below. Looks OK (the aux file is found, and theoretically it should be removed after the LaTeX error occured). Could you also post the LaTeX log file, please (the one with the error you reported)? It is below. Paul

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: It is below. Thanks. Can you test the attached patch? Fixes bug 2468 for me. Jürgen Index: src/LaTeX.cpp === --- src/LaTeX.cpp (Revision 19077) +++ src/LaTeX.cpp (Arbeitskopie) @@ -690,7 +690,9 @@ // we have

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: It is below. Thanks. Can you test the attached patch? Fixes bug 2468 for me. Thanks, Jürgen. I can apply the patch if someone explains to me how to do that. I am using the rpm provided by the F7 repositories. Paul

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: Thanks, Jürgen. I can apply the patch if someone explains to me how to do that. I am using the rpm provided by the F7 repositories. You'll need the source, I'm afraid. RPM won't work. Anyway, I've targetted this fix for 1.5.1 nevertheless (1.5.0 is too late). Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: Thanks, Jürgen. I can apply the patch if someone explains to me how to do that. I am using the rpm provided by the F7 repositories. You'll need the source, I'm afraid. RPM won't work. Anyway, I've targetted this fix for 1.5.1

Comment in lyx file ?

2007-07-14 Thread Hellmut Weber
Hi, does a lyx file permit comments? As do many of the Unix config files with '# comment until end of line', which seeems not acceptable for lyx. I do some scripting with the lyx files and would like to document what my scripts have been doing for ease of testing? Thanks for any information

Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
Dear All, I have found that, with LyX 1.5.0rc2 on F7, if one changes the language of the document, then when compiling with pdflatex, one gets the following error: « [EMAIL PROTECTED] You may proceed, but expect unexpected results» No error occurs after re-running pdflatex. However, I have a

Re: Longtable captions

2007-07-14 Thread Uwe Stöhr
James schrieb: 1. Open the Embedded Objects help file (help->Embedded Objects) 2. Go to section 2.6.2, Table 2. 3. Change the width on the first column to 1 inch. Notice that the caption goes crazy and becomes very ³tall² Of course, because there is not enough space. So the characters are

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: > I have found that, with LyX 1.5.0rc2 on F7, if one changes the > language of the document, then when compiling with pdflatex, one gets > the following error: > > « [EMAIL PROTECTED] > > You may proceed, but expect unexpected results» > > No error occurs after re-running

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > I have found that, with LyX 1.5.0rc2 on F7, if one changes the > language of the document, then when compiling with pdflatex, one gets > the following error: > > « [EMAIL PROTECTED] > > You may proceed, but expect unexpected results» >

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: > It helps to remove the aux file and run again pdflatex. The same > problem occurs with the dvi button. In the LaTeX output, I see two > slashes just before the name of the aux file; I guess only one slash > should appear. This shouldn't matter. Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > It helps to remove the aux file and run again pdflatex. The same > problem occurs with the dvi button. In the LaTeX output, I see two > slashes just before the name of the aux file; I guess only one slash > should appear. This

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: > The point, however, is that there is a bug. what does -dbg depend reveal? Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > The point, however, is that there is a bug. what does -dbg depend reveal? The following: $ lyx -dbg example.lyx Setting debug level to example.lyx Paul

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: > > what does -dbg depend reveal? > > The following: > > $ lyx -dbg example.lyx > Setting debug level to example.ly read more closely, please: $ lyx -dbg depend then open your example, try to reprodice the bug and post the output. Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > > what does -dbg depend reveal? > > The following: > > $ lyx -dbg example.lyx > Setting debug level to example.ly read more closely, please: $ lyx -dbg depend then open your example, try to reprodice the bug and post the output. OK,

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: > OK, the output is below. Looks OK (the aux file is found, and theoretically it should be removed after the LaTeX error occured). Could you also post the LaTeX log file, please (the one with the error you reported)? Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > OK, the output is below. Looks OK (the aux file is found, and theoretically it should be removed after the LaTeX error occured). Could you also post the LaTeX log file, please (the one with the error you reported)? It is below. Paul

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: > It is below. Thanks. Can you test the attached patch? Fixes bug 2468 for me. Jürgen Index: src/LaTeX.cpp === --- src/LaTeX.cpp (Revision 19077) +++ src/LaTeX.cpp (Arbeitskopie) @@ -690,7 +690,9 @@ // we have

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > It is below. Thanks. Can you test the attached patch? Fixes bug 2468 for me. Thanks, Jürgen. I can apply the patch if someone explains to me how to do that. I am using the rpm provided by the F7 repositories. Paul

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Jürgen Spitzmüller
Paul Smith wrote: > Thanks, Jürgen. I can apply the patch if someone explains to me how to > do that. I am using the rpm provided by the F7 repositories. You'll need the source, I'm afraid. RPM won't work. Anyway, I've targetted this fix for 1.5.1 nevertheless (1.5.0 is too late). Jürgen

Re: Babel problem with LyX 1.5.0rc2

2007-07-14 Thread Paul Smith
On 7/14/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > Thanks, Jürgen. I can apply the patch if someone explains to me how to > do that. I am using the rpm provided by the F7 repositories. You'll need the source, I'm afraid. RPM won't work. Anyway, I've targetted this fix for 1.5.1

Comment in lyx file ?

2007-07-14 Thread Hellmut Weber
Hi, does a lyx file permit comments? As do many of the Unix config files with '# comment until end of line', which seeems not acceptable for lyx. I do some scripting with the lyx files and would like to document what my scripts have been doing for ease of testing? Thanks for any information