Re: New version 2.1.3

2015-03-12 Thread Jürgen Spitzmüller
2015-03-10 17:55 GMT+01:00 Jürgen Spitzmüller:

 2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller:

 Jean-Marc Lasgouttes lasgout...@lyx.org wrote:

 I checked that the \protect bug is fixed, but now we have to deal with
 another one, seen above in the caption. I do not know what caused this
 actually, neither why LaTeX complains. Is it the \par?


 Yes. I have not tested (and unfortunately no time to do so), but I
 suppose we need to adjust this commit:
 http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit



 Looking more closely, I suspect the reason is that InsetLayout:Caption
 does not have MultiPar explicitly disabled. Rather than that,
 LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus.
 This looks like a forgotten bit in the InsetLayout-ification of the caption
 inset.


I verified my hypothesis and committed the respective fix at
http://www.lyx.org/trac/changeset/9d824a04d11c3223db26d2fe146e86e90a432a6e/lyxgit

This should also go to branch IMHO.

Jürgen


Re: New version 2.1.3

2015-03-12 Thread Jürgen Spitzmüller
2015-03-10 17:55 GMT+01:00 Jürgen Spitzmüller:

 2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller:

 Jean-Marc Lasgouttes lasgout...@lyx.org wrote:

 I checked that the \protect bug is fixed, but now we have to deal with
 another one, seen above in the caption. I do not know what caused this
 actually, neither why LaTeX complains. Is it the \par?


 Yes. I have not tested (and unfortunately no time to do so), but I
 suppose we need to adjust this commit:
 http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit



 Looking more closely, I suspect the reason is that InsetLayout:Caption
 does not have MultiPar explicitly disabled. Rather than that,
 LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus.
 This looks like a forgotten bit in the InsetLayout-ification of the caption
 inset.


I verified my hypothesis and committed the respective fix at
http://www.lyx.org/trac/changeset/9d824a04d11c3223db26d2fe146e86e90a432a6e/lyxgit

This should also go to branch IMHO.

Jürgen


Re: New version 2.1.3

2015-03-12 Thread Jürgen Spitzmüller
2015-03-10 17:55 GMT+01:00 Jürgen Spitzmüller:

> 2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller:
>
>> Jean-Marc Lasgouttes  wrote:
>>
>>> I checked that the \protect bug is fixed, but now we have to deal with
>>> another one, seen above in the caption. I do not know what caused this
>>> actually, neither why LaTeX complains. Is it the \par?
>>>
>>
>> Yes. I have not tested (and unfortunately no time to do so), but I
>> suppose we need to adjust this commit:
>> http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit
>>
>
>
> Looking more closely, I suspect the reason is that InsetLayout:Caption
> does not have MultiPar explicitly disabled. Rather than that,
> LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus.
> This looks like a forgotten bit in the InsetLayout-ification of the caption
> inset.
>

I verified my hypothesis and committed the respective fix at
http://www.lyx.org/trac/changeset/9d824a04d11c3223db26d2fe146e86e90a432a6e/lyxgit

This should also go to branch IMHO.

Jürgen


Re: New version 2.1.3

2015-03-10 Thread Jürgen Spitzmüller
2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller:

 Jean-Marc Lasgouttes lasgout...@lyx.org wrote:

 I checked that the \protect bug is fixed, but now we have to deal with
 another one, seen above in the caption. I do not know what caused this
 actually, neither why LaTeX complains. Is it the \par?


 Yes. I have not tested (and unfortunately no time to do so), but I suppose
 we need to adjust this commit:
 http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit



Looking more closely, I suspect the reason is that InsetLayout:Caption does
not have MultiPar explicitly disabled. Rather than that,
LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus.
This looks like a forgotten bit in the InsetLayout-ification of the caption
inset.

Jürgen





 JMarc





Re: New version 2.1.3

2015-03-10 Thread Richard Heck

On 03/10/2015 01:36 PM, Jürgen Spitzmüller wrote:

2015-03-10 17:55 GMT+01:00 Jürgen Spitzmüller:

2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller:

Jean-Marc Lasgouttes lasgout...@lyx.org
mailto:lasgout...@lyx.org wrote:

I checked that the \protect bug is fixed, but now we have
to deal with another one, seen above in the caption. I do
not know what caused this actually, neither why LaTeX
complains. Is it the \par?


Yes. I have not tested (and unfortunately no time to do so),
but I suppose we need to adjust this commit:
http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit



Looking more closely, I suspect the reason is that
InsetLayout:Caption does not have MultiPar explicitly disabled.
Rather than that, LFUN_PARAGRAPH_BREAK is explicitly disabled in
InsetCaption::getStatus. This looks like a forgotten bit in the
InsetLayout-ification of the caption inset.


I verified my hypothesis and committed the respective fix at
http://www.lyx.org/trac/changeset/9d824a04d11c3223db26d2fe146e86e90a432a6e/lyxgit

This should also go to branch IMHO.


OK.

rh



Re: New version 2.1.3

2015-03-10 Thread Jürgen Spitzmüller
2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller:

 Jean-Marc Lasgouttes lasgout...@lyx.org wrote:

 I checked that the \protect bug is fixed, but now we have to deal with
 another one, seen above in the caption. I do not know what caused this
 actually, neither why LaTeX complains. Is it the \par?


 Yes. I have not tested (and unfortunately no time to do so), but I suppose
 we need to adjust this commit:
 http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit



Looking more closely, I suspect the reason is that InsetLayout:Caption does
not have MultiPar explicitly disabled. Rather than that,
LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus.
This looks like a forgotten bit in the InsetLayout-ification of the caption
inset.

Jürgen





 JMarc





Re: New version 2.1.3

2015-03-10 Thread Richard Heck

On 03/10/2015 01:36 PM, Jürgen Spitzmüller wrote:

2015-03-10 17:55 GMT+01:00 Jürgen Spitzmüller:

2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller:

Jean-Marc Lasgouttes lasgout...@lyx.org
mailto:lasgout...@lyx.org wrote:

I checked that the \protect bug is fixed, but now we have
to deal with another one, seen above in the caption. I do
not know what caused this actually, neither why LaTeX
complains. Is it the \par?


Yes. I have not tested (and unfortunately no time to do so),
but I suppose we need to adjust this commit:
http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit



Looking more closely, I suspect the reason is that
InsetLayout:Caption does not have MultiPar explicitly disabled.
Rather than that, LFUN_PARAGRAPH_BREAK is explicitly disabled in
InsetCaption::getStatus. This looks like a forgotten bit in the
InsetLayout-ification of the caption inset.


I verified my hypothesis and committed the respective fix at
http://www.lyx.org/trac/changeset/9d824a04d11c3223db26d2fe146e86e90a432a6e/lyxgit

This should also go to branch IMHO.


OK.

rh



Re: New version 2.1.3

2015-03-10 Thread Jürgen Spitzmüller
2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller:

> Jean-Marc Lasgouttes  wrote:
>
>> I checked that the \protect bug is fixed, but now we have to deal with
>> another one, seen above in the caption. I do not know what caused this
>> actually, neither why LaTeX complains. Is it the \par?
>>
>
> Yes. I have not tested (and unfortunately no time to do so), but I suppose
> we need to adjust this commit:
> http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit
>


Looking more closely, I suspect the reason is that InsetLayout:Caption does
not have MultiPar explicitly disabled. Rather than that,
LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus.
This looks like a forgotten bit in the InsetLayout-ification of the caption
inset.

Jürgen


>
>
>>
>> JMarc
>>
>>
>


Re: New version 2.1.3

2015-03-10 Thread Richard Heck

On 03/10/2015 01:36 PM, Jürgen Spitzmüller wrote:

2015-03-10 17:55 GMT+01:00 Jürgen Spitzmüller:

2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller:

Jean-Marc Lasgouttes > wrote:

I checked that the \protect bug is fixed, but now we have
to deal with another one, seen above in the caption. I do
not know what caused this actually, neither why LaTeX
complains. Is it the \par?


Yes. I have not tested (and unfortunately no time to do so),
but I suppose we need to adjust this commit:
http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit



Looking more closely, I suspect the reason is that
InsetLayout:Caption does not have MultiPar explicitly disabled.
Rather than that, LFUN_PARAGRAPH_BREAK is explicitly disabled in
InsetCaption::getStatus. This looks like a forgotten bit in the
InsetLayout-ification of the caption inset.


I verified my hypothesis and committed the respective fix at
http://www.lyx.org/trac/changeset/9d824a04d11c3223db26d2fe146e86e90a432a6e/lyxgit

This should also go to branch IMHO.


OK.

rh



Re: New version 2.1.3

