Tobias Krause wrote:
Hi,
is it possible to use special characters and formatting (e.g. protected
space, emphasize,...) in Find & Replace?
I don't think so.
In particular I'd like to search for "abc de" and replace it by
"/abc_de/" (italic, _ = protected space).
If - as I guess - LyX does not support that, is there a way to do this
in the .lyx-file with some text-editor (without messing up my .lyx-file)?
Make a copy for safety sake, then try replacing "abc de" with
"abc\InsetSpace ~ de" and see if that works.
/Paul