On Mon, 24 Sep 2001, Herbert Voss wrote:
> Emre Akbas wrote:
> >
> >
> > When i want to view my document , i eat the error:
> >
> > LaTeX error: No counter 'chapter' defined.
> >
> > \newcounter{listing} [chapter]
>
> I suppose that you have the article class, where no
> chapters exists. choose report or book class or write
>
> \newcounter{listing} [section]
>
> Herbert
>
> --
> http://www.educat.hu-berlin.de/~voss/lyx/
o>
Thank you very much Herbert! but i couldn't work out where to write
\newcounter {listing} [section]
Absurdly, i've realized that the abov error is caused by the
layout->document-> page_style
it was 'fancy' and i ate the error, when i changed it to 'headings' or
sth. else the error disapperad, i couldn't understand why. Anyway, thanks
for the help.