Re: Problem converting older files with lyx2lyx

2022-11-25 Thread Gordon Watson via lyx-users
> On 26 Nov 2022, at 7:08 am, Stephan Witt wrote: > > Am 25.11.2022 um 18:50 schrieb José Matos : >> >> On Wed, 2022-11-23 at 11:36 +1100, Gordon Watson via lyx-users wrote: >>> gordonwatson@iMac ~ % python3 >>> xcrun: error: invalid active developer path >>>

Re: Problem converting older files with lyx2lyx

2022-11-25 Thread Stephan Witt
Am 25.11.2022 um 18:50 schrieb José Matos : > > On Wed, 2022-11-23 at 11:36 +1100, Gordon Watson via lyx-users wrote: >> gordonwatson@iMac ~ % python3 >> xcrun: error: invalid active developer path >> (/Library/Developer/CommandLineTools), missing xcrun at: >>

Re: Problem converting older files with lyx2lyx

2022-11-25 Thread José Matos
On Wed, 2022-11-23 at 11:36 +1100, Gordon Watson via lyx-users wrote: > gordonwatson@iMac ~ % python3 > xcrun: error: invalid active developer path > (/Library/Developer/CommandLineTools), missing xcrun at: > /Library/Developer/CommandLineTools/usr/bin/xcrun This line shows that there is a

Re: Problem converting older files with lyx2lyx

2022-11-22 Thread Gordon Watson via lyx-users
> > Reconfigure which you can do manually any time. > > You should be able to run > > /Applications/LyX.app/Contents/Resources/lyx2lyx/lyx2lyx -o abc.lyx > testfile.lyx > > directly (ie without the python call) as well. > > What do > > head -1 /A

Re: Problem converting older files with lyx2lyx

2022-10-20 Thread Dr Eberhard Lisse
run /Applications/LyX.app/Contents/Resources/lyx2lyx/lyx2lyx -o abc.lyx testfile.lyx directly (ie without the python call) as well. What do head -1 /Applications/LyX.app/Contents/Resources/lyx2lyx/lyx2lyx and which python show? greetings, el On 2022-10-20 21:10 , Paul A. Ru

Re: Problem converting older files with lyx2lyx

2022-10-20 Thread Paul A. Rubin
On 10/20/22 14:44, ahostmadsen--- via lyx-users wrote: And to add. When I run the following command, which I think emulates the converter as run from LyX: python -tt /Applications/LyX.app/Contents/Resources/lyx2lyx/lyx2lyx  -o abc.lyx  testfile.lyx the conversion works perfectly. Yet, from

Re: Problem converting older files with lyx2lyx

2022-10-20 Thread ahostmadsen--- via lyx-users
And to add. When I run the following command, which I think emulates the converter as run from LyX: python -tt /Applications/LyX.app/Contents/Resources/lyx2lyx/lyx2lyx  -o abc.lyx   testfile.lyx the conversion works perfectly. Yet, from inside lyx it doesn’t work. Meanwhile, trying to edit

Re: Problem converting older files with lyx2lyx

2022-10-20 Thread ahostmadsen--- via lyx-users
-1000, Gordon Watson , wrote: > 1. I also seek to resolve the “lyx2lyx” problem when opening my old LyX > files. Example message: > > /Users/gordonwatson/Desktop/LyX files/BTR19.lyx is from an older version of > LyX and the lyx2lyx script failed to convert it. > > 2. I am usin

Problem converting older files with lyx2lyx

2022-10-18 Thread ahostmadsen--- via lyx-users
I appreciate the feedback I have received, but I’m still left with a somewhat non-functioning LyX installation. To repeat 1. I cannot open older LyX formats. 2. Instant preview does not work. This happened recently. Can anyone suggest how I can get LyX to work again? -- lyx-users mailing list

Re: Problem converting older files with lyx2lyx

2022-10-14 Thread Dr Eberhard Lisse
-users wrote: Thanks for the instructions. I ran lyx2lyx from the command line, and it successfully converted the old file, and Lyx can open the converted file. But if I try to open the old file from inside LyX I still get: “...is from an older version of LyX and the lyx2lyx script failed

Re: Problem converting older files with lyx2lyx

