Questions tagged [header]
48 questions
4
votes
1 answer
Set header of a specific page only
How can I set the header of only one specific page in the LaTeX document? \markboth does not seem to fit, as I have the document class report & it would affect more than one page somehow. Setting \rhead{} new would change the header completely for…
user202654
1
vote
2 answers
How do I keep the header on the first page?
I am using this template and would like to make it so that the header is only on the first page. Additionally, how to make it so that the body of the text is 1 inch from the top for the other…
Anon
- 11
0
votes
1 answer
How to insert a book title in a header?
I'd like to insert in my headers a book title on the odd page and a chapter title on the even page. How could I do that?
This is my MWE…
domi
- 1,473
0
votes
0 answers
Fancyhdr with modular document: documentclass book
I have seen this:
Formatting headers in the book class
And I want what the asker has in their…
StatsSorceress
- 448
0
votes
0 answers
my header has a file number which needs to change every few pages
\documentclass[10pt,a4paper]{letter} %noting sheet /vertical line template
\usepackage{fancyhdr}
%\usepackage{amsmath}
%\usepackage{amsfonts}
%\usepackage{amssymb}
\usepackage{graphicx}
%\usepackage[table]{xcolor} …
js bibra
- 21,280
0
votes
1 answer
my header is multiline--within the multiline i require alignment of the two dots--how to do it?
\pagestyle{fancy}
\fancyhead{} \fancyfoot{}
\renewcommand{\headrulewidth}{0.1pt}
\renewcommand{\footrulewidth}{0.1pt}
\fancyhead[C]{
\footnotesize Quality Management System Manual \ ISO 9001:2015 \ Controllerate of Quality Assurance…
js bibra
- 21,280