"R. E. de Lima-Lopes" wrote:
>
> Hi...
>
> In my thesis a need a new kind of float (besides tables or figures), which
> should be called "messages".
>
> Those floats must have its own numbering (changing from chapter to
> chapter) and list (at the thesis beggining).
in latex preamble
\usepackage{float}
\newfloat{Messages}{htb}{}[chapter]
or section instead of chapter if you are using document class article.
and in text:
\begin{Messages} <- tex (red)
text , figure or anything else
\caption{text text} <- tex (red)
\end{Messages} <- tex (red)
for other options look at doc of float-package
Herbert
--
[EMAIL PROTECTED]
http://perce.de/lyx/