2015-03-09 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:41 PM, Scott Kostyshak skost...@lyx.org wrote:
 On Tue, Feb 24, 2015 at 5:27 PM, Patrick Dupre pdu...@gmx.com wrote:
 Actually, it is due to the sub figure.
 In the previous version it was OK.

 Thanks for the MWE. I confirm that for LyX 2.1.0 the compilation
 succeeds on tmp.lyx, but for 2.1.3 the compilation fails.

 The diff between the LaTeX (pdflatex) produced by the two versions is below:

 1c1
  %% LyX 2.1.0 created this file.  For more info, see http://www.lyx.org/.
 ---
 %% LyX 2.1.3 created this file.  For more info, see http://www.lyx.org/.
 41,42c41,42
  \subfloat[Upper]{\begin{centering}
 
 ---
 \subfloat[Upper]{\protect\begin{centering}
 \protect
 47c47
  \protect\caption{{\small{}Enlargemen}}
 ---
 \protect\caption{{\small{}Enlargemen}{\small \par}}

 This seems to be related to http://www.lyx.org/trac/ticket/9421.
 However that bug is fixed in master but I still cannot compile the
 file on current master.

 Scott

Hi Patrick,

Can you create a bug report for this on http://www.lyx.org/trac ?

Best,

Scott


Re: New version 2.1.3

2015-03-09 Thread Jean-Marc Lasgouttes

Le 09/03/2015 14:33, Scott Kostyshak a écrit :

47c47
 \protect\caption{{\small{}Enlargemen}}
---

\protect\caption{{\small{}Enlargemen}{\small \par}}


This seems to be related to http://www.lyx.org/trac/ticket/9421.
However that bug is fixed in master but I still cannot compile the
file on current master.




Can you create a bug report for this on http://www.lyx.org/trac ?


I checked that the \protect bug is fixed, but now we have to deal with 
another one, seen above in the caption. I do not know what caused this 
actually, neither why LaTeX complains. Is it the \par?


JMarc




Re: New version 2.1.3

2015-03-09 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes lasgout...@lyx.org wrote:

 I checked that the \protect bug is fixed, but now we have to deal with
 another one, seen above in the caption. I do not know what caused this
 actually, neither why LaTeX complains. Is it the \par?


Yes. I have not tested (and unfortunately no time to do so), but I suppose
we need to adjust this commit:
http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit



 JMarc




Re: New version 2.1.3

2015-03-09 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:41 PM, Scott Kostyshak skost...@lyx.org wrote:
 On Tue, Feb 24, 2015 at 5:27 PM, Patrick Dupre pdu...@gmx.com wrote:
 Actually, it is due to the sub figure.
 In the previous version it was OK.

 Thanks for the MWE. I confirm that for LyX 2.1.0 the compilation
 succeeds on tmp.lyx, but for 2.1.3 the compilation fails.

 The diff between the LaTeX (pdflatex) produced by the two versions is below:

 1c1
  %% LyX 2.1.0 created this file.  For more info, see http://www.lyx.org/.
 ---
 %% LyX 2.1.3 created this file.  For more info, see http://www.lyx.org/.
 41,42c41,42
  \subfloat[Upper]{\begin{centering}
 
 ---
 \subfloat[Upper]{\protect\begin{centering}
 \protect
 47c47
  \protect\caption{{\small{}Enlargemen}}
 ---
 \protect\caption{{\small{}Enlargemen}{\small \par}}

 This seems to be related to http://www.lyx.org/trac/ticket/9421.
 However that bug is fixed in master but I still cannot compile the
 file on current master.

 Scott

Hi Patrick,

Can you create a bug report for this on http://www.lyx.org/trac ?

Best,

Scott


Re: New version 2.1.3

2015-03-09 Thread Jean-Marc Lasgouttes

Le 09/03/2015 14:33, Scott Kostyshak a écrit :

47c47
 \protect\caption{{\small{}Enlargemen}}
---

\protect\caption{{\small{}Enlargemen}{\small \par}}


This seems to be related to http://www.lyx.org/trac/ticket/9421.
However that bug is fixed in master but I still cannot compile the
file on current master.




Can you create a bug report for this on http://www.lyx.org/trac ?


I checked that the \protect bug is fixed, but now we have to deal with 
another one, seen above in the caption. I do not know what caused this 
actually, neither why LaTeX complains. Is it the \par?


JMarc




Re: New version 2.1.3

2015-03-09 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes lasgout...@lyx.org wrote:

 I checked that the \protect bug is fixed, but now we have to deal with
 another one, seen above in the caption. I do not know what caused this
 actually, neither why LaTeX complains. Is it the \par?


Yes. I have not tested (and unfortunately no time to do so), but I suppose
we need to adjust this commit:
http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit



 JMarc




Re: New version 2.1.3

2015-03-09 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:41 PM, Scott Kostyshak  wrote:
> On Tue, Feb 24, 2015 at 5:27 PM, Patrick Dupre  wrote:
>> Actually, it is due to the sub figure.
>> In the previous version it was OK.
>
> Thanks for the MWE. I confirm that for LyX 2.1.0 the compilation
> succeeds on tmp.lyx, but for 2.1.3 the compilation fails.
>
> The diff between the LaTeX (pdflatex) produced by the two versions is below:
>
> 1c1
> < %% LyX 2.1.0 created this file.  For more info, see http://www.lyx.org/.
> ---
>> %% LyX 2.1.3 created this file.  For more info, see http://www.lyx.org/.
> 41,42c41,42
> < \subfloat[Upper]{\begin{centering}
> <
> ---
>> \subfloat[Upper]{\protect\begin{centering}
>> \protect
> 47c47
> < \protect\caption{{\small{}Enlargemen}}
> ---
>> \protect\caption{{\small{}Enlargemen}{\small \par}}
>
> This seems to be related to http://www.lyx.org/trac/ticket/9421.
> However that bug is fixed in master but I still cannot compile the
> file on current master.
>
> Scott

Hi Patrick,

Can you create a bug report for this on http://www.lyx.org/trac ?

Best,

Scott


Re: New version 2.1.3

2015-03-09 Thread Jean-Marc Lasgouttes

Le 09/03/2015 14:33, Scott Kostyshak a écrit :

47c47
< \protect\caption{{\small{}Enlargemen}}
---

\protect\caption{{\small{}Enlargemen}{\small \par}}


This seems to be related to http://www.lyx.org/trac/ticket/9421.
However that bug is fixed in master but I still cannot compile the
file on current master.




Can you create a bug report for this on http://www.lyx.org/trac ?


I checked that the \protect bug is fixed, but now we have to deal with 
another one, seen above in the caption. I do not know what caused this 
actually, neither why LaTeX complains. Is it the \par?


JMarc




Re: New version 2.1.3

2015-03-09 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes  wrote:

> I checked that the \protect bug is fixed, but now we have to deal with
> another one, seen above in the caption. I do not know what caused this
> actually, neither why LaTeX complains. Is it the \par?
>

Yes. I have not tested (and unfortunately no time to do so), but I suppose
we need to adjust this commit:
http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit


>
> JMarc
>
>


New version 2.1.3

2015-02-24 Thread Patrick Dupre
Hello

With the new version of lyx I get a compilation error
when I try to change the font size (eg small) in the caption of
a figure:


Runaway argument?
{{\small {}Enlargements of the absorption spectrum around the dissoci\ETC.
! Paragraph ended before \NR@gettitle was complete.
to be read again 
   \par 
l.2017 ...e of ${\rm \sim50\,ps}$).}{\small \par}}
  
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 whole thing and hope for the best.

! Extra }, or forgotten \endgroup.
argument ...{\rm \sim 50\,ps}$).}{\small \par }}
  
l.2017 ...e of ${\rm \sim50\,ps}$).}{\small \par}}
  
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: New version 2.1.3

2015-02-24 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:07 PM, Patrick Dupre pdu...@gmx.com wrote:
 Hello

 With the new version of lyx I get a compilation error
 when I try to change the font size (eg small) in the caption of
 a figure:

Hi Patrick,

Could you please send a minimal example
(http://wiki.lyx.org/FAQ/MinimalExample) ? Also, I know I'm picky but
for next time I find it helpful if there is a more descriptive title
(e.g. File no longer compiles with 2.1.3).

Which LyX version were you using before? This can help us narrow down
the issue. If you're coming from 2.0.x, this might be a lyx2lyx bug.

Best,

Scott


Re: New version 2.1.3

2015-02-24 Thread Patrick Dupre
Actually, it is due to the sub figure.
In the previous version it was OK.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Tuesday, February 24, 2015 at 11:18 PM
 From: Scott Kostyshak skost...@lyx.org
 To: Patrick Dupre pdu...@gmx.com
 Cc: lyx lyx-users@lists.lyx.org
 Subject: Re: New version 2.1.3

 On Tue, Feb 24, 2015 at 5:07 PM, Patrick Dupre pdu...@gmx.com wrote:
  Hello
 
  With the new version of lyx I get a compilation error
  when I try to change the font size (eg small) in the caption of
  a figure:
 
 Hi Patrick,
 
 Could you please send a minimal example
 (http://wiki.lyx.org/FAQ/MinimalExample) ? Also, I know I'm picky but
 for next time I find it helpful if there is a more descriptive title
 (e.g. File no longer compiles with 2.1.3).
 
 Which LyX version were you using before? This can help us narrow down
 the issue. If you're coming from 2.0.x, this might be a lyx2lyx bug.
 
 Best,
 
 Scott


tmp.lyx
Description: application/lyx


Re: New version 2.1.3

2015-02-24 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:27 PM, Patrick Dupre pdu...@gmx.com wrote:
 Actually, it is due to the sub figure.
 In the previous version it was OK.

Thanks for the MWE. I confirm that for LyX 2.1.0 the compilation
succeeds on tmp.lyx, but for 2.1.3 the compilation fails.

The diff between the LaTeX (pdflatex) produced by the two versions is below:

1c1
 %% LyX 2.1.0 created this file.  For more info, see http://www.lyx.org/.
---
 %% LyX 2.1.3 created this file.  For more info, see http://www.lyx.org/.
41,42c41,42
 \subfloat[Upper]{\begin{centering}

---
 \subfloat[Upper]{\protect\begin{centering}
 \protect
47c47
 \protect\caption{{\small{}Enlargemen}}
---
 \protect\caption{{\small{}Enlargemen}{\small \par}}

This seems to be related to http://www.lyx.org/trac/ticket/9421.
However that bug is fixed in master but I still cannot compile the
file on current master.

Scott


New version 2.1.3

2015-02-24 Thread Patrick Dupre
Hello

With the new version of lyx I get a compilation error
when I try to change the font size (eg small) in the caption of
a figure:


Runaway argument?
{{\small {}Enlargements of the absorption spectrum around the dissoci\ETC.
! Paragraph ended before \NR@gettitle was complete.
to be read again 
   \par 
l.2017 ...e of ${\rm \sim50\,ps}$).}{\small \par}}
  
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 whole thing and hope for the best.

! Extra }, or forgotten \endgroup.
argument ...{\rm \sim 50\,ps}$).}{\small \par }}
  
l.2017 ...e of ${\rm \sim50\,ps}$).}{\small \par}}
  
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: New version 2.1.3

2015-02-24 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:07 PM, Patrick Dupre pdu...@gmx.com wrote:
 Hello

 With the new version of lyx I get a compilation error
 when I try to change the font size (eg small) in the caption of
 a figure:

Hi Patrick,

Could you please send a minimal example
(http://wiki.lyx.org/FAQ/MinimalExample) ? Also, I know I'm picky but
for next time I find it helpful if there is a more descriptive title
(e.g. File no longer compiles with 2.1.3).

Which LyX version were you using before? This can help us narrow down
the issue. If you're coming from 2.0.x, this might be a lyx2lyx bug.

Best,

Scott


Re: New version 2.1.3

2015-02-24 Thread Patrick Dupre
Actually, it is due to the sub figure.
In the previous version it was OK.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Tuesday, February 24, 2015 at 11:18 PM
 From: Scott Kostyshak skost...@lyx.org
 To: Patrick Dupre pdu...@gmx.com
 Cc: lyx lyx-users@lists.lyx.org
 Subject: Re: New version 2.1.3

 On Tue, Feb 24, 2015 at 5:07 PM, Patrick Dupre pdu...@gmx.com wrote:
  Hello
 
  With the new version of lyx I get a compilation error
  when I try to change the font size (eg small) in the caption of
  a figure:
 
 Hi Patrick,
 
 Could you please send a minimal example
 (http://wiki.lyx.org/FAQ/MinimalExample) ? Also, I know I'm picky but
 for next time I find it helpful if there is a more descriptive title
 (e.g. File no longer compiles with 2.1.3).
 
 Which LyX version were you using before? This can help us narrow down
 the issue. If you're coming from 2.0.x, this might be a lyx2lyx bug.
 
 Best,
 
 Scott


tmp.lyx
Description: application/lyx


Re: New version 2.1.3

2015-02-24 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:27 PM, Patrick Dupre pdu...@gmx.com wrote:
 Actually, it is due to the sub figure.
 In the previous version it was OK.

Thanks for the MWE. I confirm that for LyX 2.1.0 the compilation
succeeds on tmp.lyx, but for 2.1.3 the compilation fails.

The diff between the LaTeX (pdflatex) produced by the two versions is below:

1c1
 %% LyX 2.1.0 created this file.  For more info, see http://www.lyx.org/.
---
 %% LyX 2.1.3 created this file.  For more info, see http://www.lyx.org/.
41,42c41,42
 \subfloat[Upper]{\begin{centering}

---
 \subfloat[Upper]{\protect\begin{centering}
 \protect
47c47
 \protect\caption{{\small{}Enlargemen}}
---
 \protect\caption{{\small{}Enlargemen}{\small \par}}

This seems to be related to http://www.lyx.org/trac/ticket/9421.
However that bug is fixed in master but I still cannot compile the
file on current master.

Scott


New version 2.1.3

2015-02-24 Thread Patrick Dupre
Hello

With the new version of lyx I get a compilation error
when I try to change the font size (eg small) in the caption of
a figure:


Runaway argument?
{{\small {}Enlargements of the absorption spectrum around the dissoci\ETC.
! Paragraph ended before \NR@gettitle was complete.
 
   \par 
l.2017 ...e of ${\rm \sim50\,ps}$).}{\small \par}}
  
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 whole thing and hope for the best.

! Extra }, or forgotten \endgroup.
 ...{\rm \sim 50\,ps}$).}{\small \par }}
  
l.2017 ...e of ${\rm \sim50\,ps}$).}{\small \par}}
  
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: New version 2.1.3

2015-02-24 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:07 PM, Patrick Dupre <pdu...@gmx.com> wrote:
> Hello
>
> With the new version of lyx I get a compilation error
> when I try to change the font size (eg small) in the caption of
> a figure:

Hi Patrick,

