----- Original Message -----
From: "Stephen P. Harris" <[EMAIL PROTECTED]>
To: "Brian Williams" <[EMAIL PROTECTED]>; <[email protected]>
Sent: Sunday, August 14, 2005 4:39 AM
Subject: Re: Python interface to relyx - manual invocation information
please
----- Original Message -----
From: "Brian Williams" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, August 14, 2005 3:56 AM
Subject: Re: Python interface to relyx - manual invocation information
please
I just saw the message
http://www.mail-archive.com/[email protected]/msg39657.html
Re: windows lyx latex import solution
Luis Rivera
Fri, 20 May 2005 19:25:14 -0700
which explains my predicament. Since I cannot upgrade to Lyx 1.3.6 for
at least 6 weeks, could someone please tell me how to invoke Lyx2Lyx
manually? It will be easier than any other solution.
Thanks!
Brian
If you have not already seen this, perhaps it will be useful,
or someone may expand on its usage.
http://wiki.lyx.org/LyX/LyXWinTips
LaTeX Import
Only for LyXWin 1.3.5.
Create a text file named lyx2lyx.cmd containing
@ python <path to lyx>\share\lyx\lyx2lyx\lyx2lyx %*
and place it into the lyx\share\lyx\lyx2lyx folder.
If that fails, and you have some spare disk space, you might try the
precompiled (with py2exe) lyx2lyx for Windows (23 April 2005, >606kB).
Just unzip the contents into the /bin directory.
I assume you have read the contents of lyx2lyx which
lists options
Options:
-h, --help this information
-v, --version output version information and exit
-l, --list list all available formats
-d, --debug level level=0..2 (O_ no debug information, 2_verbose)
default: level=1
-e, --err error_file name of the error file or else goes to stderr
-f, --from version initial version (optional)
-t, --to version final version (optional)
-o, --output name name of the output file or else goes to stdout
-n, --try-hard try hard (ignore any convertion errors)
-q, --quiet same as --debug=0"""