Text Formatting ⇒ Header
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Header
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Header
\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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Header
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