Search found 2 matches

by anthard
Sun May 23, 2010 1:03 pm
Forum: Text Formatting
Topic: ifthen problem -- \thechapter & appendices
Replies: 2
Views: 3772

Re: ifthen problem -- \thechapter & appendices

Hi Thorsten,

It works, thanks a lot ! (happy to be on board.. :-))

Regards,
Anthard_
by anthard
Sun May 23, 2010 10:51 am
Forum: Text Formatting
Topic: ifthen problem -- \thechapter & appendices
Replies: 2
Views: 3772

ifthen problem -- \thechapter & appendices

Hi,

I have a probem with the ifthen package. I use it with the fancyhdr package like this :

\usepackage{nopageno}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\lhead{\ifthenelse{\thechapter > 0}{Expérience \thechapter}{}} \rhead{\thepage} \chead{}

I use the ifthenelse condition because in ...