> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:
>> Attached is a patch that fixed bug 3571: ...
Uwe> As the patch is trivial and I got no objections, I put it in:
Uwe> http://www.lyx.org/trac/changeset/18273
Yes, good catch.
JMarc
> Attached is a patch that fixed bug 3571: ...
As the patch is trivial and I got no objections, I put it in:
http://www.lyx.org/trac/changeset/18273
regards Uwe
Attached is a patch that fixed bug 3571:
The OR has to be grouped to suppress \selectlanguage when the babel language is
empty.
OK to go in?
regards Uwe
Index: output_latex.cpp
===
--- output_latex.cpp (revision 18260)
+++ output_l
Uwe Stöhr schrieb:
Attached is a patch that fixes the selectlanguage issue for languages
that don't use babel (GJK, Armenian)
It works correctly I think. OK?
No, it didn't, so I retract my patch.
The problem of the bug is in output_latex.cpp in the three i call where
"language_command_begin
Attached is a patch that fixes the selectlanguage issue for languages that don't use babel (GJK,
Armenian)
It works correctly I think. OK?
regards Uwe
Index: BufferParams.cpp
===
--- BufferParams.cpp (revision 18227)
+++ BufferPara