Re: fancy userdefined

2006-04-13 Thread tceglare
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.

Re: fancy userdefined

2006-04-12 Thread tceglare
>> > > 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

Re: fancy userdefined

2006-04-12 Thread tceglare
> 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

Re: fancy userdefined

2006-04-12 Thread Jean-Pierre Chretien
>>> >>> 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

Re: fancy userdefined

2006-04-12 Thread tceglare
> >>>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

fancy userdefined

2006-04-12 Thread tceglare
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