Could you please send a minimal example
(http://wiki.lyx.org/FAQ/MinimalExample) ? Also, I know I'm picky but
for next time I find it helpful if there is a more descriptive title
(e.g. "File no longer compiles with 2.1.3").

Which LyX version were you using before? This can help us narrow down
the issue. If you're coming from 2.0.x, this might be a lyx2lyx bug.

Best,

Scott


Re: New version 2.1.3

2015-02-24 Thread Patrick Dupre
Actually, it is due to the sub figure.
In the previous version it was OK.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


> Sent: Tuesday, February 24, 2015 at 11:18 PM
> From: "Scott Kostyshak" <skost...@lyx.org>
> To: "Patrick Dupre" <pdu...@gmx.com>
> Cc: lyx <lyx-users@lists.lyx.org>
> Subject: Re: New version 2.1.3
>
> On Tue, Feb 24, 2015 at 5:07 PM, Patrick Dupre <pdu...@gmx.com> wrote:
> > Hello
> >
> > With the new version of lyx I get a compilation error
> > when I try to change the font size (eg small) in the caption of
> > a figure:
> 
> Hi Patrick,
> 
> Could you please send a minimal example
> (http://wiki.lyx.org/FAQ/MinimalExample) ? Also, I know I'm picky but
> for next time I find it helpful if there is a more descriptive title
> (e.g. "File no longer compiles with 2.1.3").
> 
> Which LyX version were you using before? This can help us narrow down
> the issue. If you're coming from 2.0.x, this might be a lyx2lyx bug.
> 
> Best,
> 
> Scott
>

tmp.lyx
Description: application/lyx


Re: New version 2.1.3

2015-02-24 Thread Scott Kostyshak
On Tue, Feb 24, 2015 at 5:27 PM, Patrick Dupre  wrote:
> Actually, it is due to the sub figure.
> In the previous version it was OK.

Thanks for the MWE. I confirm that for LyX 2.1.0 the compilation
succeeds on tmp.lyx, but for 2.1.3 the compilation fails.

The diff between the LaTeX (pdflatex) produced by the two versions is below:

1c1
< %% LyX 2.1.0 created this file.  For more info, see http://www.lyx.org/.
---
> %% LyX 2.1.3 created this file.  For more info, see http://www.lyx.org/.
41,42c41,42
< \subfloat[Upper]{\begin{centering}
<
---
> \subfloat[Upper]{\protect\begin{centering}
> \protect
47c47
< \protect\caption{{\small{}Enlargemen}}
---
> \protect\caption{{\small{}Enlargemen}{\small \par}}

This seems to be related to http://www.lyx.org/trac/ticket/9421.
However that bug is fixed in master but I still cannot compile the
file on current master.

Scott


Re: new version

2014-05-15 Thread Jürgen Spitzmüller
2014-05-14 21:18 GMT+02:00 Patrick Dupre pdu...@gmx.com:

 I am attaching a log file because I get errors due to the use of the
 fourier font. It looks like it is not a  lyx issue but a texlive issue.
 Both have been upgraded with fedora 20.
 Would you have an idea?


Not really. Here is an explanation of the error you get:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=manymathalph

HTH
Jürgen


Re: new version

2014-05-15 Thread Jürgen Spitzmüller
2014-05-14 21:18 GMT+02:00 Patrick Dupre pdu...@gmx.com:

 I am attaching a log file because I get errors due to the use of the
 fourier font. It looks like it is not a  lyx issue but a texlive issue.
 Both have been upgraded with fedora 20.
 Would you have an idea?


Not really. Here is an explanation of the error you get:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=manymathalph

HTH
Jürgen


Re: new version

2014-05-15 Thread Jürgen Spitzmüller
2014-05-14 21:18 GMT+02:00 Patrick Dupre :

> I am attaching a log file because I get errors due to the use of the
> fourier font. It looks like it is not a  lyx issue but a texlive issue.
> Both have been upgraded with fedora 20.
> Would you have an idea?
>

Not really. Here is an explanation of the error you get:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=manymathalph

HTH
Jürgen


new version

2014-05-14 Thread Patrick Dupre
Hello,

I have a document written with lyx 2.0.7.
Now when I load it I get:
Layout BeginPlainFrame was not found.

I use Beamer package

thank.

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: new version

2014-05-14 Thread Jürgen Spitzmüller
2014-05-14 18:12 GMT+02:00 Patrick Dupre:

  Can you share this document?
 See attached file.


This is a very strange corner case. The reason why this fails to convert is
the empty paragraph at the end of the document. Remove it (in LyX 2.0.x),
and the plain frame imports correctly. Actually, this empty paragraph is
not supposed to be there. It should be removed by LyX automatically. Also,
this last frame has no proper frame end, so the document should not compile.

I have no idea why the empty paragraph makes the lyx2lyx conversion process
fail, but the case itself strikes me rather exotic.

In Your document, you can put the cursor to the BeginPlainFrame paragraph
and select Plain Frame from the style combo.

Jürgen


new version

2014-05-14 Thread Patrick Dupre
Hello,

I have a document written with lyx 2.0.7.
Now when I load it I get:
Layout BeginPlainFrame was not found.

I use Beamer package

thank.

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: new version

2014-05-14 Thread Jürgen Spitzmüller
2014-05-14 18:12 GMT+02:00 Patrick Dupre:

  Can you share this document?
 See attached file.


This is a very strange corner case. The reason why this fails to convert is
the empty paragraph at the end of the document. Remove it (in LyX 2.0.x),
and the plain frame imports correctly. Actually, this empty paragraph is
not supposed to be there. It should be removed by LyX automatically. Also,
this last frame has no proper frame end, so the document should not compile.

I have no idea why the empty paragraph makes the lyx2lyx conversion process
fail, but the case itself strikes me rather exotic.

In Your document, you can put the cursor to the BeginPlainFrame paragraph
and select Plain Frame from the style combo.

Jürgen


new version

2014-05-14 Thread Patrick Dupre
Hello,

I have a document written with lyx 2.0.7.
Now when I load it I get:
Layout "BeginPlainFrame" was not found.

I use Beamer package

thank.

===
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===


Re: new version

2014-05-14 Thread Jürgen Spitzmüller
2014-05-14 18:12 GMT+02:00 Patrick Dupre:

> > Can you share this document?
> See attached file.
>

This is a very strange corner case. The reason why this fails to convert is
the empty paragraph at the end of the document. Remove it (in LyX 2.0.x),
and the plain frame imports correctly. Actually, this empty paragraph is
not supposed to be there. It should be removed by LyX automatically. Also,
this last frame has no proper frame end, so the document should not compile.

I have no idea why the empty paragraph makes the lyx2lyx conversion process
fail, but the case itself strikes me rather exotic.

In Your document, you can put the cursor to the BeginPlainFrame paragraph
and select "Plain Frame" from the style combo.

Jürgen


LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread BOB Merhebi
Hello fellow LyXers,

I wonder if LyX can save documents that have been edited as a new
(updated) version of the same file ? For instance, say I have a document
called newdoc.lyx  I am now editing it; I save the
changes/modifications i made  the file is saved as a new one called,
say, newdoc2.lyx

I am interested in this in case one would like to refer to an older
version of a document after changes have been made, or in case of a
mistake involving the modification  saving  quitting of a document,
hence the undo here would not be applicable; this hasn't yet happened to
me, but it happened to a friend of mine to whom I introduced LyX to.

If such a feature is not available I would like to suggest it for a
future version of LyX.

Configuration: LyX 1.6.5 under Ubuntu 10.04 LTS.


P.S.: Please reply to me personally, not just to the lyx mailing list.

-- 
Sincerely Yours,
-Bob Merhebi

Thunderbird Signature


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread David L. Johnson

On 03/25/11 14:54, BOB Merhebi wrote:

Hello fellow LyXers,

I wonder if LyX can save documents that have been edited as a new
(updated) version of the same file ?


I guess I don't understand.  Using Save As you can save it 
incrementally with any name you please.  I do this all the time.  But, 
if you want something automatic, you'd get a new filename every time you 
saved.  Are you sure you want that?  I often save a file I am working on 
several times, so that I don't lose too much if, say, the power goes 
out, or if the computer crashes, or if lyx itself crashes.  I would have 
half a dozen copies by the end of the day, and that would eat up a lot 
of space, and files would proliferate.


Maybe what you really want to enable is something on the order of 
version control, or change tracking.  Look under tools for that; maybe 
someone who uses it can provide suggestions.



P.S.: Please reply to me personally, not just to the lyx mailing list.

Generally, it is better form, when asking a question of a list, to join 
the list at least until your question is answered.


--

David L. Johnson

What am I on?  I'm on my bike, six hours a day, busting my ass.
What are you on?
--Lance Armstrong


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread BOB Merhebi
On 03/25/2011 09:44 PM, David L. Johnson wrote:
 On 03/25/11 14:54, BOB Merhebi wrote:
 Hello fellow LyXers,

 I wonder if LyX can save documents that have been edited as a new
 (updated) version of the same file ?

 I guess I don't understand.  Using Save As you can save it
 incrementally with any name you please.  I do this all the time.  But,
 if you want something automatic, you'd get a new filename every time
 you saved.  Are you sure you want that?

indeed, that is what I meant

 I often save a file I am working on several times, so that I don't
 lose too much if, say, the power goes out, or if the computer crashes,
 or if lyx itself crashes.  I would have half a dozen copies by the end
 of the day, and that would eat up a lot of space, and files would
 proliferate.


I think you are right in this regard

 Maybe what you really want to enable is something on the order of
 version control, or change tracking.  

I believe this is a possible solution; all I need is being able to
revise the document for the latest if not all the editing that occurred,
particularly in the case that the undo feature is no more applicable
like when lyx is closed.

 Look under tools for that; maybe someone who uses it can provide
 suggestions.


help is appreciated.

 P.S.: Please reply to me personally, not just to the lyx mailing list.

 Generally, it is better form, when asking a question of a list, to
 join the list at least until your question is answered.

well I did join the list a year ago but until now I hadn't had any
particular question but still I followed the list till a few weeks ago
when I un-subscribed due to the large number of daily digests that
accumulated, hehe

-- 
Sincerely Yours,
-Ibrahim (Bob) Merhebi

Thunderbird Signature


SV: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread Ingar Pareliussen
 Maybe what you really want to enable is something on the order of
 version control, or change tracking.

I believe this is a possible solution; all I need is being able to
revise the document for the latest if not all the editing that occurred,
particularly in the case that the undo feature is no more applicable
like when lyx is closed.

Check the section 6.2 in the Help-additional functions in LyX,
it takes you through how to use the revision control.

It should fit your needs for undo etc, however, some knowledge of
revisionsystems is helpful...

hth,
Ingar Pareliussen


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread Julien Rioux

On 25/03/2011 4:02 PM, BOB Merhebi wrote:

I believe this is a possible solution; all I need is being able to
revise the document for the latest if not all the editing that occurred,
particularly in the case that the undo feature is no more applicable
like when lyx is closed.


Use change tracking. It will change your life :)
Document  Change Tracking

--
Julien



Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread BOB Merhebi


On 03/25/2011 10:26 PM, Ingar Pareliussen wrote:
 Maybe what you really want to enable is something on the order of
 version control, or change tracking.
 I believe this is a possible solution; all I need is being able to
 revise the document for the latest if not all the editing that occurred,
 particularly in the case that the undo feature is no more applicable
 like when lyx is closed.
 Check the section 6.2 in the Help-additional functions in LyX,
 it takes you through how to use the revision control.

 It should fit your needs for undo etc, however, some knowledge of
 revisionsystems is helpful...

 hth,
 Ingar Pareliussen

I just checked it out; i will thoroughly read it; thanks


On 03/25/2011 10:32 PM, Julien Rioux wrote:
 On 25/03/2011 4:02 PM, BOB Merhebi wrote:
 I believe this is a possible solution; all I need is being able to
 revise the document for the latest if not all the editing that occurred,
 particularly in the case that the undo feature is no more applicable
 like when lyx is closed.

 Use change tracking. It will change your life :)
 Document  Change Tracking


that's what i just did :D will see how that goes; but from your
experience, does the tracking stay there even when i quite the document
 reopen it ?

thanks

-- 
Sincerely Yours,
-Bob Merhebi

Thunderbird Signature


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread Julien Rioux



On 25/03/2011 5:06 PM, BOB Merhebi wrote:

that's what i just did :D will see how that goes; but from your
experience, does the tracking stay there even when i quite the document
  reopen it ?



Yes that's right, it keeps track of changes until someone accepts 
them. Also between sessions. And you get different colors for different 
authors, which is great when you pass the file around. It's built in.


Cheers,
Julien


LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread BOB Merhebi
Hello fellow LyXers,

I wonder if LyX can save documents that have been edited as a new
(updated) version of the same file ? For instance, say I have a document
called newdoc.lyx  I am now editing it; I save the
changes/modifications i made  the file is saved as a new one called,
say, newdoc2.lyx

I am interested in this in case one would like to refer to an older
version of a document after changes have been made, or in case of a
mistake involving the modification  saving  quitting of a document,
hence the undo here would not be applicable; this hasn't yet happened to
me, but it happened to a friend of mine to whom I introduced LyX to.

If such a feature is not available I would like to suggest it for a
future version of LyX.

Configuration: LyX 1.6.5 under Ubuntu 10.04 LTS.


P.S.: Please reply to me personally, not just to the lyx mailing list.

-- 
Sincerely Yours,
-Bob Merhebi

Thunderbird Signature


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread David L. Johnson

On 03/25/11 14:54, BOB Merhebi wrote:

Hello fellow LyXers,

I wonder if LyX can save documents that have been edited as a new
(updated) version of the same file ?


I guess I don't understand.  Using Save As you can save it 
incrementally with any name you please.  I do this all the time.  But, 
if you want something automatic, you'd get a new filename every time you 
saved.  Are you sure you want that?  I often save a file I am working on 
several times, so that I don't lose too much if, say, the power goes 
out, or if the computer crashes, or if lyx itself crashes.  I would have 
half a dozen copies by the end of the day, and that would eat up a lot 
of space, and files would proliferate.


Maybe what you really want to enable is something on the order of 
version control, or change tracking.  Look under tools for that; maybe 
someone who uses it can provide suggestions.



P.S.: Please reply to me personally, not just to the lyx mailing list.

Generally, it is better form, when asking a question of a list, to join 
the list at least until your question is answered.


--

David L. Johnson

What am I on?  I'm on my bike, six hours a day, busting my ass.
What are you on?
--Lance Armstrong


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread BOB Merhebi
On 03/25/2011 09:44 PM, David L. Johnson wrote:
 On 03/25/11 14:54, BOB Merhebi wrote:
 Hello fellow LyXers,

 I wonder if LyX can save documents that have been edited as a new
 (updated) version of the same file ?

 I guess I don't understand.  Using Save As you can save it
 incrementally with any name you please.  I do this all the time.  But,
 if you want something automatic, you'd get a new filename every time
 you saved.  Are you sure you want that?

indeed, that is what I meant

 I often save a file I am working on several times, so that I don't
 lose too much if, say, the power goes out, or if the computer crashes,
 or if lyx itself crashes.  I would have half a dozen copies by the end
 of the day, and that would eat up a lot of space, and files would
 proliferate.


I think you are right in this regard

 Maybe what you really want to enable is something on the order of
 version control, or change tracking.  

I believe this is a possible solution; all I need is being able to
revise the document for the latest if not all the editing that occurred,
particularly in the case that the undo feature is no more applicable
like when lyx is closed.

 Look under tools for that; maybe someone who uses it can provide
 suggestions.


help is appreciated.

 P.S.: Please reply to me personally, not just to the lyx mailing list.

 Generally, it is better form, when asking a question of a list, to
 join the list at least until your question is answered.

well I did join the list a year ago but until now I hadn't had any
particular question but still I followed the list till a few weeks ago
when I un-subscribed due to the large number of daily digests that
accumulated, hehe

-- 
Sincerely Yours,
-Ibrahim (Bob) Merhebi

Thunderbird Signature


SV: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread Ingar Pareliussen
 Maybe what you really want to enable is something on the order of
 version control, or change tracking.

I believe this is a possible solution; all I need is being able to
revise the document for the latest if not all the editing that occurred,
particularly in the case that the undo feature is no more applicable
like when lyx is closed.

Check the section 6.2 in the Help-additional functions in LyX,
it takes you through how to use the revision control.

It should fit your needs for undo etc, however, some knowledge of
revisionsystems is helpful...

hth,
Ingar Pareliussen


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread Julien Rioux

On 25/03/2011 4:02 PM, BOB Merhebi wrote:

I believe this is a possible solution; all I need is being able to
revise the document for the latest if not all the editing that occurred,
particularly in the case that the undo feature is no more applicable
like when lyx is closed.


Use change tracking. It will change your life :)
Document  Change Tracking

--
Julien



Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread BOB Merhebi


On 03/25/2011 10:26 PM, Ingar Pareliussen wrote:
 Maybe what you really want to enable is something on the order of
 version control, or change tracking.
 I believe this is a possible solution; all I need is being able to
 revise the document for the latest if not all the editing that occurred,
 particularly in the case that the undo feature is no more applicable
 like when lyx is closed.
 Check the section 6.2 in the Help-additional functions in LyX,
 it takes you through how to use the revision control.

 It should fit your needs for undo etc, however, some knowledge of
 revisionsystems is helpful...

 hth,
 Ingar Pareliussen

I just checked it out; i will thoroughly read it; thanks


On 03/25/2011 10:32 PM, Julien Rioux wrote:
 On 25/03/2011 4:02 PM, BOB Merhebi wrote:
 I believe this is a possible solution; all I need is being able to
 revise the document for the latest if not all the editing that occurred,
 particularly in the case that the undo feature is no more applicable
 like when lyx is closed.

 Use change tracking. It will change your life :)
 Document  Change Tracking


