Text Formatting ⇒ Header
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10343
- Joined: Mon Mar 10, 2008 9:44 pm
- Stefan Kottwitz
- Site Admin
- Posts: 10343
- Joined: Mon Mar 10, 2008 9:44 pm
Header
Well, the content is starting shifted to the right, that is moving...
Another way would be using a box of a certain width: the box is centered by
Stefan
Another way would be using a box of a certain width: the box is centered by
\chead
(as that's the purpose of it) but the box can be wider than the content, left-aligned, so all is shifted to the left:\chead{\makebox[6cm][l]{Text}}
Stefan
LaTeX.org admin
- Stefan Kottwitz
- Site Admin
- Posts: 10343
- Joined: Mon Mar 10, 2008 9:44 pm
Header
It can be done either this way, moving the whole box:
or that way, moving the content in the box:
The 3cm and 6cm are of course just samples, adjust as needed.
Stefan
\chead{\hspace{-3cm}\makebox[6cm][l]{Text}}
or that way, moving the content in the box:
\chead{\makebox[6cm][l]{\hspace{-3cm}Text}}
The 3cm and 6cm are of course just samples, adjust as needed.
Stefan
LaTeX.org admin
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Header
https://github.com/johannesbottcher/MDT-Quick-Manual
https://en.wikibooks.org/wiki/LaTeX/Cus ... er-scrpage
Global option
I can only guess, as your questions are not very clear and lack a minimal working example. See How to get help
https://en.wikibooks.org/wiki/LaTeX/Cus ... er-scrpage
Global option
footsepline
, and \cfoot{Your name}
in the preamble.I can only guess, as your questions are not very clear and lack a minimal working example. See How to get help
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.