Jürgen Spitzmüller wrote:
> Georg Baum wrote:
>> > Or better we add another flag "notermination" for commands that do not
>> > need to be terminated.
>>
>> Sounds good. Another benefit: It would also allow to keep the logic in
>> tex2lyx and lyx automatically synchronized.
>
> I'll commit the pa
Georg Baum wrote:
> > Or better we add another flag "notermination" for commands that do not
> > need to be terminated.
>
> Sounds good. Another benefit: It would also allow to keep the logic in
> tex2lyx and lyx automatically synchronized.
I'll commit the patch in a minute.
> >> I am also unsu
Jürgen Spitzmüller wrote:
> Or better we add another flag "notermination" for commands that do not
> need to be terminated.
Sounds good. Another benefit: It would also allow to keep the logic in
tex2lyx and lyx automatically synchronized.
>> I am also unsure if this change neds adaptions in tex
Jürgen Spitzmüller wrote:
> Or better we add another flag "notermination" for commands that do not need
> to be terminated.
Like the attached.
JürgenIndex: src/Paragraph.cpp
===
--- src/Paragraph.cpp (Revision 40904)
+++ src/Paragra
Georg Baum wrote:
> This breaks output of spaces like 0x2004: Previously, it wrote "\;{}", now
> it writes "\; ". AFAIK this should be writen as "\;". The braces were not
> needed, but they did not harm in this case either.
How about adding those braces in the unicodesymbols file then? It seems
sp...@lyx.org wrote:
> Modified: lyx-devel/trunk/src/Paragraph.cpp
>
==
> --- lyx-devel/trunk/src/Paragraph.cpp Thu Mar 8 20:14:48 2012
(r40890)
> +++ lyx-devel/trunk/src/Paragraph.cpp Fri Mar 9 10:05:13 2012