Tracking changes output errors

2014-03-26 Thread Andy
Hi people.

I have a Ph.d thesis as a master document with various branches. I've been
using track changes to edit individual chapters. My problem arise when I
try to produce the Master document without showing changes. I keep getting
! Undefined control sequence.\lyxadded or \lyxdeleted. The document can be
produced if I show changes in the output file. It is only one include file
which causes these errors.

I'm using ubuntu 12.10.4 (LTS) and have Lyx 2.0.6

Thanks for any help

Andy


Re: Tracking changes output errors

2014-03-26 Thread Jürgen Spitzmüller
2014-03-26 16:23 GMT+01:00 Andy vanche...@gmail.com:

 Hi people.

 I have a Ph.d thesis as a master document with various branches. I've been
 using track changes to edit individual chapters. My problem arise when I
 try to produce the Master document without showing changes. I keep getting
 ! Undefined control sequence.\lyxadded or \lyxdeleted. The document can be
 produced if I show changes in the output file. It is only one include file
 which causes these errors.


This is a known bug that will be fixed in forthcoming LyX 2.1.0 (but not
2.0.8). See
http://www.lyx.org/trac/ticket/8893

A workaround is to put this code to the preamble of the master:

 \DeclareRobustCommand{\lyxadded}[3]{#3}

\DeclareRobustCommand{\lyxdeleted}[3]{}

Jürgen






 Thanks for any help

 Andy



ANNOUNCE: LyX version 2.1.0 (rc1)

2014-03-26 Thread Vincent van Ravesteijn

Public release of LyX version 2.1.0rc1


We are proud to announce the first release candidate of the new
LyX 2.1 series.

With this release, LyX celebrates 18 years of existence. The 2.1 series
has a rich set of new features compared to the current stable series.

LyX 2.1.0rc1 is the culmination of three years of hard work.
This release is meant for testing before we actually release LyX 2.1.

An overview of the new features can be found here:
  http://wiki.lyx.org/LyX/NewInLyX21

You can download LyX 2.1.0rc1 from ftp://ftp.lyx.org/pub/lyx/devel/.

We hope you will enjoy the result!

The file RELEASE-NOTES lists some known issues and problems compared
to the current stable releases (LyX 2.0.x). We strongly recommend that
packagers of LyX on various platforms and distributions read this file.

As with any major release, this one comes with lot of new features but
also some bugs. If you think you have found a bug in LyX 2.1.0rc1,
either email the LyX developers' mailing list (lyx-devel at lists.lyx.org),
or open a bug report at http://www.lyx.org/trac/wiki/BugTrackerHome.

If you have trouble using LyX or have a question, consult the
documentation that comes with LyX (under Help) and the LyX wiki, which you
will find at http://wiki.lyx.org/. You can also send email to the LyX 
users'

list (lyx-users at lists.lyx.org).

The LyX team.
http://www.lyx.org



Lyx installation in Mint16

2014-03-26 Thread James A.R. Koehler
I have installed Lyx (several times!) on two Mint16 machines; one a 
32-bit version and the other 64-bit.  Mint is based on Ubuntu 13. In 
both cases, when installing either from a download from the Lyx site or 
via the .deb repository, it installs without any classes or layouts; 
i.e., it is not very useful.  If I try to read the User Manual, it comes 
up with an error saying it cannot find the appropriate class to display 
the data.  Catch 22.


In previous installations on earlier distributions of Linux in other 
years, the installation was seamless and problem free.  Help!


Jim



Re: Templates from LyX-207-Bundle-3 Windows Installer

2014-03-26 Thread Uwe Stöhr

Am 22.03.2014 02:16, schrieb José Alejandro Lugo García:


I don’t have the possibility of a full internet connection, so with some help, 
I reached the LyX-207-Bundle-3 installer for Windows. Install perfect.


Hello José,

This installer version unfortunately came with a major bug that destroyed all shortcuts. As a 
Spanish user you are most probably affected. Please excuse for that mistake.


You have now 2 choices:
- either uninstall LyX 2.0.7 and reinstall it using this installer:
  ftp://ftp.lyx.org/pub/lyx/bin/2.0.7/LyX-2.0.7-Installer-4.exe
- or uninstall LyX 2.0. and install instead the brand new LyX 2.1 release 
candidate:
  
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0rc1/LyX-210RC1-Installer-1.exe

(When LyX 2.1.0 is released in about 2 weeks you can easily upgrade without the need to reinstall 
LyX. Just install LyX 2.1.0 over the existing LyX 2.1RC1.)



All great until I try to open some templates from File/New from Template (see “ 
0 showing_templates.png”). Sadly many templates from this collection shows 
“errors” with missing dependencies that needs to be downloaded from internet 
(see “1 Show_error.png”).


The reason is that LyX uses a lot of packages and the LaTeX engine for Windows does not offer to 
install all packages at once (that would be more than 2 GB). I therefore recommend that you go to an 
Internet café, download there the LyX installer, keep your Internet connection open and install LyX 
right in the Internet Café.
The installation might take a while (up to 15 minutes, depending on your PC and the Internet speed) 
so just drink a coffee in the café ;-).