that's what i just did :D will see how that goes; but from your
experience, does the tracking stay there even when i quite the document
 reopen it ?

thanks

-- 
Sincerely Yours,
-Bob Merhebi

Thunderbird Signature


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread Julien Rioux



On 25/03/2011 5:06 PM, BOB Merhebi wrote:

that's what i just did :D will see how that goes; but from your
experience, does the tracking stay there even when i quite the document
  reopen it ?



Yes that's right, it keeps track of changes until someone accepts 
them. Also between sessions. And you get different colors for different 
authors, which is great when you pass the file around. It's built in.


Cheers,
Julien


LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread BOB Merhebi
Hello fellow LyXers,

I wonder if LyX can save documents that have been edited as a new
(updated) version of the same file ? For instance, say I have a document
called newdoc.lyx & I am now editing it; I save the
changes/modifications i made & the file is saved as a new one called,
say, newdoc2.lyx

I am interested in this in case one would like to refer to an older
version of a document after changes have been made, or in case of a
mistake involving the modification & saving & quitting of a document,
hence the undo here would not be applicable; this hasn't yet happened to
me, but it happened to a friend of mine to whom I introduced LyX to.

If such a feature is not available I would like to suggest it for a
future version of LyX.

Configuration: LyX 1.6.5 under Ubuntu 10.04 LTS.


P.S.: Please reply to me personally, not just to the lyx mailing list.

-- 
Sincerely Yours,
-Bob Merhebi

Thunderbird Signature


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread David L. Johnson

On 03/25/11 14:54, BOB Merhebi wrote:

Hello fellow LyXers,

I wonder if LyX can save documents that have been edited as a new
(updated) version of the same file ?


I guess I don't understand.  Using "Save As" you can save it 
incrementally with any name you please.  I do this all the time.  But, 
if you want something automatic, you'd get a new filename every time you 
saved.  Are you sure you want that?  I often save a file I am working on 
several times, so that I don't lose too much if, say, the power goes 
out, or if the computer crashes, or if lyx itself crashes.  I would have 
half a dozen copies by the end of the day, and that would eat up a lot 
of space, and files would proliferate.


Maybe what you really want to enable is something on the order of 
version control, or change tracking.  Look under tools for that; maybe 
someone who uses it can provide suggestions.



P.S.: Please reply to me personally, not just to the lyx mailing list.

Generally, it is better form, when asking a question of a list, to join 
the list at least until your question is answered.


--

David L. Johnson

"What am I on?  I'm on my bike, six hours a day, busting my ass.
What are you on?"
--Lance Armstrong


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread BOB Merhebi
On 03/25/2011 09:44 PM, David L. Johnson wrote:
> On 03/25/11 14:54, BOB Merhebi wrote:
>> Hello fellow LyXers,
>>
>> I wonder if LyX can save documents that have been edited as a new
>> (updated) version of the same file ?
>
> I guess I don't understand.  Using "Save As" you can save it
> incrementally with any name you please.  I do this all the time.  But,
> if you want something automatic, you'd get a new filename every time
> you saved.  Are you sure you want that?

indeed, that is what I meant

> I often save a file I am working on several times, so that I don't
> lose too much if, say, the power goes out, or if the computer crashes,
> or if lyx itself crashes.  I would have half a dozen copies by the end
> of the day, and that would eat up a lot of space, and files would
> proliferate.
>

I think you are right in this regard

> Maybe what you really want to enable is something on the order of
> version control, or change tracking.  

I believe this is a possible solution; all I need is being able to
revise the document for the latest if not all the editing that occurred,
particularly in the case that the "undo" feature is no more applicable
like when lyx is closed.

> Look under tools for that; maybe someone who uses it can provide
> suggestions.
>

help is appreciated.

>> P.S.: Please reply to me personally, not just to the lyx mailing list.
>>
> Generally, it is better form, when asking a question of a list, to
> join the list at least until your question is answered.
>
well I did join the list a year ago but until now I hadn't had any
particular question but still I followed the list till a few weeks ago
when I un-subscribed due to the large number of daily digests that
accumulated, hehe

-- 
Sincerely Yours,
-Ibrahim (Bob) Merhebi

Thunderbird Signature


SV: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread Ingar Pareliussen
>> Maybe what you really want to enable is something on the order of
>> version control, or change tracking.
>
>I believe this is a possible solution; all I need is being able to
>revise the document for the latest if not all the editing that occurred,
>particularly in the case that the "undo" feature is no more applicable
>like when lyx is closed.

Check the section 6.2 in the Help->additional functions in LyX,
it takes you through how to use the revision control.

It should fit your needs for undo etc, however, some knowledge of
revisionsystems is helpful...

hth,
Ingar Pareliussen


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread Julien Rioux

On 25/03/2011 4:02 PM, BOB Merhebi wrote:

I believe this is a possible solution; all I need is being able to
revise the document for the latest if not all the editing that occurred,
particularly in the case that the "undo" feature is no more applicable
like when lyx is closed.


Use change tracking. It will change your life :)
Document > Change Tracking

--
Julien



Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread BOB Merhebi


On 03/25/2011 10:26 PM, Ingar Pareliussen wrote:
>>> Maybe what you really want to enable is something on the order of
>>> version control, or change tracking.
>> I believe this is a possible solution; all I need is being able to
>> revise the document for the latest if not all the editing that occurred,
>> particularly in the case that the "undo" feature is no more applicable
>> like when lyx is closed.
> Check the section 6.2 in the Help->additional functions in LyX,
> it takes you through how to use the revision control.
>
> It should fit your needs for undo etc, however, some knowledge of
> revisionsystems is helpful...
>
> hth,
> Ingar Pareliussen

I just checked it out; i will thoroughly read it; thanks


On 03/25/2011 10:32 PM, Julien Rioux wrote:
> On 25/03/2011 4:02 PM, BOB Merhebi wrote:
>> I believe this is a possible solution; all I need is being able to
>> revise the document for the latest if not all the editing that occurred,
>> particularly in the case that the "undo" feature is no more applicable
>> like when lyx is closed.
>
> Use change tracking. It will change your life :)
> Document > Change Tracking
>

that's what i just did :D will see how that goes; but from your
experience, does the tracking stay there even when i quite the document
& reopen it ?

thanks

-- 
Sincerely Yours,
-Bob Merhebi

Thunderbird Signature


Re: LyX: Saves edited version of document as a new version (new file) ?

2011-03-25 Thread Julien Rioux



On 25/03/2011 5:06 PM, BOB Merhebi wrote:

that's what i just did :D will see how that goes; but from your
experience, does the tracking stay there even when i quite the document
&  reopen it ?



Yes that's right, it keeps track of changes until someone "accepts" 
them. Also between sessions. And you get different colors for different 
authors, which is great when you pass the file around. It's built in.


Cheers,
Julien


Re: New version question

2011-03-11 Thread José Matos
On Tuesday 08 March 2011 03:55:24 David L. Johnson wrote:
 Hi folks.  It has been a while since I have been on this list, but I 
 thought I'd ask about something I noticed in the last upgrade I made.

FWIW is nice to see you around here again. :-)

Regards,
-- 
José Abílio


Re: New version question

2011-03-11 Thread José Matos
On Tuesday 08 March 2011 03:55:24 David L. Johnson wrote:
 Hi folks.  It has been a while since I have been on this list, but I 
 thought I'd ask about something I noticed in the last upgrade I made.

