> Hallo,
> I wanna use "Scientific Workspace" (this is a TEX Programm) to read and =
> edit Lyx- documents.
> Therefor I  export  lyx -file with LYX 1.04 to LATEX.
> But when I try to open the tex -file I got a bunch of error-messages and =
> all math. expression are gone.
> S.Workspace should be able read LATEX files actually ..

Maybe your program assumes formulas to be enclosed "$"-signs rather
than the \(...\) pairs used by LyX.

If so, a solution to your problem might be to run a

perl -pi -e 's:/\\[\(\)]/$/g' your_tex_file_exported_by_lyx.tex

(It's not tested, maybe you have to add a couple of more backslashes
somewhere)

Andre'

PS: Please do not include HTML in your emails.

--
Andre' Poenitz, TU Chemnitz, Fakultaet fuer Mathematik
[EMAIL PROTECTED] ... +49 3727 58 1381

Reply via email to