Edit Links |
LaTeX /
Tex2LyxInvokedFromLyxPlease categorize this page. << | Page list | >>To invoke
This assumes that you have at least LyX 1.3.6, and that you upgraded To invoke
@echo off set PYTHONPATH=xxxx %~dp0tex2lyx.exe -f -sysdir %~dp0..\resources\lyx %1 > temp.lyx %PYTHONPATH%\python %~dp0..\resources\lyx\lyx2lyx\lyx2lyx --to 221 --output %2 temp.lyx del temp.lyx Be sure to substitute xxxx with the correct path for the directory containing python.exe (e.g. C:\Python23 or C:\tools\Python24, etc).
Save this file in the same directory as tex2lyx.exe
/Nicolás & Stephen Harris. PS. See mail/thread LyxUsersThread:22452 |