----- Original Message -----
From: "Scott Kostyshak" <[email protected]>
To: "Abdelrazak Younes" <[email protected]>
Cc: "Alex Vergara Gil" <[email protected]>; <[email protected]>;
<[email protected]>
Sent: Sunday, March 17, 2013 12:11 PM
Subject: Re: editing math in lyx
This sounds like a not very hard feature to implement, maybe without
touching C++ even. So why don't you implement this yourself and propose a
patch? There are not many active developers these days so LyX users must
participate to the development if they want to see LyX evolve.
+1. See the link below for a start. One of the solutions does
basically what you suggest but using shortcuts.
http://tex.stackexchange.com/questions/84031/making-an-edit-to-an-inline-equation-that-went-off-of-the-screen/84060#84060
Scott
Scott
This saves my day, actually I have no idea that LyX can actually can copy in
rendered math mode and paste outside it as TeX code and then go backwards.
The solution I prefer is then manually select your equation inside math
mode, cut and paste outside math mode (it will be displayed as TeX code).
These can be automated by the shortcut: command-sequence char-forward;
line-end-select ; cut; char-backward; paste; char-delete-forward. hen you
finish to edit select the whole code and press ctrl+m. Voilá, Everything
goes as expected.
So thankyou very much Scott for pointing me in the right direction.
Alex