Re: Article (Koma-Script), change the footer in the titlepage

2013-03-24 Thread Jürgen Spitzmüller
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

Re: Article (Koma-Script), change the footer in the titlepage

2013-03-23 Thread Charlie
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

Re: Article (Koma-Script), change the footer in the titlepage

2013-03-23 Thread Lukas Koch
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

Re: Article (Koma-Script), change the footer in the titlepage

2013-03-23 Thread Jürgen Spitzmüller
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

Re: Article (Koma-Script), change the footer in the titlepage

2013-03-23 Thread Lukas Koch
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

Re: Article (Koma-Script), change the footer in the titlepage

2013-03-23 Thread 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 (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

Re: Article (Koma-Script), change the footer in the titlepage

2013-03-19 Thread Lukas Koch
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

Re: Article (Koma-Script), change the footer in the titlepage

2013-03-18 Thread Waluyo Adi Siswanto
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 (

Article (Koma-Script), change the footer in the titlepage

2013-03-18 Thread Lukas Koch
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