Lukas Koch wrote:
> just tried it... doesn't seem to change anything, it's not like the command
> doesn't work, it does work on any page but the titlepage (plain means no
> heading and no footing if I am right?)
>
> thanks for your efford
I guess you need to provide us with a minimal example file
On Mon, 18 Mar 2013 22:05:54 +0100 "Lukas Koch lukik...@gmail.com"
sent this:
>Hello!
>
>I have the simple problem, that the footer in the titleplage of the
>document-class article (KOMA-Script) is in the right corner, but I
> would like to have it in the middle... how do I do this
just tried it... doesn't seem to change anything, it's not like the command
doesn't work, it does work on any page but the titlepage (plain means no
heading and no footing if I am right?)
thanks for your efford :)
2013/3/23 Jürgen Spitzmüller
> Lukas Koch wrote:
> > This is working for every p
Lukas Koch wrote:
> This is working for every page, exept for the titlepage... I already tried
> that :), sorry for not mentioning it.
Did you also try
\renewcommand*{\titlepagestyle}{plain} ?
Jürgen
This is working for every page, exept for the titlepage... I already tried
that :), sorry for not mentioning it.
2013/3/23 Jürgen Spitzmüller
> Am Montag 18 März 2013, 22:05:54 schrieb Lukas Koch:
> > I have the simple problem, that the footer in the titleplage of the
> > document-class article
Am Montag 18 März 2013, 22:05:54 schrieb Lukas Koch:
> I have the simple problem, that the footer in the titleplage of the
> document-class article (KOMA-Script) is in the right corner, but I would
> like to have it in the middle... how do I do this?
>
> I use the pagage fancyhdr to define my head
Maybe I failed to explain it properly.
I already have the page numbering in the center footer, not the way Waiuyo
suggested but also working. I also tried it the way Waiuyo suggested it,
but it got me the same problem:
Everywhere the page numbering is in the center footing, as I adjusted it,
exep
You can try the following in your latex preamble (Document Settings)
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
regards
waluyo
On 19 March 2013 05:05, Lukas Koch wrote:
> Hello!
>
> I have the simple problem, that the footer in the titleplage of the
> document-class article (
Hello!
I have the simple problem, that the footer in the titleplage of the
document-class article (KOMA-Script) is in the right corner, but I would
like to have it in the middle... how do I do this?
I use the pagage fancyhdr to define my headings and footings.
Thanks a lot!
Lukas Koch