Text Formatting ⇒ Header
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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: 10335
- 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