How to make a line in header and footer in the first page?header and footer of the first page of every...
Are Warlocks Arcane or Divine?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
How can a jailer prevent the Forge Cleric's Artisan's Blessing from being used?
My boss asked me to take a one-day class, then signs it up as a day off
Latex for-and in equation
Can I rely on these GitHub repository files?
Is there a good way to store credentials outside of a password manager?
Science Fiction story where a man invents a machine that can help him watch history unfold
Simple image editor tool to draw a simple box/rectangle in an existing image
Is it okay / does it make sense for another player to join a running game of Munchkin?
How to check participants in at events?
Golf game boilerplate
How to prevent YouTube from showing already watched videos?
Is the next prime number always the next number divisible by the current prime number, except for any numbers previously divisible by primes?
How can I successfully establish a nationwide combat training program for a large country?
Why does this part of the Space Shuttle launch pad seem to be floating in air?
Blender - show edges angles “direction”
The most efficient algorithm to find all possible integer pairs which sum to a given integer
Does "Dominei" mean something?
Meta programming: Declare a new struct on the fly
Is infinity mathematically observable?
What to do when my ideas aren't chosen, when I strongly disagree with the chosen solution?
Stereotypical names
Greatest common substring
How to make a line in header and footer in the first page?
header and footer of the first page of every chapterHow to avoid header and footer on first page?scrlttr2: make second page footer match first page footerHow can I make pages after the first come out correctly with fancyhdr?How to make a footer without the header on the very first pageHeader on odd pagesDifferent header and footer on the title page (first page)Header manipulation not working with fancyhdr packagehow to add footer to first page , change color of the footer line and make some text in footer bold?Modify the header and footer
I am writing a proposal, and trying to decorate my header and footer by a line. The problem that I face with is the line under footer and header only appear on from the second page to the end, while there is no line in the first page. Here is the code that I used:
documentclass{arp}
usepackage{setspace}
usepackage{float}
usepackage{wrapfig}
usepackage{flushend}
usepackage{subfigure}
usepackage{parskip}
parskip=3pt
usepackage{fancyhdr}
pagestyle{fancyplain}
fancyhf{}
rhead{bf{XXXXXXXX}}
fancyhead[L]{bf{YYYYYYYYYYYY}}
lfoot{bf{ZZZZZZZZZ}}
rfoot{bf{thepage}}
renewcommand{headrulewidth}{0.5pt}
renewcommand{footrulewidth}{0.5pt}
header-footer
New contributor
add a comment |
I am writing a proposal, and trying to decorate my header and footer by a line. The problem that I face with is the line under footer and header only appear on from the second page to the end, while there is no line in the first page. Here is the code that I used:
documentclass{arp}
usepackage{setspace}
usepackage{float}
usepackage{wrapfig}
usepackage{flushend}
usepackage{subfigure}
usepackage{parskip}
parskip=3pt
usepackage{fancyhdr}
pagestyle{fancyplain}
fancyhf{}
rhead{bf{XXXXXXXX}}
fancyhead[L]{bf{YYYYYYYYYYYY}}
lfoot{bf{ZZZZZZZZZ}}
rfoot{bf{thepage}}
renewcommand{headrulewidth}{0.5pt}
renewcommand{footrulewidth}{0.5pt}
header-footer
New contributor
add a comment |
I am writing a proposal, and trying to decorate my header and footer by a line. The problem that I face with is the line under footer and header only appear on from the second page to the end, while there is no line in the first page. Here is the code that I used:
documentclass{arp}
usepackage{setspace}
usepackage{float}
usepackage{wrapfig}
usepackage{flushend}
usepackage{subfigure}
usepackage{parskip}
parskip=3pt
usepackage{fancyhdr}
pagestyle{fancyplain}
fancyhf{}
rhead{bf{XXXXXXXX}}
fancyhead[L]{bf{YYYYYYYYYYYY}}
lfoot{bf{ZZZZZZZZZ}}
rfoot{bf{thepage}}
renewcommand{headrulewidth}{0.5pt}
renewcommand{footrulewidth}{0.5pt}
header-footer
New contributor
I am writing a proposal, and trying to decorate my header and footer by a line. The problem that I face with is the line under footer and header only appear on from the second page to the end, while there is no line in the first page. Here is the code that I used:
documentclass{arp}
usepackage{setspace}
usepackage{float}
usepackage{wrapfig}
usepackage{flushend}
usepackage{subfigure}
usepackage{parskip}
parskip=3pt
usepackage{fancyhdr}
pagestyle{fancyplain}
fancyhf{}
rhead{bf{XXXXXXXX}}
fancyhead[L]{bf{YYYYYYYYYYYY}}
lfoot{bf{ZZZZZZZZZ}}
rfoot{bf{thepage}}
renewcommand{headrulewidth}{0.5pt}
renewcommand{footrulewidth}{0.5pt}
header-footer
header-footer
New contributor
New contributor
New contributor
asked 7 mins ago
Bill FuBill Fu
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Bill Fu is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481456%2fhow-to-make-a-line-in-header-and-footer-in-the-first-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Bill Fu is a new contributor. Be nice, and check out our Code of Conduct.
Bill Fu is a new contributor. Be nice, and check out our Code of Conduct.
Bill Fu is a new contributor. Be nice, and check out our Code of Conduct.
Bill Fu is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481456%2fhow-to-make-a-line-in-header-and-footer-in-the-first-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown