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
Simulating a probability of 1 of 2^N with less than N random bits
Why does this part of the Space Shuttle launch pad seem to be floating in air?
How do I repair my stair bannister?
Bob has never been a M before
Teaching indefinite integrals that require special-casing
Science Fiction story where a man invents a machine that can help him watch history unfold
Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?
Would it be legal for a US State to ban exports of a natural resource?
What does the "3am" section means in manpages?
How can I raise concerns with a new DM about XP splitting?
Can I rely on these GitHub repository files?
How can a jailer prevent the Forge Cleric's Artisan's Blessing from being used?
Organic chemistry Iodoform Reaction
Why isn't KTEX's runway designation 10/28 instead of 9/27?
Can you use Azure DevOps with Sitecore Managed Cloud
Lifted its hind leg on or lifted its hind leg towards?
Visiting the UK as unmarried couple
Invariance of results when scaling explanatory variables in logistic regression, is there a proof?
How will losing mobility of one hand affect my career as a programmer?
Calculating the number of days between 2 dates in Excel
Is there a good way to store credentials outside of a password manager?
Greatest common substring
Is exact Kanji stroke length important?
Identify a stage play about a VR experience in which participants are encouraged to simulate performing horrific activities
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:
documentclassarp
usepackagesetspace
usepackagefloat
usepackagewrapfig
usepackageflushend
usepackagesubfigure
usepackageparskip
parskip=3pt
usepackagefancyhdr
pagestylefancyplain
fancyhf
rheadbfXXXXXXXX
fancyhead[L]bfYYYYYYYYYYYY
lfootbfZZZZZZZZZ
rfootbfthepage
renewcommandheadrulewidth0.5pt
renewcommandfootrulewidth0.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:
documentclassarp
usepackagesetspace
usepackagefloat
usepackagewrapfig
usepackageflushend
usepackagesubfigure
usepackageparskip
parskip=3pt
usepackagefancyhdr
pagestylefancyplain
fancyhf
rheadbfXXXXXXXX
fancyhead[L]bfYYYYYYYYYYYY
lfootbfZZZZZZZZZ
rfootbfthepage
renewcommandheadrulewidth0.5pt
renewcommandfootrulewidth0.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:
documentclassarp
usepackagesetspace
usepackagefloat
usepackagewrapfig
usepackageflushend
usepackagesubfigure
usepackageparskip
parskip=3pt
usepackagefancyhdr
pagestylefancyplain
fancyhf
rheadbfXXXXXXXX
fancyhead[L]bfYYYYYYYYYYYY
lfootbfZZZZZZZZZ
rfootbfthepage
renewcommandheadrulewidth0.5pt
renewcommandfootrulewidth0.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:
documentclassarp
usepackagesetspace
usepackagefloat
usepackagewrapfig
usepackageflushend
usepackagesubfigure
usepackageparskip
parskip=3pt
usepackagefancyhdr
pagestylefancyplain
fancyhf
rheadbfXXXXXXXX
fancyhead[L]bfYYYYYYYYYYYY
lfootbfZZZZZZZZZ
rfootbfthepage
renewcommandheadrulewidth0.5pt
renewcommandfootrulewidth0.5pt
header-footer
header-footer
New contributor
New contributor
New contributor
asked 18 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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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