On 5/18/05 12:20 AM, "Georg Baum" <[EMAIL PROTECTED]> wrote:
> Rob Bearman wrote: > >> The problem seems to be tex2lyx's insertion of "\begin_layout Standard" >> before the enumeration inside the box inset. > > Yes. The attached fix is going in now. > > > Georg Is there a requirement that a comment character (%) exist at the end of the line? For instance, if I have this: % -\begin{minipage}[t][1\totalheight]{1\columnwidth}% +\begin{minipage}[t][1\totalheight]{1\columnwidth} \begin{enumerate} \item Item 1 \item Item 2 \end{enumerate} % \end{minipage}% I get the same reported behavior as before. Must the inset export to LaTeX in such a way that the comment character appears at the end of the line for reasons other than satisfying the roundtrip requirement? I ask because I'm working on the latex export code for an inset I'm writing and I'm wondering if I'm expected to append a '%' at the end of the line to avoid this problem. If there's an expectation about comment characters to be used in the latex export of insets, could you tell me what the rule is? Thanks Rob