Muhammad moosavy wrote:
Hi
I'm using a Persian package (XePersian) with Lyx. There is some Tex commands
that defined differently in Lyx and XePersian. Like:
\lr : This command is used in XePersian for "Left to Right or romanText".
But for this purpose Lyx use \textLR.
How can change this command in Lyx and turn it into \lr?
This ought to work. In your preamble, put:
\let\textLR\lr
You might want to report this to the devel list. We try to be as
friendly to each language as possible, and this kind of thing could be
put into LyX,
rh