>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> I would rather like it the other way round: Make tex2lyx < Georg> infile > outfile work. You can do both, like gzip does. Georg> - output minipages with latex lengths as ERT, since lyx cannot Georg> handle them >> Could you be more specific? Georg> I mean this: \begin{minipage}{\mylength} But this should be done for all things that contain lenghts, then? What a pain... Georg> I did not know that extra_stuff was intended for this. I will Georg> try if it works. Thanks. Georg> - handle optional arg to \item as ERT in itemize environment, Georg> since LyX does not support it directly >> I do not like the way this one is implemented. You have all the >> information you need in the layout file. Instead of testing against >> "itemize", you need something like (untested) if >> (context.layout->labeltype != LABEL_MANUAL) { Georg> I don't really know how the layout files work, but it sounds Georg> sensible. Let me know is it does not work. JMarc