On Sun, Oct 20, 2013 at 4:20 PM, Scott Kostyshak <skost...@lyx.org> wrote: > On Sun, Oct 20, 2013 at 4:04 PM, Vincent van Ravesteijn <v...@lyx.org> wrote: >> Scott Kostyshak schreef op 19-10-2013 19:43: >> >>> I think that polyglossia is used by default and \make@lr is only defined >>> by babel, maybe. Try adding the following snippet to the preamble: >>> >>> \@ifundefined{make@lr} >>> {\def\make@lr#1{\begingroup >>> \toks@=\expandafter{#1}% >>> \edef\x{\endgroup >>> \def\noexpand#1{\noexpand\@number{\the\toks@}}}% >>> \x}}{\relax} >>> This works well. Unless someone objects, I will commit the attached >>> patch after beta2. >> >> >> A comment in the layout file might be helpful as well. > > Done in the attached patch.
Committed at 2756b43f. Scott