Joeri Verbiest wrote:
> The problem that I now have is that the word Chapter is missing in front
> of my chapters.
sure, therefore you need the
\let\thechapter\thechapterOld
immediately behind the symbollist.
anyway, it's better to use fanyhdr
look at
http://www.lyx.org/help/fancy/header.p
The problem that I now have is that the word Chapter is missing in front
of my chapters.
Joeri
> > I hope that someone can help me.
> >
> > I have a list of symbols. Now I put in my doc
> >
>
> \let\thechapterOld\thechapter
>
> \renewcommand\thechapter{}
>
> > \def\chaptername{}
> > \chapte
Joeri Verbiest wrote:
>
> I hope that someone can help me.
>
> I have a list of symbols. Now I put in my doc
>
\let\thechapterOld\thechapter
\renewcommand\thechapter{}
> \def\chaptername{}
> \chaptermark{Symbol list}
>
> I get now:
> 0. Symbol list
>
> Have can I delete this zero in f
Hi,
I hope that someone can help me.
I have a list of symbols. Now I put in my doc
\def\chaptername{}
\chaptermark{Symbol list}
I get now:
0. Symbol list
Have can I delete this zero in front of it
Joeri