Saraswat, Rajil wrote:
Hi All, I have a document in which latin characters like i.e. and
e.g. are not italicised. Is there a way to do a find and replace on
i.e. and change it to italics. Dealing with a latex document would
have been straightforward, as i could have done an awk to replace
these characters. However, lyx file seems a bit more complicated.
Anybody has an idea how can i do this?
What about doing the same thing just with the LyX file itself.
Simply open the file in Emacs (or similar) then do a search-and-replace
of i.e. with;
\emph on
i.e.
\emph default
I reckon this should work.
Lata,
Paul