Finally you have a full functional LyX and can go offline. Problems as you had 
should then not occur.
Note that the installation of all the LaTeX packages is only necessary once. So as log as you keep 
the LateX engine MiKTeX on your PC everything should be fine after the first installation. 
Therefore assure that you keep MiKTeX when you uninstall LyX 2.0.7 (there is an option in LyX's 
uninstaller).


regards Uwe


Re: Lyx installation in Mint16

2014-03-26 Thread Pavel Sanda
James A.R. Koehler wrote:
 In previous installations on earlier distributions of Linux in other years, 
 the installation was seamless and problem free.  Help!

Does Tools-Reconfigure help?
P


Tracking changes output errors

2014-03-26 Thread Andy
Hi people.

I have a Ph.d thesis as a master document with various branches. I've been
using track changes to edit individual chapters. My problem arise when I
try to produce the Master document without showing changes. I keep getting
! Undefined control sequence.\lyxadded or \lyxdeleted. The document can be
produced if I show changes in the output file. It is only one include file
which causes these errors.

I'm using ubuntu 12.10.4 (LTS) and have Lyx 2.0.6

Thanks for any help

Andy


Re: Tracking changes output errors

2014-03-26 Thread Jürgen Spitzmüller
2014-03-26 16:23 GMT+01:00 Andy vanche...@gmail.com:

 Hi people.

 I have a Ph.d thesis as a master document with various branches. I've been
 using track changes to edit individual chapters. My problem arise when I
 try to produce the Master document without showing changes. I keep getting
 ! Undefined control sequence.\lyxadded or \lyxdeleted. The document can be
 produced if I show changes in the output file. It is only one include file
 which causes these errors.


This is a known bug that will be fixed in forthcoming LyX 2.1.0 (but not
2.0.8). See
http://www.lyx.org/trac/ticket/8893

