why is chapter blocking page foot
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Can someone explain me why when I add a chapter to my document the footnote is not displayed?
This code is working
documentclass[10pt,french]report
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebabel
usepackage[hidelinks]hyperref
usepackagetikz,pgf %package used for drawing
usepackagecolor
setlengthparindent0pt
usetikzlibrarycalc
usepackagelmodern% http://ctan.org/pkg/lm
usetikzlibrarybackgrounds
usepackagecite
usepackagefancyhdr
pagestylefancy
rfootthepage
renewcommandheadrulewidth0.4pt
renewcommandfootrulewidth0.4pt
begindocument
sffamily
sectionSection
enddocument
And this one is not working :
documentclass[10pt,french]report
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebabel
usepackage[hidelinks]hyperref
usepackagetikz,pgf %package used for drawing
usepackagecolor
setlengthparindent0pt
usetikzlibrarycalc
usepackagelmodern% http://ctan.org/pkg/lm
usetikzlibrarybackgrounds
usepackagecite
usepackagefancyhdr
pagestylefancy
rfootthepage
renewcommandheadrulewidth0.4pt
renewcommandfootrulewidth0.4pt
begindocument
sffamily
chapterNot working%just added this line
sectionSection
enddocument
Thx for the help
Warok
header-footer
add a comment |Â
up vote
1
down vote
favorite
Can someone explain me why when I add a chapter to my document the footnote is not displayed?
This code is working
documentclass[10pt,french]report
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebabel
usepackage[hidelinks]hyperref
usepackagetikz,pgf %package used for drawing
usepackagecolor
setlengthparindent0pt
usetikzlibrarycalc
usepackagelmodern% http://ctan.org/pkg/lm
usetikzlibrarybackgrounds
usepackagecite
usepackagefancyhdr
pagestylefancy
rfootthepage
renewcommandheadrulewidth0.4pt
renewcommandfootrulewidth0.4pt
begindocument
sffamily
sectionSection
enddocument
And this one is not working :
documentclass[10pt,french]report
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebabel
usepackage[hidelinks]hyperref
usepackagetikz,pgf %package used for drawing
usepackagecolor
setlengthparindent0pt
usetikzlibrarycalc
usepackagelmodern% http://ctan.org/pkg/lm
usetikzlibrarybackgrounds
usepackagecite
usepackagefancyhdr
pagestylefancy
rfootthepage
renewcommandheadrulewidth0.4pt
renewcommandfootrulewidth0.4pt
begindocument
sffamily
chapterNot working%just added this line
sectionSection
enddocument
Thx for the help
Warok
header-footer
Do you mean footer instead of footnote? More specifically are you referring to the "footer rule" in the first example? First pages of chapter tend to have a different page style than other chapters (usually they don't need a running head with the chapter name, sometimes they even omit the page number): That is what is happening here.
– moewe
1 hour ago
thefancyhdr
package that you are using has special commands to customise the page foot used on chapter openings and similar (look forfancyplain
in the manual)
– David Carlisle
1 hour ago
Something likefancypagestyleplain% fancyhf% rfootthepage renewcommandheadrulewidth0pt% renewcommandfootrulewidth0.4pt%
could work, but you should better wait for an expert to come up with something more elegant.
– moewe
1 hour ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Can someone explain me why when I add a chapter to my document the footnote is not displayed?
This code is working
documentclass[10pt,french]report
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebabel
usepackage[hidelinks]hyperref
usepackagetikz,pgf %package used for drawing
usepackagecolor
setlengthparindent0pt
usetikzlibrarycalc
usepackagelmodern% http://ctan.org/pkg/lm
usetikzlibrarybackgrounds
usepackagecite
usepackagefancyhdr
pagestylefancy
rfootthepage
renewcommandheadrulewidth0.4pt
renewcommandfootrulewidth0.4pt
begindocument
sffamily
sectionSection
enddocument
And this one is not working :
documentclass[10pt,french]report
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebabel
usepackage[hidelinks]hyperref
usepackagetikz,pgf %package used for drawing
usepackagecolor
setlengthparindent0pt
usetikzlibrarycalc
usepackagelmodern% http://ctan.org/pkg/lm
usetikzlibrarybackgrounds
usepackagecite
usepackagefancyhdr
pagestylefancy
rfootthepage
renewcommandheadrulewidth0.4pt
renewcommandfootrulewidth0.4pt
begindocument
sffamily
chapterNot working%just added this line
sectionSection
enddocument
Thx for the help
Warok
header-footer
Can someone explain me why when I add a chapter to my document the footnote is not displayed?
This code is working
documentclass[10pt,french]report
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebabel
usepackage[hidelinks]hyperref
usepackagetikz,pgf %package used for drawing
usepackagecolor
setlengthparindent0pt
usetikzlibrarycalc
usepackagelmodern% http://ctan.org/pkg/lm
usetikzlibrarybackgrounds
usepackagecite
usepackagefancyhdr
pagestylefancy
rfootthepage
renewcommandheadrulewidth0.4pt
renewcommandfootrulewidth0.4pt
begindocument
sffamily
sectionSection
enddocument
And this one is not working :
documentclass[10pt,french]report
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebabel
usepackage[hidelinks]hyperref
usepackagetikz,pgf %package used for drawing
usepackagecolor
setlengthparindent0pt
usetikzlibrarycalc
usepackagelmodern% http://ctan.org/pkg/lm
usetikzlibrarybackgrounds
usepackagecite
usepackagefancyhdr
pagestylefancy
rfootthepage
renewcommandheadrulewidth0.4pt
renewcommandfootrulewidth0.4pt
begindocument
sffamily
chapterNot working%just added this line
sectionSection
enddocument
Thx for the help
Warok
header-footer
header-footer
edited 1 hour ago
David Carlisle
469k3810981823
469k3810981823
asked 1 hour ago
Warok
335
335
Do you mean footer instead of footnote? More specifically are you referring to the "footer rule" in the first example? First pages of chapter tend to have a different page style than other chapters (usually they don't need a running head with the chapter name, sometimes they even omit the page number): That is what is happening here.
– moewe
1 hour ago
thefancyhdr
package that you are using has special commands to customise the page foot used on chapter openings and similar (look forfancyplain
in the manual)
– David Carlisle
1 hour ago
Something likefancypagestyleplain% fancyhf% rfootthepage renewcommandheadrulewidth0pt% renewcommandfootrulewidth0.4pt%
could work, but you should better wait for an expert to come up with something more elegant.
– moewe
1 hour ago
add a comment |Â
Do you mean footer instead of footnote? More specifically are you referring to the "footer rule" in the first example? First pages of chapter tend to have a different page style than other chapters (usually they don't need a running head with the chapter name, sometimes they even omit the page number): That is what is happening here.
– moewe
1 hour ago
thefancyhdr
package that you are using has special commands to customise the page foot used on chapter openings and similar (look forfancyplain
in the manual)
– David Carlisle
1 hour ago
Something likefancypagestyleplain% fancyhf% rfootthepage renewcommandheadrulewidth0pt% renewcommandfootrulewidth0.4pt%
could work, but you should better wait for an expert to come up with something more elegant.
– moewe
1 hour ago
Do you mean footer instead of footnote? More specifically are you referring to the "footer rule" in the first example? First pages of chapter tend to have a different page style than other chapters (usually they don't need a running head with the chapter name, sometimes they even omit the page number): That is what is happening here.
– moewe
1 hour ago
Do you mean footer instead of footnote? More specifically are you referring to the "footer rule" in the first example? First pages of chapter tend to have a different page style than other chapters (usually they don't need a running head with the chapter name, sometimes they even omit the page number): That is what is happening here.
– moewe
1 hour ago
the
fancyhdr
package that you are using has special commands to customise the page foot used on chapter openings and similar (look for fancyplain
in the manual)– David Carlisle
1 hour ago
the
fancyhdr
package that you are using has special commands to customise the page foot used on chapter openings and similar (look for fancyplain
in the manual)– David Carlisle
1 hour ago
Something like
fancypagestyleplain% fancyhf% rfootthepage renewcommandheadrulewidth0pt% renewcommandfootrulewidth0.4pt%
could work, but you should better wait for an expert to come up with something more elegant.– moewe
1 hour ago
Something like
fancypagestyleplain% fancyhf% rfootthepage renewcommandheadrulewidth0pt% renewcommandfootrulewidth0.4pt%
could work, but you should better wait for an expert to come up with something more elegant.– moewe
1 hour ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
Chapter pages uses page style plain
by default. Package fancyhdr
does not redefine plain
automatically. You could use either fancypagestyleplain...
to redefine the plain style:
documentclassreport
usepackagefancyhdr
pagestylefancy
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a fancy page
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
fancypagestyleplain
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a plain page% different settings for plain pages
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
Result:
Or you can use page style fancyplain
:
documentclassreport
usepackagefancyhdr
pagestylefancyplain% redefines the plain style too
fancyhf
fancyfoot[R]thepage
fancyfoot[L]fancyplaina plain pagea fancy page% <- example for different settings for plain and fancy pages
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
renewcommand*plainheadrulewidthfancyrulewidth
renewcommand*plainfootrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
The result is the same as above.
Thank you for the answer :)
– Warok
19 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
Chapter pages uses page style plain
by default. Package fancyhdr
does not redefine plain
automatically. You could use either fancypagestyleplain...
to redefine the plain style:
documentclassreport
usepackagefancyhdr
pagestylefancy
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a fancy page
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
fancypagestyleplain
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a plain page% different settings for plain pages
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
Result:
Or you can use page style fancyplain
:
documentclassreport
usepackagefancyhdr
pagestylefancyplain% redefines the plain style too
fancyhf
fancyfoot[R]thepage
fancyfoot[L]fancyplaina plain pagea fancy page% <- example for different settings for plain and fancy pages
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
renewcommand*plainheadrulewidthfancyrulewidth
renewcommand*plainfootrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
The result is the same as above.
Thank you for the answer :)
– Warok
19 mins ago
add a comment |Â
up vote
4
down vote
Chapter pages uses page style plain
by default. Package fancyhdr
does not redefine plain
automatically. You could use either fancypagestyleplain...
to redefine the plain style:
documentclassreport
usepackagefancyhdr
pagestylefancy
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a fancy page
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
fancypagestyleplain
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a plain page% different settings for plain pages
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
Result:
Or you can use page style fancyplain
:
documentclassreport
usepackagefancyhdr
pagestylefancyplain% redefines the plain style too
fancyhf
fancyfoot[R]thepage
fancyfoot[L]fancyplaina plain pagea fancy page% <- example for different settings for plain and fancy pages
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
renewcommand*plainheadrulewidthfancyrulewidth
renewcommand*plainfootrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
The result is the same as above.
Thank you for the answer :)
– Warok
19 mins ago
add a comment |Â
up vote
4
down vote
up vote
4
down vote
Chapter pages uses page style plain
by default. Package fancyhdr
does not redefine plain
automatically. You could use either fancypagestyleplain...
to redefine the plain style:
documentclassreport
usepackagefancyhdr
pagestylefancy
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a fancy page
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
fancypagestyleplain
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a plain page% different settings for plain pages
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
Result:
Or you can use page style fancyplain
:
documentclassreport
usepackagefancyhdr
pagestylefancyplain% redefines the plain style too
fancyhf
fancyfoot[R]thepage
fancyfoot[L]fancyplaina plain pagea fancy page% <- example for different settings for plain and fancy pages
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
renewcommand*plainheadrulewidthfancyrulewidth
renewcommand*plainfootrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
The result is the same as above.
Chapter pages uses page style plain
by default. Package fancyhdr
does not redefine plain
automatically. You could use either fancypagestyleplain...
to redefine the plain style:
documentclassreport
usepackagefancyhdr
pagestylefancy
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a fancy page
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
fancypagestyleplain
fancyhf
fancyfoot[R]thepage
fancyfoot[L]a plain page% different settings for plain pages
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
Result:
Or you can use page style fancyplain
:
documentclassreport
usepackagefancyhdr
pagestylefancyplain% redefines the plain style too
fancyhf
fancyfoot[R]thepage
fancyfoot[L]fancyplaina plain pagea fancy page% <- example for different settings for plain and fancy pages
newcommand*fancyrulewidth.4pt
renewcommand*headrulewidthfancyrulewidth
renewcommand*footrulewidthfancyrulewidth
renewcommand*plainheadrulewidthfancyrulewidth
renewcommand*plainfootrulewidthfancyrulewidth
begindocument
chapterNot working
sectionSection
clearpage
sectionAnother section
enddocument
The result is the same as above.
answered 35 mins ago
esdd
56.1k34383
56.1k34383
Thank you for the answer :)
– Warok
19 mins ago
add a comment |Â
Thank you for the answer :)
– Warok
19 mins ago
Thank you for the answer :)
– Warok
19 mins ago
Thank you for the answer :)
– Warok
19 mins ago
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f453309%2fwhy-is-chapter-blocking-page-foot%23new-answer', 'question_page');
);
Post as a guest
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
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
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
Do you mean footer instead of footnote? More specifically are you referring to the "footer rule" in the first example? First pages of chapter tend to have a different page style than other chapters (usually they don't need a running head with the chapter name, sometimes they even omit the page number): That is what is happening here.
– moewe
1 hour ago
the
fancyhdr
package that you are using has special commands to customise the page foot used on chapter openings and similar (look forfancyplain
in the manual)– David Carlisle
1 hour ago
Something like
fancypagestyleplain% fancyhf% rfootthepage renewcommandheadrulewidth0pt% renewcommandfootrulewidth0.4pt%
could work, but you should better wait for an expert to come up with something more elegant.– moewe
1 hour ago