2022-10-13 Thread ahostmadsen--- via lyx-users
Thanks for the instructions. I ran lyx2lyx from the command line, and it successfully converted the old file, and Lyx can open the converted file. But if I try to open the old file from inside LyX I still get: “...is from an older version of LyX and the lyx2lyx script failed to convert it.” So

Re: Problem converting older files with lyx2lyx

2022-10-12 Thread Dr Eberhard Lisse
On the Mac (deduced from the icloud address) find /Applications/LyX.app/ -name lyx2lyx -type f tells us /Applications/LyX.app/Contents/Resources/lyx2lyx/lyx2lyx Try the complete path/file name on the old file and see what that says. Looks a little like a TeX installation

Re: Problem converting older files with lyx2lyx

2022-10-11 Thread ahostmadsen--- via lyx-users
Thanks, you mean running lyx2lyx from the terminal? Then I get “command not found" When I run reconfigure, I get the message: The system reconfiguration has failed. Default textclass is used but LyX may not be able to work properly. Please reconfigure again if needed. Perhaps I totally

Re: Problem converting older files with lyx2lyx

2022-10-11 Thread Dr Eberhard Lisse
Have you tried running lyx2lyx on them and see what that says? perhaps with the --noisy option? LyX will display, but can't convert. So you need to look what image you are trying to display and whether there is a converter for that. Sometimes just a Tools --> Reconfigure will do the trick

Re: Problem converting older files with lyx2lyx

2022-10-06 Thread ahostmadsen--- via lyx-users
Thanks, I checked. Yes, it’s on. One further issue: LyX doesn’t display graphics: “error converting to loadable format." But I just mention these issues as symptoms. My main issue is that I cannot open older LyX files, which is a serious headache. (Sorry, I’m not sure about the right way to

Re: Problem converting older files with lyx2lyx

2022-10-05 Thread Paul A. Rubin
On 10/4/22 21:03, ahostmadsen--- via lyx-users wrote: I have a problem with LyX on one of my Macs (OS 12.5.1). 1. Equations are not typeset inside lyx (compiling the document works fine). 2. When I try to open older files I get: “…. is from an older version of LyX and the lyx2lyx

Problem converting older files with lyx2lyx

2022-10-05 Thread ahostmadsen--- via lyx-users
I have a problem with LyX on one of my Macs (OS 12.5.1). 1. Equations are not typeset inside lyx (compiling the document works fine). 2. When I try to open older files I get: “…. is from an older version of LyX and the lyx2lyx script failed to convert it.” This is true for many files I tried

Re: lyx2lyx fails to convert

2022-08-21 Thread Tim Garrett
Excellent. Thanks Stephan and Paul. /System/Volumes/Data/Applications/LyX.app/Contents/Resources/lyx2lyx/lyx2lyx -v Contrast\ paper.lyx > Test.lyx produced a document Test.lyx that could be read by LyX 2.3.6.2. This converted document was fairly recent (2016) so fingers crossed it wo

Re: lyx2lyx fails to convert

2022-08-21 Thread Stephan Witt
Am 21.08.2022 um 10:33 schrieb Stephan Witt : > > Hi Tim, > > you have to change your command - lyx2lyx is a folder in Resources: Sorry, this one sends the standard output to trash… this is useful in case of lyx2lyx is logging errors separately (I’m not sure it works that way). &g

Re: lyx2lyx fails to convert

2022-08-21 Thread Stephan Witt
Hi Tim, you have to change your command - lyx2lyx is a folder in Resources: $ /System/Volumes/Data/Applications/LyX.app/Contents/Resources/lyx2lyx/lyx2lyx -v Contrast\ paper.lyx > /dev/null … In case it’s a python problem the following command and it’s output is of interest: $ /usr/bin/

Re: lyx2lyx fails to convert

2022-08-20 Thread Tim Garrett
Sorry, probably being dense here but this is what I get after finding the function /System/Volumes/Data/Applications/LyX.app/Contents/Resources/lyx2lyx -v Contrast\ paper.lyx zsh: permission denied: /System/Volumes/Data/Applications/LyX.app/Contents/Resources/lyx2lyx Thanks for helping out

Re: lyx2lyx fails to convert

2022-08-20 Thread Stephan Witt
Am 18.08.2022 um 18:07 schrieb Paul A. Rubin : > > On 8/18/22 11:15, Tim J Garrett wrote: >> Running MacOS Monterrey and getting this error message trying to open old >> lyx files as recent as 2016: >> >> “file.lyx is from an older version of LyX and the lyx2ly