FWIW is nice to see you around here again. :-)

Regards,
-- 
José Abílio


Re: New version question

2011-03-11 Thread José Matos
On Tuesday 08 March 2011 03:55:24 David L. Johnson wrote:
> Hi folks.  It has been a while since I have been on this list, but I 
> thought I'd ask about something I noticed in the last upgrade I made.

FWIW is nice to see you around here again. :-)

Regards,
-- 
José Abílio


Re: New version question

2011-03-08 Thread Pavel Sanda
David L. Johnson wrote:
 So, why was this change made?  Can I set some preference to un-make it?  I 
 don't really want to downgrade, if I can avoid it.  LyX is my default 
 program for writing just about everything.

http://www.lyx.org/trac/ticket/7266
pavel


Re: New version question

2011-03-08 Thread Pavel Sanda
David L. Johnson wrote:
 So, why was this change made?  Can I set some preference to un-make it?  I 
 don't really want to downgrade, if I can avoid it.  LyX is my default 
 program for writing just about everything.

http://www.lyx.org/trac/ticket/7266
pavel


Re: New version question

2011-03-08 Thread Pavel Sanda
David L. Johnson wrote:
> So, why was this change made?  Can I set some preference to un-make it?  I 
> don't really want to downgrade, if I can avoid it.  LyX is my default 
> program for writing just about everything.

http://www.lyx.org/trac/ticket/7266
pavel


New version question

2011-03-07 Thread David L. Johnson
Hi folks.  It has been a while since I have been on this list, but I 
thought I'd ask about something I noticed in the last upgrade I made.


I am currently using 2.0.0beta4, which came to me with my latest upgrade 
of debian testing.  I have been using both Lyx and debian testing for aeons.


Anyway, I notice a new behavior that is a little annoying.  When I use 
an empty delimiter in math-mode, previously the empty limit was marked 
with a dashed vertical line.  Now, it is a solid black line.  Since one 
of the common delimiters I use is \.{}\| (that is, empty on left, 
vertical line on the right) the difference between that and vertical 
lines left and right requires more judgment than my eyes can handle. 
With math text being dark blue by default, there is not much difference 
between a vertical line and an empty delimiter.


So, why was this change made?  Can I set some preference to un-make it? 
 I don't really want to downgrade, if I can avoid it.  LyX is my 
default program for writing just about everything.


--

David L. Johnson

A mathematician is a machine for turning coffee into theorems.
-- Paul Erdos


New version question

2011-03-07 Thread David L. Johnson
Hi folks.  It has been a while since I have been on this list, but I 
thought I'd ask about something I noticed in the last upgrade I made.


I am currently using 2.0.0beta4, which came to me with my latest upgrade 
of debian testing.  I have been using both Lyx and debian testing for aeons.


Anyway, I notice a new behavior that is a little annoying.  When I use 
an empty delimiter in math-mode, previously the empty limit was marked 
with a dashed vertical line.  Now, it is a solid black line.  Since one 
of the common delimiters I use is \.{}\| (that is, empty on left, 
vertical line on the right) the difference between that and vertical 
lines left and right requires more judgment than my eyes can handle. 
With math text being dark blue by default, there is not much difference 
between a vertical line and an empty delimiter.


So, why was this change made?  Can I set some preference to un-make it? 
 I don't really want to downgrade, if I can avoid it.  LyX is my 
default program for writing just about everything.


--

David L. Johnson

A mathematician is a machine for turning coffee into theorems.
-- Paul Erdos


New version question

2011-03-07 Thread David L. Johnson
Hi folks.  It has been a while since I have been on this list, but I 
thought I'd ask about something I noticed in the last upgrade I made.


I am currently using 2.0.0beta4, which came to me with my latest upgrade 
of debian testing.  I have been using both Lyx and debian testing for aeons.


Anyway, I notice a new behavior that is a little annoying.  When I use 
an empty delimiter in math-mode, previously the empty limit was marked 
with a dashed vertical line.  Now, it is a solid black line.  Since one 
of the common delimiters I use is \.{}\| (that is, empty on left, 
vertical line on the right) the difference between that and vertical 
lines left and right requires more judgment than my eyes can handle. 
With math text being dark blue by default, there is not much difference 
between a vertical line and an empty delimiter.


So, why was this change made?  Can I set some preference to un-make it? 
 I don't really want to downgrade, if I can avoid it.  LyX is my 
default program for writing just about everything.


--

David L. Johnson

A mathematician is a machine for turning coffee into theorems.
-- Paul Erdos


Re: Problems with new version

2010-11-15 Thread Richard Heck

On 11/14/2010 09:35 AM, Markus Kossner wrote:

Dear Lyx users,
I have a strange problem when using a newer version of Lyx. Here's my 
problem:
I have written my thesis using Lyx 1.6.2. Now I have a new computer 
running Lyx 1.6.7. Both computers had Ubuntu linux running.
Now the lyx file can be opened and compiled to pdf on the old computer 
but not on the new one that has the newer lyx version.


I get the following error messages:

\newpage
  {}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


I'm only guessing without seeing the rest of the file, but this looks 
pretty bad, since \newpage must surely be defined. Possibly there is 
some conflict between your custom LaTeX preamble and whatever LyX is 
doing in 1.6.7.


The way to debug this is to export the file to LaTeX from both of your 
machines, then run diff -u file162.lyx file167.lyx and see if there 
are differences between the LaTeX versions. Also, you can manually 
compile the newer one and see if you get more helpful messages.


rh



Here is my latex preamble:

%Zitieren nach ACS Konvention
%\usepackage[usetitle=true]{achemsol}

% Überschrift des Abkürzungsverzeichnisses
\renewcommand{\nomname}{Symbols and Abbreviations}
% Abstand zw. Abkürzung und Erklärung
\renewcommand{\nomlabelwidth}{3cm}

