Le 04/05/2013 02:58, Uwe Stöhr a écrit :
Am 01.05.2013 20:32, schrieb Jean-Marc Lasgouttes:
I am confident that I will eventually fix the problems Uwe is seeing.
I just need some time to do
it. But indeed InsetBox would benefit from a spring cleanup.
I don't see InsetBox that critical. But however, we can put it on the
Milano list.
Two things you could do shortly:
1/ make it possible to enter a width for a minipage
2/ look at the tex2lyx bug that got spotted by clang:
../../../master/src/tex2lyx/text.cpp:938:14: warning: equality
comparison result unused [-Wunused-comparison]
outer_type == "fbox";
~~~~~~~~~~~^~~~~~~~~
../../../master/src/tex2lyx/text.cpp:938:14: note: use '=' to turn this
equality comparison into an assignment
outer_type == "fbox";
^~
=
I'll handle the rest.
JMarc