Re: lyx2lyx fails to convert

2022-08-18 Thread Paul A. Rubin
On 8/18/22 11:15, Tim J Garrett wrote: Running MacOS Monterrey and getting this error message trying to open old lyx files as recent as 2016: “file.lyx is from an older version of LyX and the lyx2lyx script failed to convert it.” Unclear what to do from online forums. Any advice? I’m

lyx2lyx fails to convert

2022-08-18 Thread Tim J Garrett
Running MacOS Monterrey and getting this error message trying to open old lyx files as recent as 2016: “file.lyx is from an older version of LyX and the lyx2lyx script failed to convert it.” Unclear what to do from online forums. Any advice? I’m not a developer, so step-by-step would

Re: MacOS 12.3.1 (Monterey) lyx2lyx script fails to convert

2022-04-19 Thread Dr Eberhard W Lisse
2.3.6.2 works on my 12.3.1 (x86 and arm) I use hombrew's python but the stub will also work because homebrew will ask for the Command Line Tools anyway :-)-O el On 2022-04-19 11:46 , Stephan Witt wrote: [...] > LyX is trying to use python3 while looking for python. This one >

Re: MacOS 12.3.1 (Monterey) lyx2lyx script fails to convert

2022-04-19 Thread Stephan Witt
Am 19.04.2022 um 11:12 schrieb Pavel Sanda via lyx-users : > > On Tue, Apr 19, 2022 at 08:10:30AM +0200, Stephan Witt wrote: Now you have to install Python yourself. You may download it from python.org (https://www.python.org/downloads/macos/). Alternatively you may run python

Re: MacOS 12.3.1 (Monterey) lyx2lyx script fails to convert

2022-04-19 Thread Pavel Sanda via lyx-users
On Tue, Apr 19, 2022 at 08:10:30AM +0200, Stephan Witt wrote: > >> Now you have to install Python yourself. You may download it from > >> python.org (https://www.python.org/downloads/macos/). Alternatively you > >> may run python in a terminal window and choose to install it from Apple. I > >>

Re: MacOS 12.3.1 (Monterey) lyx2lyx script fails to convert

2022-04-18 Thread Pavel Sanda via lyx-users
On Sun, Apr 17, 2022 at 10:21:42AM +0200, Stephan Witt wrote: > Apple finally removed Python 2 in macOS 12.3 - sorry for LyX not being > prepared. At the time LyX 2.3.6.2 was built it was announced already but not > sure when it happens. > > Now you have to install Python yourself. You may

Re: MacOS 12.3.1 (Monterey) lyx2lyx script fails to convert

2022-04-18 Thread Dr Eberhard Lisse
On the Mac I STRONGLY recommend using homebrew's python as it will be updated any time you do a 'brew update'. el On 2022-04-17 10:21 , Stephan Witt wrote: Am 16.04.2022 um 01:52 schrieb gelfand : Just upgraded (from Mohave!) and when attempt to open any LyX 2.2 and earlier get lyx2lyx

Re: MacOS 12.3.1 (Monterey) lyx2lyx script fails to convert

2022-04-17 Thread Stephan Witt
Am 16.04.2022 um 01:52 schrieb gelfand : > > Just upgraded (from Mohave!) and when attempt to open any LyX 2.2 and earlier > get lyx2lyx script failed to convert. Also when attempt to reconfigure get > system reconfiguration failed. > > Did see the warning message when f

MacOS 12.3.1 (Monterey) lyx2lyx script fails to convert

2022-04-15 Thread gelfand
Just upgraded (from Mohave!) and when attempt to open any LyX 2.2 and earlier get lyx2lyx script failed to convert. Also when attempt to reconfigure get system reconfiguration failed. Did see the warning message when first launching LyX that in future OS versions the application will no longer

Re: lyx2lyx error?

2018-02-12 Thread Jürgen Spitzmüller
nd us the file (in PM if it is confidential)? > > > > Jürgen > I used a small part of the book and used -to be on the safe side, > Lyx 2.2.3 (17Mai2017). I do not see a lyx2lyx error. > I get errors, which seem to be due to > \setkomafont{section}{\it} > \setkom

Re: lyx2lyx error?

2018-02-12 Thread Wolfgang Engelmann
Am 12.02.2018 um 09:59 schrieb Jürgen Spitzmüller: Am Montag, den 12.02.2018, 09:44 +0100 schrieb Wolfgang Engelmann: I am trying to open an older lyx file (2016, not sure, which version of lyx it was) with ~/lyx-2.3.0beta1$ src/lyx -dbg info It won't export the pdf file, giving this: File

Re: lyx2lyx error?

2018-02-12 Thread Jürgen Spitzmüller
Am Montag, den 12.02.2018, 09:44 +0100 schrieb Wolfgang Engelmann: > I am trying to open an older lyx file (2016, not sure, which version > of lyx it was) with ~/lyx-2.3.0beta1$ src/lyx -dbg info > It won't export the pdf file, giving this: > File

lyx2lyx error?

2018-02-12 Thread Wolfgang Engelmann
the float, but to no avail. Trying the pdf output again would not work. A search seems to track this error down to a lyx2lyx problem. Is this a known problem, and is there a work around, or should I try the latest *stable* version instead? Wolfgang

Re: lyx-2.3.0 and lyx2lyx

2018-02-02 Thread Guenter Milde
On 2018-02-01, Wolfgang Engelmann wrote: > Am 01.02.2018 um 15:33 schrieb Wolfgang Engelmann: >> Hallo, >> I have several lyx files made under lyx-2.3.0beta1, but decided to use >> lyx-2.3.0. >> I moved the lyx2lyx folder of the beta1 folder to my 2.3.0, but did >&g

Re: lyx-2.3.0 and lyx2lyx

2018-02-01 Thread Wolfgang Engelmann
Am 01.02.2018 um 15:33 schrieb Wolfgang Engelmann: Hallo, I have several lyx files made under lyx-2.3.0beta1, but decided to use lyx-2.3.0. I moved the lyx2lyx folder of the beta1 folder to my 2.3.0, but did not find in the lyx help books a description how to use it. Could somebody point

lyx-2.3.0 and lyx2lyx

2018-02-01 Thread Wolfgang Engelmann
Hallo, I have several lyx files made under lyx-2.3.0beta1, but decided to use lyx-2.3.0. I moved the lyx2lyx folder of the beta1 folder to my 2.3.0, but did not find in the lyx help books a description how to use it. Could somebody point to a place where to find a description? Thanks

Re: lyx2lyx script

2015-04-23 Thread Wolfgang Engelmann
Am 23.04.2015 um 10:01 schrieb Jürgen Spitzmüller: 2015-04-22 18:24 GMT+02:00 Wolfgang Engelmann: I have copied the lyx2lyx in a file. Is it correct to add .py to it? No, you need to download the whole lyx2lyx folder. By using trac? --- * first install of the latest stable version Trac

Re: lyx2lyx script

2015-04-23 Thread Jürgen Spitzmüller
2015-04-23 14:19 GMT+02:00 Wolfgang Engelmann: By using trac? --- You could download the file one by one via trac (I dno't think you can download the folder at once). A better solution is to access the git repository: http://www.lyx.org/HowToUseGIT Jürgen

Re: lyx2lyx script

2015-04-23 Thread Wolfgang Engelmann
Am 23.04.2015 um 10:01 schrieb Jürgen Spitzmüller: 2015-04-22 18:24 GMT+02:00 Wolfgang Engelmann: I have copied the lyx2lyx in a file. Is it correct to add .py to it? No, you need to download the whole lyx2lyx folder. By using trac? --- * first install of the latest stable version Trac

Re: lyx2lyx script

2015-04-23 Thread Jürgen Spitzmüller
2015-04-23 14:19 GMT+02:00 Wolfgang Engelmann: By using trac? --- You could download the file one by one via trac (I dno't think you can download the folder at once). A better solution is to access the git repository: http://www.lyx.org/HowToUseGIT Jürgen

Re: lyx2lyx script

2015-04-23 Thread Wolfgang Engelmann
Am 23.04.2015 um 10:01 schrieb Jürgen Spitzmüller: 2015-04-22 18:24 GMT+02:00 Wolfgang Engelmann: I have copied the lyx2lyx in a file. Is it correct to add .py to it? No, you need to download the whole lyx2lyx folder. By using trac? ---> * first install of the latest stable version T

Re: lyx2lyx script

2015-04-23 Thread Jürgen Spitzmüller
2015-04-23 14:19 GMT+02:00 Wolfgang Engelmann: > > By using trac? ---> > You could download the file one by one via trac (I dno't think you can download the folder at once). A better solution is to access the git repository: http://www.lyx.org/HowToUseGIT Jürgen

Re: lyx2lyx script

2015-04-22 Thread Jürgen Spitzmüller
2015-04-22 17:54 GMT+02:00 Wolfgang Engelmann: Where can I find the latest lyx2lyx script? http://www.lyx.org/trac/browser/lyxgit/lib/lyx2lyx Jürgen Wolfgang

Re: lyx2lyx script

2015-04-22 Thread Wolfgang Engelmann
Am 22.04.2015 um 18:10 schrieb Jürgen Spitzmüller: 2015-04-22 17:54 GMT+02:00 Wolfgang Engelmann: Where can I find the latest lyx2lyx script? http://www.lyx.org/trac/browser/lyxgit/lib/lyx2lyx Jürgen Wolfgang Thanks, Jürgen, I have copied the lyx2lyx in a file. Is it correct

lyx2lyx script

2015-04-22 Thread Wolfgang Engelmann
Where can I find the latest lyx2lyx script? Wolfgang//

lyx2lyx script

2015-04-22 Thread Wolfgang Engelmann
Where can I find the latest lyx2lyx script? Wolfgang//

Re: lyx2lyx script

2015-04-22 Thread Jürgen Spitzmüller
2015-04-22 17:54 GMT+02:00 Wolfgang Engelmann: Where can I find the latest lyx2lyx script? http://www.lyx.org/trac/browser/lyxgit/lib/lyx2lyx Jürgen Wolfgang

Re: lyx2lyx script

2015-04-22 Thread Wolfgang Engelmann
Am 22.04.2015 um 18:10 schrieb Jürgen Spitzmüller: 2015-04-22 17:54 GMT+02:00 Wolfgang Engelmann: Where can I find the latest lyx2lyx script? http://www.lyx.org/trac/browser/lyxgit/lib/lyx2lyx Jürgen Wolfgang Thanks, Jürgen, I have copied the lyx2lyx in a file. Is it correct

lyx2lyx script

2015-04-22 Thread Wolfgang Engelmann
Where can I find the latest lyx2lyx script? Wolfgang//

Re: lyx2lyx script

2015-04-22 Thread Jürgen Spitzmüller
2015-04-22 17:54 GMT+02:00 Wolfgang Engelmann: > Where can I find the latest lyx2lyx script? > http://www.lyx.org/trac/browser/lyxgit/lib/lyx2lyx Jürgen > Wolfgang >

Re: lyx2lyx script

2015-04-22 Thread Wolfgang Engelmann
Am 22.04.2015 um 18:10 schrieb Jürgen Spitzmüller: 2015-04-22 17:54 GMT+02:00 Wolfgang Engelmann: Where can I find the latest lyx2lyx script? http://www.lyx.org/trac/browser/lyxgit/lib/lyx2lyx Jürgen Wolfgang Thanks, Jürgen, I have copied the lyx2lyx in a file. Is it correct

Re: Lyx2lyx script failure trying to open year old file

2014-11-10 Thread Jürgen Spitzmüller
2014-11-10 14:40 GMT+01:00 Graham Smith: Hello Jurgen, Sorry for the delay in replying, I missed your response. It won't compile because of R code chunks which have been altered. What was originally: [image: Inline images 1] has been changed to: [image: Inline images 2] all the

Re: Lyx2lyx script failure trying to open year old file

2014-11-10 Thread Jürgen Spitzmüller
2014-11-10 14:40 GMT+01:00 Graham Smith: Hello Jurgen, Sorry for the delay in replying, I missed your response. It won't compile because of R code chunks which have been altered. What was originally: [image: Inline images 1] has been changed to: [image: Inline images 2] all the

Re: Lyx2lyx script failure trying to open year old file

2014-11-10 Thread Jürgen Spitzmüller
2014-11-10 14:40 GMT+01:00 Graham Smith: > Hello Jurgen, > > Sorry for the delay in replying, I missed your response. > > It won't compile because of R code chunks which have been altered. > > What was originally: > > > [image: Inline images 1] > > has been changed to: > > [image: Inline images

Re: Lyx2lyx script failure trying to open year old file

2014-11-03 Thread Jürgen Spitzmüller
Graham Smith wrote: I am trying to open a file in 2.1.2, which is about a year old (last opened 30th October 2013, as I update it annually), but not sure which version of Lyx it was last edited in. I am getting an error that the file was created in an older version of lyx and the lyx2lyx

Re: Lyx2lyx script failure trying to open year old file

2014-11-03 Thread Jürgen Spitzmüller
Graham Smith wrote: I am trying to open a file in 2.1.2, which is about a year old (last opened 30th October 2013, as I update it annually), but not sure which version of Lyx it was last edited in. I am getting an error that the file was created in an older version of lyx and the lyx2lyx

Re: Lyx2lyx script failure trying to open year old file

2014-11-03 Thread Jürgen Spitzmüller
version of lyx > and the lyx2lyx script failed to recover it. > > It is one of two documents created at the same time, and the second > document opens fine. > > This one however, gives this error message in Mavericks and Ubuntu 14.04. > The debug message just says the same as the er

lyx2lyx script failed to convert the file

2014-06-23 Thread ashutosh vishwa bandhu
I want to open a lyx file using lyx version 2.0.5 on Ubuntu 11.04. This file was created using lyx version 2.1.0-1 on Ubuntu 14.04. When I try to open the file I get and error message saying that the file is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread Scott Kostyshak
is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? Only if you use 2.0.8 (the last release in the minor series can open the next major format). You can alternatively copy the lyx2lyx scripts from 2.0.8 or 2.1.x

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread ashutosh vishwa bandhu
. When I try to open the file I get and error message saying that the file is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? Only if you use 2.0.8 (the last release in the minor series can open the next

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread Ross Reyes
and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? I just change the \lyxformat specifier using a text editor and it usually will work. just open your .lyx file and make the change to see if it will open.

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread Richard Heck
that the file is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? I just change the \lyxformat specifier using a text editor and it usually will work. just open your .lyx file and make the change to see

lyx2lyx script failed to convert the file

2014-06-23 Thread ashutosh vishwa bandhu
I want to open a lyx file using lyx version 2.0.5 on Ubuntu 11.04. This file was created using lyx version 2.1.0-1 on Ubuntu 14.04. When I try to open the file I get and error message saying that the file is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread Scott Kostyshak
is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? Only if you use 2.0.8 (the last release in the minor series can open the next major format). You can alternatively copy the lyx2lyx scripts from 2.0.8 or 2.1.x

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread ashutosh vishwa bandhu
. When I try to open the file I get and error message saying that the file is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? Only if you use 2.0.8 (the last release in the minor series can open the next

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread Ross Reyes
and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? I just change the \lyxformat specifier using a text editor and it usually will work. just open your .lyx file and make the change to see if it will open.

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread Richard Heck
that the file is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? I just change the \lyxformat specifier using a text editor and it usually will work. just open your .lyx file and make the change to see

lyx2lyx script failed to convert the file

2014-06-23 Thread ashutosh vishwa bandhu
I want to open a lyx file using lyx version 2.0.5 on Ubuntu 11.04. This file was created using lyx version 2.1.0-1 on Ubuntu 14.04. When I try to open the file I get and error message saying that the file is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread Scott Kostyshak
g that the file is from a new version > of Lyx and the lyx2lyx script failed to convert it. > > Is it possible to open the file using the older version of lyx? Only if you use 2.0.8 (the last release in the minor series can open the next major format). You can alternatively copy the ly

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread ashutosh vishwa bandhu
created using lyx version 2.1.0-1 on Ubuntu 14.04. When I try to open > > the file I get and error message saying that the file is from a new > version > > of Lyx and the lyx2lyx script failed to convert it. > > > > Is it possible to open the file using the older version of l

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread Ross Reyes
and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? I just change the \lyxformat specifier using a text editor and it usually will work. just open your .lyx file and make the change to see if it will open.

Re: lyx2lyx script failed to convert the file

2014-06-23 Thread Richard Heck
that the file is from a new version of Lyx and the lyx2lyx script failed to convert it. Is it possible to open the file using the older version of lyx? I just change the \lyxformat specifier using a text editor and it usually will work. just open your .lyx file and make the change to see

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Wolfgang Engelmann
the pc tells me, the DesmodiumPaperF.lyx is from a newer LyX-Version, and the lyx2lyx-Script could not convert the document. The Lyx version of the PC was 2.2.2, the version of the notebook 2.0.0svn. I tried separately in a shell lyx2lyx DesmodiumPaperF.lyx bash: lyx2lyx: command not found

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Liviu Andronic
am now using my notebook for completing a paper in lyx. However, the lyx file from the pc tells me, the DesmodiumPaperF.lyx is from a newer LyX-Version, and the lyx2lyx-Script could not convert the document. The Lyx version of the PC was 2.2.2, the version of the notebook 2.0.0svn. I tried

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Liviu Andronic
/lyx2lyx/, then copy this folder (entirely) to the system dir of your LyX installation. On Linux this would usually be /usr/share/lyx/lyx2lyx. Make sure to first (re)move the existing lyx2lyx folder. A word of caution: this is a hackish approach that should work in many cases, but if you have have issues

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Wolfgang Engelmann
tarball of LyX [1], unpack and navigate to /lib/lyx2lyx/, then copy this folder (entirely) to the system dir of your LyX installation. On Linux this would usually be /usr/share/lyx/lyx2lyx. Make sure to first (re)move the existing lyx2lyx folder. A word of caution: this is a hackish approach

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Wolfgang Engelmann
the pc tells me, the DesmodiumPaperF.lyx is from a newer LyX-Version, and the lyx2lyx-Script could not convert the document. The Lyx version of the PC was 2.2.2, the version of the notebook 2.0.0svn. I tried separately in a shell lyx2lyx DesmodiumPaperF.lyx bash: lyx2lyx: command not found

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Liviu Andronic
am now using my notebook for completing a paper in lyx. However, the lyx file from the pc tells me, the DesmodiumPaperF.lyx is from a newer LyX-Version, and the lyx2lyx-Script could not convert the document. The Lyx version of the PC was 2.2.2, the version of the notebook 2.0.0svn. I tried

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Liviu Andronic
/lyx2lyx/, then copy this folder (entirely) to the system dir of your LyX installation. On Linux this would usually be /usr/share/lyx/lyx2lyx. Make sure to first (re)move the existing lyx2lyx folder. A word of caution: this is a hackish approach that should work in many cases, but if you have have issues

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Wolfgang Engelmann
tarball of LyX [1], unpack and navigate to /lib/lyx2lyx/, then copy this folder (entirely) to the system dir of your LyX installation. On Linux this would usually be /usr/share/lyx/lyx2lyx. Make sure to first (re)move the existing lyx2lyx folder. A word of caution: this is a hackish approach

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Wolfgang Engelmann
the pc tells me, the DesmodiumPaperF.lyx is from a newer LyX-Version, and the lyx2lyx-Script could not convert the document. The Lyx version of the PC was 2.2.2, the version of the notebook 2.0.0svn. I tried separately in a shell lyx2lyx DesmodiumPaperF.lyx bash: lyx2lyx: command not found

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Liviu Andronic
'All' in synaptics. > > I am now using my notebook for completing a paper in lyx. However, the lyx > file from the pc tells me, the DesmodiumPaperF.lyx is from a newer > LyX-Version, and the lyx2lyx-Script could not convert the document. The Lyx > version of the PC was 2.2.2, the ve

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Liviu Andronic
avigate to /lib/lyx2lyx/, then copy this folder (entirely) to the system dir of your LyX installation. On Linux this would usually be /usr/share/lyx/lyx2lyx. Make sure to first (re)move the existing lyx2lyx folder. A word of caution: this is a hackish approach that should work in many cases, but i

Re: compiling lyx 2.0.1 Now: lyx2lyx

2011-09-15 Thread Wolfgang Engelmann
es. Download the src tarball of LyX [1], unpack and navigate to /lib/lyx2lyx/, then copy this folder (entirely) to the system dir of your LyX installation. On Linux this would usually be /usr/share/lyx/lyx2lyx. Make sure to first (re)move the existing lyx2lyx folder. A word of caution: this is a hack

Re: Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-23 Thread Stefan Janse van Rensburg
On 04/22/2011 06:15 AM, Stefan Janse van Rensburg wrote: As for the errors, the main thing was that I was experiencing several spontaneous crashes which I had not experienced with RC3. Nothing that resulted in data loss, though. Any hint at all when these were happening? OK, re-upgraded

Re: Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-23 Thread Stefan Janse van Rensburg
On 04/22/2011 06:15 AM, Stefan Janse van Rensburg wrote: As for the errors, the main thing was that I was experiencing several spontaneous crashes which I had not experienced with RC3. Nothing that resulted in data loss, though. Any hint at all when these were happening? OK, re-upgraded

Re: Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-23 Thread Stefan Janse van Rensburg
On 04/22/2011 06:15 AM, Stefan Janse van Rensburg wrote: As for the errors, the main thing was that I was experiencing several spontaneous crashes which I had not experienced with RC3. Nothing that resulted in data loss, though. Any hint at all when these were happening? OK, re-upgraded

ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Stefan Janse van Rensburg
as LyX complains that ...file is from a newer version of LyX and the lyx2lyx script failed to convert it. I have my most important files exported as Lyx 1.6 files, so I can work on them, but I was wondering if there is an easy way for me to convert all my Lyx 2 RC3 files to a format that Lyx 2

Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Vincent van Ravesteijn
and the lyx2lyx script failed to convert it. I have my most important files exported as Lyx 1.6 files, so I can work on them, but I was wondering if there is an easy way for me to convert all my Lyx 2 RC3 files to a format that Lyx 2 Beta 3 will read, without me having to install Lyx 2 RC 3 again. You

Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Stefan Janse van Rensburg
and the lyx2lyx script failed to convert it. I have my most important files exported as Lyx 1.6 files, so I can work on them, but I was wondering if there is an easy way for me to convert all my Lyx 2 RC3 files to a format that Lyx 2 Beta 3 will read, without me having to install Lyx 2 RC 3 again. You can

Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Richard Heck
On 04/22/2011 06:15 AM, Stefan Janse van Rensburg wrote: As for the errors, the main thing was that I was experiencing several spontaneous crashes which I had not experienced with RC3. Nothing that resulted in data loss, though. Any hint at all when these were happening? The other issue

ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Stefan Janse van Rensburg
as LyX complains that ...file is from a newer version of LyX and the lyx2lyx script failed to convert it. I have my most important files exported as Lyx 1.6 files, so I can work on them, but I was wondering if there is an easy way for me to convert all my Lyx 2 RC3 files to a format that Lyx 2

Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Vincent van Ravesteijn
and the lyx2lyx script failed to convert it. I have my most important files exported as Lyx 1.6 files, so I can work on them, but I was wondering if there is an easy way for me to convert all my Lyx 2 RC3 files to a format that Lyx 2 Beta 3 will read, without me having to install Lyx 2 RC 3 again. You

Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Stefan Janse van Rensburg
and the lyx2lyx script failed to convert it. I have my most important files exported as Lyx 1.6 files, so I can work on them, but I was wondering if there is an easy way for me to convert all my Lyx 2 RC3 files to a format that Lyx 2 Beta 3 will read, without me having to install Lyx 2 RC 3 again. You can

Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Richard Heck
On 04/22/2011 06:15 AM, Stefan Janse van Rensburg wrote: As for the errors, the main thing was that I was experiencing several spontaneous crashes which I had not experienced with RC3. Nothing that resulted in data loss, though. Any hint at all when these were happening? The other issue

ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Stefan Janse van Rensburg
as LyX complains that "...file is from a newer version of LyX and the lyx2lyx script failed to convert it." I have my most important files exported as Lyx 1.6 files, so I can work on them, but I was wondering if there is an easy way for me to convert all my Lyx 2 RC3 files to a format

Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Vincent van Ravesteijn
s from a newer version of LyX and > the lyx2lyx script failed to convert it." > > I have my most important files exported as Lyx 1.6 files, so I can work on > them, but I was wondering if there is an easy way for me to convert all my > Lyx 2 RC3 files to a format that Lyx 2 Beta 3

Re: ERROR: file is from a newer version of LyX and the lyx2lyx script failed to convert it.

2011-04-22 Thread Stefan Janse van Rensburg
newer version of LyX and the lyx2lyx script failed to convert it." > > I have my most important files exported as Lyx 1.6 files, so I can work on them, but I was wondering if there is an easy way for me to convert all my Lyx 2 RC3 files to a format that Lyx 2 Beta 3 will read, without me hav

  1   2   3   4   5   6   7   >