uups, there are some typos ...

> it's a "little bit" tricky, but it works ...
> just right before the mathbox of lyx (no linebreak!)
> 
> \hspace{1cm}\hfill\fbox{\parbox{5cm}{
> 
> ....  your LYX (!) eqnarray .... the blue box ;-)
> 
> }}\hfill{parbox{0.5cm}\begin{eqnarray}\end{eqnarray}
          ^
\parbox

> you can define abbreviations in latex preamble for this.
> e.g.
> \newcommand\on{ \hspace.... }
> \newcommand\off{ }}\hfill... }

i'm sorry, but this doesn't work ... :-(
choose this one:

\newcommand{\myBox}[1]{\hspace{1cm}\hfill%
  \fbox{%
     \parbox{5cm}{#1}%
  }%
  \hfill%
  \parbox{0.5cm}{%
    \begin{eqnarray}\end{eqnarray}%
  }
}

and in LyX

\myBox{
... the blue LyX mathbox ...
}

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to