Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I want to create a text box and place it in the center of footer area. Is there any simple way to do it?

share|improve this question
read about \@oddfoot and \@evenfoot: by redefining them you can change your footers. To place text in the middle of a line use \centerbox or place \hfil by sides of your text. – Eddy_Em Jan 28 at 13:19
Do you know package fancyhdr or scrpage2? – Kurt Jan 28 at 13:26
@Kurt Yes, I am using fancyhdr, please have look to my question here link – user25118 Jan 28 at 13:47
This was answered by tohecz in the your previous question. If you want it boxed then use \fbox as in \markfoot{\fbox{This is foot text.}} – Andrew Swann Jan 28 at 14:38
@AndrewSwann Thanks for the hint. – user25118 Jan 28 at 14:57
show 1 more comment

closed as too localized by lockstep, Joseph Wright Apr 6 at 21:07

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.