Do you mean just the String "Name"? Then there appears in the left and
right head the String "Name". But I want to appear e.g. the name of the
chapter in the left. Now it works for me:
\fancyhf{}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.
>>
>
> You may refer to running headers with \leftmark and \rightmark.
> AFAIR, most classes require no other options than \pagestyle{fancy}
> to get these. What happens if you don't redefine \chead and \rhead as
> empty ?
>
>
I don't know how \leftmark and \rig
>
You may refer to running headers with \leftmark and \rightmark.
AFAIR, most classes require no other options than \pagestyle{fancy}
to get these. What happens if you don't redefine \chead and \rhead as
empty ?
>>>
>>>I don't know how \leftmark and \rightmark wor
>>>
>>> You may refer to running headers with \leftmark and \rightmark.
>>> AFAIR, most classes require no other options than \pagestyle{fancy}
>>> to get these. What happens if you don't redefine \chead and \rhead as
>>> empty ?
>>>
>>>
>>
>>I don't know how \leftmark and \rightmark works.
>>
>>I
>
>>>Date: Wed, 12 Apr 2006 18:33:17 +0200 (CEST)
>>>Subject: fancy userdefined
>>>From: [EMAIL PROTECTED]
>>>To: lyx-users@lists.lyx.org
>>>X-PMX-Version: 5.1.2.240295, Antispam-Engine: 2.3.0.1, Antispam-Data:
>>> 2006.4.5.213708 (Univ. Os
hello,
i wanna define my pagestyle with fancy. so i have made following entry in
the preamble:
\lhead{}
\chead{}
\rhead{}
\lfoot{My Name, Juli 2006}
\cfoot{}
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0.1pt}
\renewcommand{\footrulewidth}{0.1pt}
it works. but i don't know how to insert the na