A workaround is to put this code to the preamble of the master:

 \DeclareRobustCommand{\lyxadded}[3]{#3}

\DeclareRobustCommand{\lyxdeleted}[3]{}

Jürgen






 Thanks for any help

 Andy



ANNOUNCE: LyX version 2.1.0 (rc1)

2014-03-26 Thread Vincent van Ravesteijn

Public release of LyX version 2.1.0rc1


We are proud to announce the first release candidate of the new
LyX 2.1 series.

With this release, LyX celebrates 18 years of existence. The 2.1 series
has a rich set of new features compared to the current stable series.

LyX 2.1.0rc1 is the culmination of three years of hard work.
This release is meant for testing before we actually release LyX 2.1.

An overview of the new features can be found here:
  http://wiki.lyx.org/LyX/NewInLyX21

You can download LyX 2.1.0rc1 from ftp://ftp.lyx.org/pub/lyx/devel/.

We hope you will enjoy the result!

The file RELEASE-NOTES lists some known issues and problems compared
to the current stable releases (LyX 2.0.x). We strongly recommend that
packagers of LyX on various platforms and distributions read this file.

As with any major release, this one comes with lot of new features but
also some bugs. If you think you have found a bug in LyX 2.1.0rc1,
either email the LyX developers' mailing list (lyx-devel at lists.lyx.org),
or open a bug report at http://www.lyx.org/trac/wiki/BugTrackerHome.

If you have trouble using LyX or have a question, consult the
documentation that comes with LyX (under Help) and the LyX wiki, which you
will find at http://wiki.lyx.org/. You can also send email to the LyX 
users'

list (lyx-users at lists.lyx.org).

The LyX team.
http://www.lyx.org



Lyx installation in Mint16

2014-03-26 Thread James A.R. Koehler
I have installed Lyx (several times!) on two Mint16 machines; one a 
32-bit version and the other 64-bit.  Mint is based on Ubuntu 13. In 
both cases, when installing either from a download from the Lyx site or 
via the .deb repository, it installs without any classes or layouts; 
i.e., it is not very useful.  If I try to read the User Manual, it comes 
up with an error saying it cannot find the appropriate class to display 
the data.  Catch 22.


In previous installations on earlier distributions of Linux in other 
years, the installation was seamless and problem free.  Help!


Jim



Re: Templates from LyX-207-Bundle-3 Windows Installer

2014-03-26 Thread Uwe Stöhr

Am 22.03.2014 02:16, schrieb José Alejandro Lugo García:


I don’t have the possibility of a full internet connection, so with some help, 
I reached the LyX-207-Bundle-3 installer for Windows. Install perfect.


Hello José,

This installer version unfortunately came with a major bug that destroyed all shortcuts. As a 
Spanish user you are most probably affected. Please excuse for that mistake.


You have now 2 choices:
- either uninstall LyX 2.0.7 and reinstall it using this installer:
  ftp://ftp.lyx.org/pub/lyx/bin/2.0.7/LyX-2.0.7-Installer-4.exe
- or uninstall LyX 2.0. and install instead the brand new LyX 2.1 release 
candidate:
  
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0rc1/LyX-210RC1-Installer-1.exe

(When LyX 2.1.0 is released in about 2 weeks you can easily upgrade without the need to reinstall 
LyX. Just install LyX 2.1.0 over the existing LyX 2.1RC1.)



All great until I try to open some templates from File/New from Template (see “ 
0 showing_templates.png”). Sadly many templates from this collection shows 
“errors” with missing dependencies that needs to be downloaded from internet 
(see “1 Show_error.png”).


The reason is that LyX uses a lot of packages and the LaTeX engine for Windows does not offer to 
install all packages at once (that would be more than 2 GB). I therefore recommend that you go to an 
Internet café, download there the LyX installer, keep your Internet connection open and install LyX 
right in the Internet Café.
The installation might take a while (up to 15 minutes, depending on your PC and the Internet speed) 
so just drink a coffee in the café ;-).

Finally you have a full functional LyX and can go offline. Problems as you had 
should then not occur.
Note that the installation of all the LaTeX packages is only necessary once. So as log as you keep 
the LateX engine MiKTeX on your PC everything should be fine after the first installation. 
Therefore assure that you keep MiKTeX when you uninstall LyX 2.0.7 (there is an option in LyX's 
uninstaller).


regards Uwe


Re: Lyx installation in Mint16

2014-03-26 Thread Pavel Sanda
James A.R. Koehler wrote:
 In previous installations on earlier distributions of Linux in other years, 
 the installation was seamless and problem free.  Help!

Does Tools-Reconfigure help?
P


Tracking changes output errors

2014-03-26 Thread Andy
Hi people.

I have a Ph.d thesis as a master document with various branches. I've been
using track changes to edit individual chapters. My problem arise when I
try to produce the Master document without showing changes. I keep getting
! Undefined control sequence.\lyxadded or \lyxdeleted. The document can be
produced if I show changes in the output file. It is only one include file
which causes these errors.

I'm using ubuntu 12.10.4 (LTS) and have Lyx 2.0.6

Thanks for any help

Andy


Re: Tracking changes output errors

2014-03-26 Thread Jürgen Spitzmüller
2014-03-26 16:23 GMT+01:00 Andy :

> Hi people.
>
> I have a Ph.d thesis as a master document with various branches. I've been
> using track changes to edit individual chapters. My problem arise when I
> try to produce the Master document without showing changes. I keep getting
> ! Undefined control sequence.\lyxadded or \lyxdeleted. The document can be
> produced if I show changes in the output file. It is only one include file
> which causes these errors.
>

This is a known bug that will be fixed in forthcoming LyX 2.1.0 (but not
2.0.8). See
http://www.lyx.org/trac/ticket/8893