% Kopf-/Fußzeile
\fancyhead{}
\fancyfoot{}
%\fancyhead[EL]{\itshape\leftmark}% E(ven)=left page, L(eft)=outer part
%\fancyhead[OR]{\itshape\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyhead[EL]{\smaller\leftmark}% E(ven)=left page, L(eft)=outer part
\fancyhead[OR]{\smaller\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyfoot[CO,CE]{\thepage}% page number in footer, always centered
\renewcommand{\headrulewidth}{0.5pt} % Abstand der Linien vom Text
\renewcommand{\footrulewidth}{0.5pt}

% Tabellenzellen vereinigen
\usepackage{multirow}

% Erstelle im PDF Links zu Überschriften, Figures etc, sowie einen 
Inhaltsbaum.

\usepackage[bookmarks, bookmarksopen=true]{hyperref}

% In Figures und Tabellen:
% Drucke Figure 1. oder Table 1. fett.
\usepackage[labelfont={bf}]{caption}

% Nummeriere Algorithmen der Reihe nach arabisch durch.
\newcommand{\theHalgorithm}{\arabic{algorithm}}

% Trennungsregeln für Wörter, für die keine Regeln im Wörterbuch stehen
\hyphenation{mole-cules}
\hyphenation{de-scriptors}

% pdfpages erlaubt das Einfügen externer pdf Dateien -- Lebenslauf am 
Schluss

\usepackage{pdfpages}
\usepackage[usetitle]{achemso}


How do I get Info about what happened?
Thank you in advance for your help,
Markus




Re: Problems with new version

2010-11-15 Thread Richard Heck

On 11/14/2010 09:35 AM, Markus Kossner wrote:

Dear Lyx users,
I have a strange problem when using a newer version of Lyx. Here's my 
problem:
I have written my thesis using Lyx 1.6.2. Now I have a new computer 
running Lyx 1.6.7. Both computers had Ubuntu linux running.
Now the lyx file can be opened and compiled to pdf on the old computer 
but not on the new one that has the newer lyx version.


I get the following error messages:

\newpage
  {}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


I'm only guessing without seeing the rest of the file, but this looks 
pretty bad, since \newpage must surely be defined. Possibly there is 
some conflict between your custom LaTeX preamble and whatever LyX is 
doing in 1.6.7.


The way to debug this is to export the file to LaTeX from both of your 
machines, then run diff -u file162.lyx file167.lyx and see if there 
are differences between the LaTeX versions. Also, you can manually 
compile the newer one and see if you get more helpful messages.


rh



Here is my latex preamble:

%Zitieren nach ACS Konvention
%\usepackage[usetitle=true]{achemsol}

% Überschrift des Abkürzungsverzeichnisses
\renewcommand{\nomname}{Symbols and Abbreviations}
% Abstand zw. Abkürzung und Erklärung
\renewcommand{\nomlabelwidth}{3cm}

% Kopf-/Fußzeile
\fancyhead{}
\fancyfoot{}
%\fancyhead[EL]{\itshape\leftmark}% E(ven)=left page, L(eft)=outer part
%\fancyhead[OR]{\itshape\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyhead[EL]{\smaller\leftmark}% E(ven)=left page, L(eft)=outer part
\fancyhead[OR]{\smaller\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyfoot[CO,CE]{\thepage}% page number in footer, always centered
\renewcommand{\headrulewidth}{0.5pt} % Abstand der Linien vom Text
\renewcommand{\footrulewidth}{0.5pt}

% Tabellenzellen vereinigen
\usepackage{multirow}

% Erstelle im PDF Links zu Überschriften, Figures etc, sowie einen 
Inhaltsbaum.

\usepackage[bookmarks, bookmarksopen=true]{hyperref}

% In Figures und Tabellen:
% Drucke Figure 1. oder Table 1. fett.
\usepackage[labelfont={bf}]{caption}

% Nummeriere Algorithmen der Reihe nach arabisch durch.
\newcommand{\theHalgorithm}{\arabic{algorithm}}

% Trennungsregeln für Wörter, für die keine Regeln im Wörterbuch stehen
\hyphenation{mole-cules}
\hyphenation{de-scriptors}

% pdfpages erlaubt das Einfügen externer pdf Dateien -- Lebenslauf am 
Schluss

\usepackage{pdfpages}
\usepackage[usetitle]{achemso}


How do I get Info about what happened?
Thank you in advance for your help,
Markus




Re: Problems with new version

2010-11-15 Thread Richard Heck

On 11/14/2010 09:35 AM, Markus Kossner wrote:

Dear Lyx users,
I have a strange problem when using a newer version of Lyx. Here's my 
problem:
I have written my thesis using Lyx 1.6.2. Now I have a new computer 
running Lyx 1.6.7. Both computers had Ubuntu linux running.
Now the lyx file can be opened and compiled to pdf on the old computer 
but not on the new one that has the newer lyx version.


I get the following error messages:

\newpage
  {}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


I'm only guessing without seeing the rest of the file, but this looks 
pretty bad, since \newpage must surely be defined. Possibly there is 
some conflict between your custom LaTeX preamble and whatever LyX is 
doing in 1.6.7.


The way to debug this is to export the file to LaTeX from both of your 
machines, then run "diff -u file162.lyx file167.lyx" and see if there 
are differences between the LaTeX versions. Also, you can manually 
compile the newer one and see if you get more helpful messages.


rh



Here is my latex preamble:

%Zitieren nach ACS Konvention
%\usepackage[usetitle=true]{achemsol}

% Überschrift des Abkürzungsverzeichnisses
\renewcommand{\nomname}{Symbols and Abbreviations}
% Abstand zw. Abkürzung und Erklärung
\renewcommand{\nomlabelwidth}{3cm}

% Kopf-/Fußzeile
\fancyhead{}
\fancyfoot{}
%\fancyhead[EL]{\itshape\leftmark}% E(ven)=left page, L(eft)=outer part
%\fancyhead[OR]{\itshape\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyhead[EL]{\smaller\leftmark}% E(ven)=left page, L(eft)=outer part
\fancyhead[OR]{\smaller\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyfoot[CO,CE]{\thepage}% page number in footer, always centered
\renewcommand{\headrulewidth}{0.5pt} % Abstand der Linien vom Text
\renewcommand{\footrulewidth}{0.5pt}

% Tabellenzellen vereinigen
\usepackage{multirow}

% Erstelle im PDF Links zu Überschriften, Figures etc, sowie einen 
Inhaltsbaum.

\usepackage[bookmarks, bookmarksopen=true]{hyperref}

% In Figures und Tabellen:
% Drucke "Figure 1." oder "Table 1." fett.
\usepackage[labelfont={bf}]{caption}

% Nummeriere Algorithmen der Reihe nach arabisch durch.
\newcommand{\theHalgorithm}{\arabic{algorithm}}

% Trennungsregeln für Wörter, für die keine Regeln im Wörterbuch stehen
\hyphenation{mole-cules}
\hyphenation{de-scriptors}

% pdfpages erlaubt das Einfügen externer pdf Dateien --> Lebenslauf am 
Schluss

\usepackage{pdfpages}
\usepackage[usetitle]{achemso}


How do I get Info about what happened?
Thank you in advance for your help,
Markus




Problems with new version

2010-11-14 Thread Markus Kossner

Dear Lyx users,
I have a strange problem when using a newer version of Lyx. Here's my 
problem:
I have written my thesis using Lyx 1.6.2. Now I have a new computer 
running Lyx 1.6.7. Both computers had Ubuntu linux running.
Now the lyx file can be opened and compiled to pdf on the old computer 
but not on the new one that has the newer lyx version.


I get the following error messages:

\newpage
  {}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.



Here is my latex preamble:

%Zitieren nach ACS Konvention
%\usepackage[usetitle=true]{achemsol}

% Überschrift des Abkürzungsverzeichnisses
\renewcommand{\nomname}{Symbols and Abbreviations}
% Abstand zw. Abkürzung und Erklärung
\renewcommand{\nomlabelwidth}{3cm}

% Kopf-/Fußzeile
\fancyhead{}
\fancyfoot{}
%\fancyhead[EL]{\itshape\leftmark}% E(ven)=left page, L(eft)=outer part
%\fancyhead[OR]{\itshape\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyhead[EL]{\smaller\leftmark}% E(ven)=left page, L(eft)=outer part
\fancyhead[OR]{\smaller\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyfoot[CO,CE]{\thepage}% page number in footer, always centered
\renewcommand{\headrulewidth}{0.5pt} % Abstand der Linien vom Text
\renewcommand{\footrulewidth}{0.5pt}

% Tabellenzellen vereinigen
\usepackage{multirow}

% Erstelle im PDF Links zu Überschriften, Figures etc, sowie einen 
Inhaltsbaum.

\usepackage[bookmarks, bookmarksopen=true]{hyperref}

% In Figures und Tabellen:
% Drucke Figure 1. oder Table 1. fett.
\usepackage[labelfont={bf}]{caption}

% Nummeriere Algorithmen der Reihe nach arabisch durch.
\newcommand{\theHalgorithm}{\arabic{algorithm}}

% Trennungsregeln für Wörter, für die keine Regeln im Wörterbuch stehen
\hyphenation{mole-cules}
\hyphenation{de-scriptors}

% pdfpages erlaubt das Einfügen externer pdf Dateien -- Lebenslauf am 
Schluss

\usepackage{pdfpages}
\usepackage[usetitle]{achemso}


How do I get Info about what happened?
Thank you in advance for your help,
Markus


Re: Problems with new version

2010-11-14 Thread Michael Joyner
I would compare what you have installed between machines for 'texlive' as a
search term in synaptic as a starting point.

On Sun, Nov 14, 2010 at 9:35 AM, Markus Kossner m.koss...@googlemail.comwrote:

 Dear Lyx users,
 I have a strange problem when using a newer version of Lyx. Here's my
 problem:
 I have written my thesis using Lyx 1.6.2. Now I have a new computer running
 Lyx 1.6.7. Both computers had Ubuntu linux running.
 Now the lyx file can be opened and compiled to pdf on the old computer but
 not on the new one that has the newer lyx version.

 I get the following error messages:
 
 \newpage
  {}
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
 misspelled it (e.g., `\hobx'), type `I' and the correct
 spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 


 Here is my latex preamble:
 
 %Zitieren nach ACS Konvention
 %\usepackage[usetitle=true]{achemsol}

 % Überschrift des Abkürzungsverzeichnisses
 \renewcommand{\nomname}{Symbols and Abbreviations}
 % Abstand zw. Abkürzung und Erklärung
 \renewcommand{\nomlabelwidth}{3cm}

 % Kopf-/Fußzeile
 \fancyhead{}
 \fancyfoot{}
 %\fancyhead[EL]{\itshape\leftmark}% E(ven)=left page, L(eft)=outer part
 %\fancyhead[OR]{\itshape\rightmark}% O(dd)=right page, R(ight)=inner p.
 \fancyhead[EL]{\smaller\leftmark}% E(ven)=left page, L(eft)=outer part
 \fancyhead[OR]{\smaller\rightmark}% O(dd)=right page, R(ight)=inner p.
 \fancyfoot[CO,CE]{\thepage}% page number in footer, always centered
 \renewcommand{\headrulewidth}{0.5pt} % Abstand der Linien vom Text
 \renewcommand{\footrulewidth}{0.5pt}

 % Tabellenzellen vereinigen
 \usepackage{multirow}

 % Erstelle im PDF Links zu Überschriften, Figures etc, sowie einen
 Inhaltsbaum.
 \usepackage[bookmarks, bookmarksopen=true]{hyperref}

 % In Figures und Tabellen:
 % Drucke Figure 1. oder Table 1. fett.
 \usepackage[labelfont={bf}]{caption}

 % Nummeriere Algorithmen der Reihe nach arabisch durch.
 \newcommand{\theHalgorithm}{\arabic{algorithm}}

 % Trennungsregeln für Wörter, für die keine Regeln im Wörterbuch stehen
 \hyphenation{mole-cules}
 \hyphenation{de-scriptors}

 % pdfpages erlaubt das Einfügen externer pdf Dateien -- Lebenslauf am
 Schluss
 \usepackage{pdfpages}
 \usepackage[usetitle]{achemso}
 

 How do I get Info about what happened?
 Thank you in advance for your help,
 Markus




-- 
---

   - Learn to speak Cherokee: http://www.cherokeelessons.com/
   - Cherokee Language Help BBS/Chat:
   http://www.cherokeelessons.com/phpBB3/viewforum.php?f=6
   - Cherokee Lessons PDF made with: http://www.lyx.org/


Problems with new version

2010-11-14 Thread Markus Kossner

Dear Lyx users,
I have a strange problem when using a newer version of Lyx. Here's my 
problem:
I have written my thesis using Lyx 1.6.2. Now I have a new computer 
running Lyx 1.6.7. Both computers had Ubuntu linux running.
Now the lyx file can be opened and compiled to pdf on the old computer 
but not on the new one that has the newer lyx version.


I get the following error messages:

\newpage
  {}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.



Here is my latex preamble:

%Zitieren nach ACS Konvention
%\usepackage[usetitle=true]{achemsol}

% Überschrift des Abkürzungsverzeichnisses
\renewcommand{\nomname}{Symbols and Abbreviations}
% Abstand zw. Abkürzung und Erklärung
\renewcommand{\nomlabelwidth}{3cm}

% Kopf-/Fußzeile
\fancyhead{}
\fancyfoot{}
%\fancyhead[EL]{\itshape\leftmark}% E(ven)=left page, L(eft)=outer part
%\fancyhead[OR]{\itshape\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyhead[EL]{\smaller\leftmark}% E(ven)=left page, L(eft)=outer part
\fancyhead[OR]{\smaller\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyfoot[CO,CE]{\thepage}% page number in footer, always centered
\renewcommand{\headrulewidth}{0.5pt} % Abstand der Linien vom Text
\renewcommand{\footrulewidth}{0.5pt}

% Tabellenzellen vereinigen
\usepackage{multirow}

% Erstelle im PDF Links zu Überschriften, Figures etc, sowie einen 
Inhaltsbaum.

\usepackage[bookmarks, bookmarksopen=true]{hyperref}

% In Figures und Tabellen:
% Drucke Figure 1. oder Table 1. fett.
\usepackage[labelfont={bf}]{caption}

% Nummeriere Algorithmen der Reihe nach arabisch durch.
\newcommand{\theHalgorithm}{\arabic{algorithm}}

% Trennungsregeln für Wörter, für die keine Regeln im Wörterbuch stehen
\hyphenation{mole-cules}
\hyphenation{de-scriptors}

% pdfpages erlaubt das Einfügen externer pdf Dateien -- Lebenslauf am 
Schluss

\usepackage{pdfpages}
\usepackage[usetitle]{achemso}


How do I get Info about what happened?
Thank you in advance for your help,
Markus


Re: Problems with new version

2010-11-14 Thread Michael Joyner
I would compare what you have installed between machines for 'texlive' as a
search term in synaptic as a starting point.

On Sun, Nov 14, 2010 at 9:35 AM, Markus Kossner m.koss...@googlemail.comwrote:

 Dear Lyx users,
 I have a strange problem when using a newer version of Lyx. Here's my
 problem:
 I have written my thesis using Lyx 1.6.2. Now I have a new computer running
 Lyx 1.6.7. Both computers had Ubuntu linux running.
 Now the lyx file can be opened and compiled to pdf on the old computer but
 not on the new one that has the newer lyx version.

 I get the following error messages:
 
 \newpage
  {}
 The control sequence at the end of the top line
 of your error message was never \def'ed. If you have
 misspelled it (e.g., `\hobx'), type `I' and the correct
 spelling (e.g., `I\hbox'). Otherwise just continue,
 and I'll forget about whatever was undefined.
 


 Here is my latex preamble:
 
 %Zitieren nach ACS Konvention
 %\usepackage[usetitle=true]{achemsol}

 % Überschrift des Abkürzungsverzeichnisses
 \renewcommand{\nomname}{Symbols and Abbreviations}
 % Abstand zw. Abkürzung und Erklärung
 \renewcommand{\nomlabelwidth}{3cm}

 % Kopf-/Fußzeile
 \fancyhead{}
 \fancyfoot{}
 %\fancyhead[EL]{\itshape\leftmark}% E(ven)=left page, L(eft)=outer part
 %\fancyhead[OR]{\itshape\rightmark}% O(dd)=right page, R(ight)=inner p.
 \fancyhead[EL]{\smaller\leftmark}% E(ven)=left page, L(eft)=outer part
 \fancyhead[OR]{\smaller\rightmark}% O(dd)=right page, R(ight)=inner p.
 \fancyfoot[CO,CE]{\thepage}% page number in footer, always centered
 \renewcommand{\headrulewidth}{0.5pt} % Abstand der Linien vom Text
 \renewcommand{\footrulewidth}{0.5pt}

 % Tabellenzellen vereinigen
 \usepackage{multirow}

 % Erstelle im PDF Links zu Überschriften, Figures etc, sowie einen
 Inhaltsbaum.
 \usepackage[bookmarks, bookmarksopen=true]{hyperref}

 % In Figures und Tabellen:
 % Drucke Figure 1. oder Table 1. fett.
 \usepackage[labelfont={bf}]{caption}

 % Nummeriere Algorithmen der Reihe nach arabisch durch.
 \newcommand{\theHalgorithm}{\arabic{algorithm}}

 % Trennungsregeln für Wörter, für die keine Regeln im Wörterbuch stehen
 \hyphenation{mole-cules}
 \hyphenation{de-scriptors}

 % pdfpages erlaubt das Einfügen externer pdf Dateien -- Lebenslauf am
 Schluss
 \usepackage{pdfpages}
 \usepackage[usetitle]{achemso}
 

 How do I get Info about what happened?
 Thank you in advance for your help,
 Markus




-- 
---

   - Learn to speak Cherokee: http://www.cherokeelessons.com/
   - Cherokee Language Help BBS/Chat:
   http://www.cherokeelessons.com/phpBB3/viewforum.php?f=6
   - Cherokee Lessons PDF made with: http://www.lyx.org/


Problems with new version

2010-11-14 Thread Markus Kossner

Dear Lyx users,
I have a strange problem when using a newer version of Lyx. Here's my 
problem:
I have written my thesis using Lyx 1.6.2. Now I have a new computer 
running Lyx 1.6.7. Both computers had Ubuntu linux running.
Now the lyx file can be opened and compiled to pdf on the old computer 
but not on the new one that has the newer lyx version.


I get the following error messages:

\newpage
  {}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.



Here is my latex preamble:

%Zitieren nach ACS Konvention
%\usepackage[usetitle=true]{achemsol}

% Überschrift des Abkürzungsverzeichnisses
\renewcommand{\nomname}{Symbols and Abbreviations}
% Abstand zw. Abkürzung und Erklärung
\renewcommand{\nomlabelwidth}{3cm}

% Kopf-/Fußzeile
\fancyhead{}
\fancyfoot{}
%\fancyhead[EL]{\itshape\leftmark}% E(ven)=left page, L(eft)=outer part
%\fancyhead[OR]{\itshape\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyhead[EL]{\smaller\leftmark}% E(ven)=left page, L(eft)=outer part
\fancyhead[OR]{\smaller\rightmark}% O(dd)=right page, R(ight)=inner p.
\fancyfoot[CO,CE]{\thepage}% page number in footer, always centered
\renewcommand{\headrulewidth}{0.5pt} % Abstand der Linien vom Text
\renewcommand{\footrulewidth}{0.5pt}

% Tabellenzellen vereinigen
\usepackage{multirow}

% Erstelle im PDF Links zu Überschriften, Figures etc, sowie einen 
Inhaltsbaum.

\usepackage[bookmarks, bookmarksopen=true]{hyperref}

% In Figures und Tabellen:
% Drucke "Figure 1." oder "Table 1." fett.
\usepackage[labelfont={bf}]{caption}

% Nummeriere Algorithmen der Reihe nach arabisch durch.
\newcommand{\theHalgorithm}{\arabic{algorithm}}

% Trennungsregeln für Wörter, für die keine Regeln im Wörterbuch stehen
\hyphenation{mole-cules}
\hyphenation{de-scriptors}

% pdfpages erlaubt das Einfügen externer pdf Dateien --> Lebenslauf am 
Schluss

\usepackage{pdfpages}
\usepackage[usetitle]{achemso}


How do I get Info about what happened?
Thank you in advance for your help,
Markus


Re: Problems with new version

2010-11-14 Thread Michael Joyner
I would compare what you have installed between machines for 'texlive' as a
search term in synaptic as a starting point.

On Sun, Nov 14, 2010 at 9:35 AM, Markus Kossner wrote:

> Dear Lyx users,
> I have a strange problem when using a newer version of Lyx. Here's my
> problem:
> I have written my thesis using Lyx 1.6.2. Now I have a new computer running
> Lyx 1.6.7. Both computers had Ubuntu linux running.
> Now the lyx file can be opened and compiled to pdf on the old computer but
> not on the new one that has the newer lyx version.
>
> I get the following error messages:
> 
> \newpage
>  {}
> The control sequence at the end of the top line
> of your error message was never \def'ed. If you have
> misspelled it (e.g., `\hobx'), type `I' and the correct
> spelling (e.g., `I\hbox'). Otherwise just continue,
> and I'll forget about whatever was undefined.
> 
>
>
> Here is my latex preamble:
> 
> %Zitieren nach ACS Konvention
> %\usepackage[usetitle=true]{achemsol}
>
> % Überschrift des Abkürzungsverzeichnisses
> \renewcommand{\nomname}{Symbols and Abbreviations}
> % Abstand zw. Abkürzung und Erklärung
> \renewcommand{\nomlabelwidth}{3cm}
>
> % Kopf-/Fußzeile
> \fancyhead{}
> \fancyfoot{}
> %\fancyhead[EL]{\itshape\leftmark}% E(ven)=left page, L(eft)=outer part
> %\fancyhead[OR]{\itshape\rightmark}% O(dd)=right page, R(ight)=inner p.
> \fancyhead[EL]{\smaller\leftmark}% E(ven)=left page, L(eft)=outer part
> \fancyhead[OR]{\smaller\rightmark}% O(dd)=right page, R(ight)=inner p.
> \fancyfoot[CO,CE]{\thepage}% page number in footer, always centered
> \renewcommand{\headrulewidth}{0.5pt} % Abstand der Linien vom Text
> \renewcommand{\footrulewidth}{0.5pt}
>
> % Tabellenzellen vereinigen
> \usepackage{multirow}
>
> % Erstelle im PDF Links zu Überschriften, Figures etc, sowie einen
> Inhaltsbaum.
> \usepackage[bookmarks, bookmarksopen=true]{hyperref}
>
> % In Figures und Tabellen:
> % Drucke "Figure 1." oder "Table 1." fett.
> \usepackage[labelfont={bf}]{caption}
>
> % Nummeriere Algorithmen der Reihe nach arabisch durch.
> \newcommand{\theHalgorithm}{\arabic{algorithm}}
>
> % Trennungsregeln für Wörter, für die keine Regeln im Wörterbuch stehen
> \hyphenation{mole-cules}
> \hyphenation{de-scriptors}
>
> % pdfpages erlaubt das Einfügen externer pdf Dateien --> Lebenslauf am
> Schluss
> \usepackage{pdfpages}
> \usepackage[usetitle]{achemso}
> 
>
> How do I get Info about what happened?
> Thank you in advance for your help,
> Markus
>



-- 
---

   - Learn to speak Cherokee: http://www.cherokeelessons.com/
   - Cherokee Language Help BBS/Chat:
   http://www.cherokeelessons.com/phpBB3/viewforum.php?f=6
   - Cherokee Lessons PDF made with: http://www.lyx.org/


Retaining old file structure when editing in new version?

2009-03-05 Thread David Russell
One of the reasons I'm going for LyX is the greater cross-compatbility
between my Windows desktop and Linux laptop. However the newest versions
available for each system are different - 1.6.1 on Windows and 1.4.3 on the
EeePC. Perhaps unsurprisingly, a file saved in 1.6.1 won't open in 1.4.3.

Is it possible for me to make version 1.6.1 save in a way which retains
compatibility with the older version?

Thanks

David Russell


Re: Retaining old file structure when editing in new version?

2009-03-05 Thread Siegfried Meunier-Guttin-Cluzel

Try
File  Export  Lyx 1.4.x

Hope it helps
Siegfried



Re: Retaining old file structure when editing in new version?

2009-03-05 Thread Uwe Stöhr

David Russell schrieb:


One of the reasons I'm going for LyX is the greater cross-compatbility
between my Windows desktop and Linux laptop. However the newest versions
available for each system are different - 1.6.1 on Windows and 1.4.3 on the
EeePC.


EeePC's OS is Linux so it should be possible to install the latest LyX on an 
EeePC.
(googling only gives me this result for now: 
http://forum.eeeuser.com/viewtopic.php?id=1283)


Perhaps unsurprisingly, a file saved in 1.6.1 won't open in 1.4.3.


This is of course correct.


Is it possible for me to make version 1.6.1 save in a way which retains
compatibility with the older version?


Yes, save you file in LyX in the format of LyX 1.4.x via the Export menu.

regards Uwe


Retaining old file structure when editing in new version?

2009-03-05 Thread David Russell
One of the reasons I'm going for LyX is the greater cross-compatbility
between my Windows desktop and Linux laptop. However the newest versions
available for each system are different - 1.6.1 on Windows and 1.4.3 on the
EeePC. Perhaps unsurprisingly, a file saved in 1.6.1 won't open in 1.4.3.

Is it possible for me to make version 1.6.1 save in a way which retains
compatibility with the older version?

Thanks

David Russell


Re: Retaining old file structure when editing in new version?

2009-03-05 Thread Siegfried Meunier-Guttin-Cluzel

Try
File  Export  Lyx 1.4.x

Hope it helps
Siegfried



Re: Retaining old file structure when editing in new version?

2009-03-05 Thread Uwe Stöhr

David Russell schrieb:


One of the reasons I'm going for LyX is the greater cross-compatbility
between my Windows desktop and Linux laptop. However the newest versions
available for each system are different - 1.6.1 on Windows and 1.4.3 on the
EeePC.


EeePC's OS is Linux so it should be possible to install the latest LyX on an 
EeePC.
(googling only gives me this result for now: 
http://forum.eeeuser.com/viewtopic.php?id=1283)


Perhaps unsurprisingly, a file saved in 1.6.1 won't open in 1.4.3.


This is of course correct.


Is it possible for me to make version 1.6.1 save in a way which retains
compatibility with the older version?


Yes, save you file in LyX in the format of LyX 1.4.x via the Export menu.

regards Uwe


Retaining old file structure when editing in new version?

2009-03-05 Thread David Russell
One of the reasons I'm going for LyX is the greater cross-compatbility
between my Windows desktop and Linux laptop. However the newest versions
available for each system are different - 1.6.1 on Windows and 1.4.3 on the
EeePC. Perhaps unsurprisingly, a file saved in 1.6.1 won't open in 1.4.3.

Is it possible for me to make version 1.6.1 save in a way which retains
compatibility with the older version?

Thanks

David Russell


Re: Retaining old file structure when editing in new version?

2009-03-05 Thread Siegfried Meunier-Guttin-Cluzel

Try
File > Export > Lyx 1.4.x

Hope it helps
Siegfried



Re: Retaining old file structure when editing in new version?

2009-03-05 Thread Uwe Stöhr

David Russell schrieb:


One of the reasons I'm going for LyX is the greater cross-compatbility
between my Windows desktop and Linux laptop. However the newest versions
available for each system are different - 1.6.1 on Windows and 1.4.3 on the
EeePC.


EeePC's OS is Linux so it should be possible to install the latest LyX on an 
EeePC.
(googling only gives me this result for now: 
http://forum.eeeuser.com/viewtopic.php?id=1283)


Perhaps unsurprisingly, a file saved in 1.6.1 won't open in 1.4.3.


This is of course correct.


Is it possible for me to make version 1.6.1 save in a way which retains
compatibility with the older version?


Yes, save you file in LyX in the format of LyX 1.4.x via the Export menu.

regards Uwe


Re: problem new version of LyX

2007-04-01 Thread Paul A. Rubin

Margaret Wojcicki wrote:

Hi,

I have been using the previous version of LyX (1.3.6) up until recently when
LyX 1.4.4 was installed.  I am running into some issues that I did not have
before when getting a PDF (or any other type of file) from the source.  The
document is made up of a master document and chapter documents included in
the master.  I have been using particular layouts that meet my thesis
requirements.

The problem is that the resulting PDF does not perform page breaks properly.
The pages continue to be written all the way to the bottom and some text is
lost.  I have tried to adjust the document settings margins (the bottom
field) to no effect.  When I adjust the size of the page it only prints the
complete pages to PDF when I make the height of the page 350 mm which is not
solution to my problem.

If anyone has run into the same problem or has any ideas on how it can be
resolved, please let me know.


I haven't seen this, but then I never write anything long enough to 
require a master document and separate chapter documents.  (My thesis 
predated word processing ... and typewriters ... and the ball-point pen 
...)  That said, I'm wondering if something in the preamble of one of 
the chapters, or in the layout of a chapter (if the chapter uses a 
different document class/layout than the main document) is screwing 
things up.


Can you make the problem go away by omitting one particular chapter?  If 
so, I would look at its preamble.


If not, can you pare the document down to a small version that exhibits 
the problem and post that here?  Maybe one of us can poke at it until it 
confesses its sins.


/Paul



RE: problem new version of LyX

2007-04-01 Thread Margaret Wojcicki

Margaret Wojcicki wrote:
 Hi,

 I have been using the previous version of LyX (1.3.6) up until recently
when
 LyX 1.4.4 was installed.  I am running into some issues that I did not
have
 before when getting a PDF (or any other type of file) from the source.
The
 document is made up of a master document and chapter documents included
in
 the master.  I have been using particular layouts that meet my thesis
 requirements.

 The problem is that the resulting PDF does not perform page breaks
properly.


I haven't seen this, but then I never write anything long enough to
require a master document and separate chapter documents.  (My thesis
predated word processing ... and typewriters ... and the ball-point pen
...)  That said, I'm wondering if something in the preamble of one of
the chapters, or in the layout of a chapter (if the chapter uses a
different document class/layout than the main document) is screwing
things up.

Can you make the problem go away by omitting one particular chapter?  If
so, I would look at its preamble.

Thanks for your reply Paul.  I actually had some assistance from a fellow
LyX user and it was in fact a problem in the preamble as you suggested.  I
was using the a4package and for some reason it functions differently than it
did for previous versions.  Getting rid of the package and manually setting
up the appropriate margins and page sizes, fixed the problem.

I am not sure what the issue with the a4package is but I will continue to
work with this manual approach for now.

Cheers,
Maggie


If not, can you pare the document down to a small version that exhibits
the problem and post that here?  Maybe one of us can poke at it until it
confesses its sins.

/Paul





Re: problem new version of LyX

2007-04-01 Thread Paul A. Rubin

Margaret Wojcicki wrote:

Hi,

I have been using the previous version of LyX (1.3.6) up until recently when
LyX 1.4.4 was installed.  I am running into some issues that I did not have
before when getting a PDF (or any other type of file) from the source.  The
document is made up of a master document and chapter documents included in
the master.  I have been using particular layouts that meet my thesis
requirements.

The problem is that the resulting PDF does not perform page breaks properly.
The pages continue to be written all the way to the bottom and some text is
lost.  I have tried to adjust the document settings margins (the bottom
field) to no effect.  When I adjust the size of the page it only prints the
complete pages to PDF when I make the height of the page 350 mm which is not
solution to my problem.

If anyone has run into the same problem or has any ideas on how it can be
resolved, please let me know.


I haven't seen this, but then I never write anything long enough to 
require a master document and separate chapter documents.  (My thesis 
predated word processing ... and typewriters ... and the ball-point pen 
...)  That said, I'm wondering if something in the preamble of one of 
the chapters, or in the layout of a chapter (if the chapter uses a 
different document class/layout than the main document) is screwing 
things up.


Can you make the problem go away by omitting one particular chapter?  If 
so, I would look at its preamble.


If not, can you pare the document down to a small version that exhibits 
the problem and post that here?  Maybe one of us can poke at it until it 
confesses its sins.


/Paul



RE: problem new version of LyX

2007-04-01 Thread Margaret Wojcicki

Margaret Wojcicki wrote:
 Hi,

 I have been using the previous version of LyX (1.3.6) up until recently
when
 LyX 1.4.4 was installed.  I am running into some issues that I did not
have
 before when getting a PDF (or any other type of file) from the source.
The
 document is made up of a master document and chapter documents included
in
 the master.  I have been using particular layouts that meet my thesis
 requirements.

 The problem is that the resulting PDF does not perform page breaks
properly.


I haven't seen this, but then I never write anything long enough to
require a master document and separate chapter documents.  (My thesis
predated word processing ... and typewriters ... and the ball-point pen
...)  That said, I'm wondering if something in the preamble of one of
the chapters, or in the layout of a chapter (if the chapter uses a
different document class/layout than the main document) is screwing
things up.

Can you make the problem go away by omitting one particular chapter?  If
so, I would look at its preamble.

Thanks for your reply Paul.  I actually had some assistance from a fellow
LyX user and it was in fact a problem in the preamble as you suggested.  I
was using the a4package and for some reason it functions differently than it
did for previous versions.  Getting rid of the package and manually setting
up the appropriate margins and page sizes, fixed the problem.

I am not sure what the issue with the a4package is but I will continue to
work with this manual approach for now.

Cheers,
Maggie


If not, can you pare the document down to a small version that exhibits
the problem and post that here?  Maybe one of us can poke at it until it
confesses its sins.

/Paul





Re: problem new version of LyX

2007-04-01 Thread Paul A. Rubin

Margaret Wojcicki wrote:

Hi,

I have been using the previous version of LyX (1.3.6) up until recently when
LyX 1.4.4 was installed.  I am running into some issues that I did not have
before when getting a PDF (or any other type of file) from the source.  The
document is made up of a master document and chapter documents included in
the master.  I have been using particular layouts that meet my thesis
requirements.

The problem is that the resulting PDF does not perform page breaks properly.
The pages continue to be written all the way to the bottom and some text is
lost.  I have tried to adjust the document settings margins (the bottom
field) to no effect.  When I adjust the size of the page it only prints the
complete pages to PDF when I make the height of the page 350 mm which is not
solution to my problem.

If anyone has run into the same problem or has any ideas on how it can be
resolved, please let me know.


I haven't seen this, but then I never write anything long enough to 
require a master document and separate chapter documents.  (My thesis 
predated word processing ... and typewriters ... and the ball-point pen 
...)  That said, I'm wondering if something in the preamble of one of 
the chapters, or in the layout of a chapter (if the chapter uses a 
different document class/layout than the main document) is screwing 
things up.


Can you make the problem go away by omitting one particular chapter?  If 
so, I would look at its preamble.


If not, can you pare the document down to a small version that exhibits 
the problem and post that here?  Maybe one of us can poke at it until it 
confesses its sins.


/Paul



RE: problem new version of LyX

2007-04-01 Thread Margaret Wojcicki
>
>Margaret Wojcicki wrote:
>> Hi,
>>
>> I have been using the previous version of LyX (1.3.6) up until recently
>when
>> LyX 1.4.4 was installed.  I am running into some issues that I did not
>have
>> before when getting a PDF (or any other type of file) from the source.
>The
>> document is made up of a master document and chapter documents included
>in
>> the master.  I have been using particular layouts that meet my thesis
>> requirements.
>>
>> The problem is that the resulting PDF does not perform page breaks
>properly.


>I haven't seen this, but then I never write anything long enough to
>require a master document and separate chapter documents.  (My thesis
>predated word processing ... and typewriters ... and the ball-point pen
>...)  That said, I'm wondering if something in the preamble of one of
>the chapters, or in the layout of a chapter (if the chapter uses a
>different document class/layout than the main document) is screwing
>things up.
>
>Can you make the problem go away by omitting one particular chapter?  If
>so, I would look at its preamble.

Thanks for your reply Paul.  I actually had some assistance from a fellow
LyX user and it was in fact a problem in the preamble as you suggested.  I
was using the a4package and for some reason it functions differently than it
did for previous versions.  Getting rid of the package and manually setting
up the appropriate margins and page sizes, fixed the problem.

I am not sure what the issue with the a4package is but I will continue to
work with this manual approach for now.

Cheers,
Maggie

>
>If not, can you pare the document down to a small version that exhibits
>the problem and post that here?  Maybe one of us can poke at it until it
>confesses its sins.
>
>/Paul





problem new version of LyX

2007-03-27 Thread Margaret Wojcicki
Hi,

I have been using the previous version of LyX (1.3.6) up until recently when
LyX 1.4.4 was installed.  I am running into some issues that I did not have
before when getting a PDF (or any other type of file) from the source.  The
document is made up of a master document and chapter documents included in
the master.  I have been using particular layouts that meet my thesis
requirements.

The problem is that the resulting PDF does not perform page breaks properly.
The pages continue to be written all the way to the bottom and some text is
lost.  I have tried to adjust the document settings margins (the bottom
field) to no effect.  When I adjust the size of the page it only prints the
complete pages to PDF when I make the height of the page 350 mm which is not
solution to my problem.

If anyone has run into the same problem or has any ideas on how it can be
resolved, please let me know.

Many thanks,
Maggie




problem new version of LyX

2007-03-27 Thread Margaret Wojcicki
Hi,

I have been using the previous version of LyX (1.3.6) up until recently when
LyX 1.4.4 was installed.  I am running into some issues that I did not have
before when getting a PDF (or any other type of file) from the source.  The
document is made up of a master document and chapter documents included in
the master.  I have been using particular layouts that meet my thesis
requirements.

The problem is that the resulting PDF does not perform page breaks properly.
The pages continue to be written all the way to the bottom and some text is
lost.  I have tried to adjust the document settings margins (the bottom
field) to no effect.  When I adjust the size of the page it only prints the
complete pages to PDF when I make the height of the page 350 mm which is not
solution to my problem.

If anyone has run into the same problem or has any ideas on how it can be
resolved, please let me know.

Many thanks,
Maggie




problem new version of LyX

2007-03-27 Thread Margaret Wojcicki
Hi,

I have been using the previous version of LyX (1.3.6) up until recently when
LyX 1.4.4 was installed.  I am running into some issues that I did not have
before when getting a PDF (or any other type of file) from the source.  The
document is made up of a master document and chapter documents included in
the master.  I have been using particular layouts that meet my thesis
requirements.

The problem is that the resulting PDF does not perform page breaks properly.
The pages continue to be written all the way to the bottom and some text is
lost.  I have tried to adjust the document settings margins (the bottom
field) to no effect.  When I adjust the size of the page it only prints the
complete pages to PDF when I make the height of the page 350 mm which is not
solution to my problem.

If anyone has run into the same problem or has any ideas on how it can be
resolved, please let me know.

Many thanks,
Maggie




Re: The new version

2006-04-05 Thread Jean-Marc Lasgouttes
 Patrick == Patrick Dupre [EMAIL PROTECTED] writes:

Patrick Hello, I experience at least 2 problems with the new version:
Patrick I cannot tape: \sqrt for example in a formula 

What do you mean?

Patrick My old text have \rm in the formula, this non-slanted mode
Patrick does not appear any more under lyx I get compilaton error:
Patrick Latex error File'1_home_pdupre_publications_figure.eps.bb' n

This error message seems strange... Is that supposed to be related to
\rm in formula???

JMarc


Re: The new version

2006-04-05 Thread Jean-Marc Lasgouttes
 Patrick == Patrick Dupre [EMAIL PROTECTED] writes:

Patrick Hello, I experience at least 2 problems with the new version:
Patrick I cannot tape: \sqrt for example in a formula 

What do you mean?

Patrick My old text have \rm in the formula, this non-slanted mode
Patrick does not appear any more under lyx I get compilaton error:
Patrick Latex error File'1_home_pdupre_publications_figure.eps.bb' n

This error message seems strange... Is that supposed to be related to
\rm in formula???

JMarc


Re: The new version

2006-04-05 Thread Jean-Marc Lasgouttes
>>>>> "Patrick" == Patrick Dupre <[EMAIL PROTECTED]> writes:

Patrick> Hello, I experience at least 2 problems with the new version:
Patrick> I cannot tape: \sqrt for example in a formula 

What do you mean?

Patrick> My old text have \rm in the formula, this non-slanted mode
Patrick> does not appear any more under lyx I get compilaton error:
Patrick> Latex error File'1_home_pdupre_publications_figure.eps.bb' n

This error message seems strange... Is that supposed to be related to
\rm in formula???

JMarc


[announce] new version of the LyX installer for Windows

2006-02-13 Thread Uwe Stöhr

Hello LyXers,

under

http://developer.berlios.de/project/showfiles.php?group_id=5117release_id=9016

you find a new LyX installer for Windows version 1.1 that still comes with
LyX 1.3.7 but with many changes behind the scenes and some bug fixes.

To learn more about the LyX installer for Windows, have a look at

http://wiki.lyx.org/Windows/LyXWinInstaller

This will definetively be the last installer version for LyX 1.3.7.
You don't need to update to this new installer as long as you didn't have
problems with older installer versions.
An update is recommended for french users (or when you want to have an 
actual version of ImageMagick or if you want to test out if the 
installer correctly recognizes installed text editors).


Here's the changelog:

- updated dutch translation (thanks to Edwin Leuven)
- updated danish translation (thanks to Martin A. Hansen)
- fix bug that a french LyX-file containing scaled images cannot be
  viewed/exported
- correct encoding in LyX's polish menus
- correct wrong (therefore untranslatable) menu entry (Insert - 
Citation...)

- support for the following programs to view LaTeX-files with syntax
  highlighting: jEdit, PSPad, WinShell, ConTEXT, Crimson Editor, Vim,
TeXnicCenter, LaTeXEditor, WinEdt, LEd, WinTeX
- updated to ImageMagick 6.2.6
- fixed example LyX-file of the beamer presentation LaTeX-class
- fixed math font cmsy10.ttf
--

The installer now uses the latest version of ImageMagick which fixes 
possible memory

leaks in various image libraries discovered in the last year.

The installer has now built in support for viewers of LaTeX-files (menu 
View - LaTeX).

If no viewer from the list in the changelog is found, Window's notepad
is used as viewer.

best regards
Uwe


  1   2   >