On Sat, 10 Feb 2001, Thies Wels wrote:
> Is there a way to use latex commands in the find-replace funktion of
> lyx? E.g.: guess you have 10000times the word "dog" but finally you want
I don't think so. You could use "sed" program to change the LyX file
directly, althought you must be careful (and knowledgeable) then. Like:
sed 's,oldstring,newstring,g' <oldfile.lyx >newfile.lyx
> "\emph{dog}"... ;-). Such a funktion would be handy!!!
Sure. And I think the find dialog should not actually accept LaTeX command
(at least not necessarily) but instead the user could search and replace
for styles too, not just character strings (I think some other word
processors can actually do that).