[EMAIL PROTECTED] wrote:
>
> Hi,
> In a new layout I need to add in the preamble of a style a command
> like:
>
> Preamble
> \newcommand {\zozo}[1]{
> \begin{overlay}{
> }
the environment is Overlays and not overlay, without s.
> It seems that latex doesn't understand the command \begin{overlay}{
> because of the character {
> I tried:
>
> \begin{overlays}{ my_cmds} and it works great
> \begin{overlays}\bgroup my_cmds \egroup and Latex says "Unbalanced {.
try
\begin{overlays}
\bgroup
my_cmds
\egroup
\end{overlays}
and tell me what's going on?
Herbert
--
[EMAIL PROTECTED]
http://perce.de/lyx/