A workaround is to put this code to the preamble of the master:

 \DeclareRobustCommand{\lyxadded}[3]{#3}

\DeclareRobustCommand{\lyxdeleted}[3]{}

Jürgen


>
>
>

> Thanks for any help
>
> Andy
>


ANNOUNCE: LyX version 2.1.0 (rc1)

2014-03-26 Thread Vincent van Ravesteijn

Public release of LyX version 2.1.0rc1


We are proud to announce the first release candidate of the new
LyX 2.1 series.

With this release, LyX celebrates 18 years of existence. The 2.1 series
has a rich set of new features compared to the current stable series.

LyX 2.1.0rc1 is the culmination of three years of hard work.
This release is meant for testing before we actually release LyX 2.1.

An overview of the new features can be found here:
  http://wiki.lyx.org/LyX/NewInLyX21

You can download LyX 2.1.0rc1 from ftp://ftp.lyx.org/pub/lyx/devel/.

We hope you will enjoy the result!

The file RELEASE-NOTES lists some known issues and problems compared
to the current stable releases (LyX 2.0.x). We strongly recommend that
packagers of LyX on various platforms and distributions read this file.

As with any major release, this one comes with lot of new features but
also some bugs. If you think you have found a bug in LyX 2.1.0rc1,
either email the LyX developers' mailing list (lyx-devel at lists.lyx.org),
or open a bug report at http://www.lyx.org/trac/wiki/BugTrackerHome.

If you have trouble using LyX or have a question, consult the
documentation that comes with LyX (under Help) and the LyX wiki, which you
will find at http://wiki.lyx.org/. You can also send email to the LyX 
users'

list (lyx-users at lists.lyx.org).

The LyX team.
http://www.lyx.org



Lyx installation in Mint16

2014-03-26 Thread James A.R. Koehler
I have installed Lyx (several times!) on two Mint16 machines; one a 
32-bit version and the other 64-bit.  Mint is based on Ubuntu 13. In 
both cases, when installing either from a download from the Lyx site or 
via the .deb repository, it installs without any classes or layouts; 
i.e., it is not very useful.  If I try to read the User Manual, it comes 
up with an error saying it cannot find the appropriate class to display 
the data.  Catch 22.


In previous installations on earlier distributions of Linux in other 
years, the installation was seamless and problem free.  Help!


Jim



Re: Templates from LyX-207-Bundle-3 Windows Installer

2014-03-26 Thread Uwe Stöhr

Am 22.03.2014 02:16, schrieb José Alejandro Lugo García:


I don’t have the possibility of a full internet connection, so with some help, 
I reached the LyX-207-Bundle-3 installer for Windows. Install perfect.


Hello José,

This installer version unfortunately came with a major bug that destroyed all shortcuts. As a 
Spanish user you are most probably affected. Please excuse for that mistake.


You have now 2 choices:
- either uninstall LyX 2.0.7 and reinstall it using this installer:
  ftp://ftp.lyx.org/pub/lyx/bin/2.0.7/LyX-2.0.7-Installer-4.exe
- or uninstall LyX 2.0. and install instead the brand new LyX 2.1 release 
candidate:
  
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.1/lyx-2.1.0rc1/LyX-210RC1-Installer-1.exe

(When LyX 2.1.0 is released in about 2 weeks you can easily upgrade without the need to reinstall 
LyX. Just install LyX 2.1.0 over the existing LyX 2.1RC1.)



All great until I try to open some templates from File/New from Template (see “ 
0 showing_templates.png”). Sadly many templates from this collection shows 
“errors” with missing dependencies that needs to be downloaded from internet 
(see “1 Show_error.png”).


The reason is that LyX uses a lot of packages and the LaTeX engine for Windows does not offer to 
install all packages at once (that would be more than 2 GB). I therefore recommend that you go to an 
Internet café, download there the LyX installer, keep your Internet connection open and install LyX 
right in the Internet Café.
The installation might take a while (up to 15 minutes, depending on your PC and the Internet speed) 
so just drink a coffee in the café ;-).

Finally you have a full functional LyX and can go offline. Problems as you had 
should then not occur.
Note that the installation of all the LaTeX packages is only necessary once. So as log as you keep 
the LateX engine "MiKTeX" on your PC everything should be fine after the first installation. 
Therefore assure that you keep MiKTeX when you uninstall LyX 2.0.7 (there is an option in LyX's 
uninstaller).


regards Uwe


Re: Lyx installation in Mint16

2014-03-26 Thread Pavel Sanda
James A.R. Koehler wrote:
> In previous installations on earlier distributions of Linux in other years, 
> the installation was seamless and problem free.  Help!

Does Tools->Reconfigure help?
P