> I can do it, but not immediately (and not for 1.6.1).
It is not urgent.
Thanks in advance for taking over and regards
Uwe
Uwe Stöhr wrote:
> > Hm, I'd guess that you'll need two separate macros \lyxarrow and
>
> > \lyxarrowright. After all, in a multilingual document LTR and RTL can be
> > mixed, so both variants might occur in parallel.
>
> You are right. Could you please take over and implement this. I'm currently
> Hm, I'd guess that you'll need two separate macros \lyxarrow and
> \lyxarrowright. After all, in a multilingual document LTR and RTL can be
> mixed, so both variants might occur in parallel.
You are right. Could you please take over and implement this. I'm currently very limited with my
spare
On Sat, Dec 06, 2008 at 03:29:49PM +0100, Uwe Stöhr wrote:
> @@ -726,7 +731,11 @@
> macros << noun_def << '\n';
>
> if (mustProvide("lyxarrow"))
> + {
> + Language const * lang;
> + useLanguage(lang);
> macros << lyxarrow_def << '\n';
Uwe Stöhr wrote:
> Bug http://bugzilla.lyx.org/show_bug.cgi?id=3560 is about that we define
> the menu separator always as \trangleright, while it needs to be
> \triangleleft for RTL languages. This should be easy to fix, but I'm too
> stupid to get it right, see the attached attempt. Any help?
Hm
Bug http://bugzilla.lyx.org/show_bug.cgi?id=3560 is about that we define the menu separator always
as \trangleright, while it needs to be \triangleleft for RTL languages.
This should be easy to fix, but I'm too stupid to get it right, see the
attached attempt. Any help?
Is there something like