Uwe Stöhr wrote:

> diff --git a/src/tex2lyx/test/box-color-size-space-align.tex
> b/src/tex2lyx/test/box-color-size-space-align.tex index 338a269..ab658c6
> 100644 --- a/src/tex2lyx/test/box-color-size-space-align.tex
> +++ b/src/tex2lyx/test/box-color-size-space-align.tex
> @@ -157,6 +157,18 @@ blabla \doublebox{doublebox} blabla
>  
>  $\boxed{\int A=B}$
>  
> +\subsection{Color Boxes}
> +
> +\colorbox{blue}{www}
> +
> +\colorbox{blue}{\begin{minipage}[t]{0.9\columnwidth}
> +www
> +\end{minipage}}
> +
> +\colorbox{blue}{\parbox[t]{0.9\columnwidth}{www}}
> +
> +\colorbox{blue}{\makebox[0.9\columnwidth][l]{www}}
> +
>  \subsection{LyX Boxes}
>  
>  \begin{lyxgreyedout}

This causes tex2lyx to produce an error message:

\end{minipage} does not match \begin{document}

I don't know if this is due to invalid LaTeX code, or if it is a bug in 
tex2lyx. Also, the update of the test reference is missing, the test is now 
failing.


Georg

Reply via email to