I did the same for qt ...
Do you have it somewhere? We are no longer at feature freeze now. :-) Regarding the simple layout approach, does anyone know where the extra newline is inserted? In the lyx file, each line is put into a separate layout so I guess a newline is inserted between these layouts? \begin_layout Listings incSize = (10000-1000)/(500-200)/len(oldSize) \end_layout \begin_layout Listings return [oldSize[x]+incSize for x in range(0, len(oldSize))] \end_layout Cheers, Bo
