How to make a line in header and footer in the first page?
Does "Dominei" mean something?
What does the "3am" section means in manpages?
Who must act to prevent Brexit on March 29th?
Freedom of speech and where it applies
Identify a stage play about a VR experience in which participants are encouraged to simulate performing horrific activities
For airliners, what prevents wing strikes on landing in bad weather?
Adding empty element to declared container without declaring type of element
Is it okay / does it make sense for another player to join a running game of Munchkin?
Is there enough fresh water in the world to eradicate the drinking water crisis?
Is there an Impartial Brexit Deal comparison site?
Is the next prime number always the next number divisible by the current prime number, except for any numbers previously divisible by primes?
Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?
Female=gender counterpart?
What should I use for Mishna study?
Latex for-and in equation
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
What is the opposite of 'gravitas'?
What to do when my ideas aren't chosen, when I strongly disagree with the chosen solution?
Simple image editor tool to draw a simple box/rectangle in an existing image
A workplace installs custom certificates on personal devices, can this be used to decrypt HTTPS traffic?
How do ultrasonic sensors differentiate between transmitted and received signals?
Installing PowerShell on 32-bit Kali OS fails
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
Would it be legal for a US State to ban exports of a natural resource?
How to make a line in header and footer in the first page?
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 1 min 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