On Saturday 06 November 2010 09:45:47 Manveru wrote:
>
> I just had to set page style to fancy, and redefine everything.
* *
\ o /
\|/
|T O O C O O L
/ \ _
/ \/
/
-
SteveT
2010/11/5 Steve Litt :
[...]
> Once again, I'd recommend you do experimentation on a trivial (and quick to
> compile) experimental LyX file.
I just had to set page style to fancy, and redefine everything.
--
Manveru
jabber: manv...@manveru.pl
gg: 1624001
http://www.manveru.pl
On Friday 05 November 2010 07:31:52 Manveru wrote:
> 2010/11/5 Steve Litt :
> > On Thursday 04 November 2010 18:26:22 Manveru wrote:
> >> Hello,
> >>
> >> I know this is rather LaTeX related problem, but maybe someone from
> >> this list is able to help me.
> >>
> >> I have following code in my pre
I think that LaTeX is defaulting pages other than the first one to the
"fancy" page style. You have redefined empty, plain and headings, but
for the fancy style all you have given is the left footer. After \lfoot
in the preamble, try defining what you want for the rest of the footer
(for inst
2010/11/5 Steve Litt :
> On Thursday 04 November 2010 18:26:22 Manveru wrote:
>> Hello,
>>
>> I know this is rather LaTeX related problem, but maybe someone from
>> this list is able to help me.
>>
>> I have following code in my preamble:
>> \newcommand{\kopia}{\tiny Kopia dla Gal Anonim}
>> \usepa
On Thursday 04 November 2010 18:26:22 Manveru wrote:
> Hello,
>
> I know this is rather LaTeX related problem, but maybe someone from
> this list is able to help me.
>
> I have following code in my preamble:
> \newcommand{\kopia}{\tiny Kopia dla Gal Anonim}
> \usepackage{fancyhdr}
>
> \fancypage
Hello,
I know this is rather LaTeX related problem, but maybe someone from
this list is able to help me.
I have following code in my preamble:
\newcommand{\kopia}{\tiny Kopia dla Gal Anonim}
\usepackage{fancyhdr}
\fancypagestyle{empty}{%
\fancyfoot[L]{\kopia}
%\fancyfoot[LE]{\kopia}
}
\fancy