continous footnote numbering does not work
up vote
0
down vote
favorite
I read this answer and I still have footnotes that reset by each new page Continuous footnote numbering
My preambel looks like this:
%% Footnotes
usepackage{chngcntr}
counterwithout{footnote}{page}
deffootnote{1.5em}{1em}{makebox[1.5em][l]{thefootnotemark}}
addtolength{skipfootins}{baselineskip}
setlength{dimenfootins}{10baselineskip}
interfootnotelinepenalty=10000
Maybe this helps too:
usepackage[
automark,
nouppercase,
]{scrpage2}
renewcommand*{chaptermarkformat}{}
IfElseChapterDefined{
pagestyle{scrheadings}
}{
pagestyle{scrplain}
}
clearscrheadings
clearscrplain
IfElseChapterDefined{
automark[chapter]{chapter}
}{
automark[subsection]{section}
}
IfElseChapterDefined{
ihead{headmark}
ohead{pagemark}
}{
}
IfChapterDefined{
setheadsepline{0.6pt}[color{rgb:black,100}]
%setfootsepline{0.6pt}[color{rgb:black,100}]
}
Please help.I am new to Latex
footnotes
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
0
down vote
favorite
I read this answer and I still have footnotes that reset by each new page Continuous footnote numbering
My preambel looks like this:
%% Footnotes
usepackage{chngcntr}
counterwithout{footnote}{page}
deffootnote{1.5em}{1em}{makebox[1.5em][l]{thefootnotemark}}
addtolength{skipfootins}{baselineskip}
setlength{dimenfootins}{10baselineskip}
interfootnotelinepenalty=10000
Maybe this helps too:
usepackage[
automark,
nouppercase,
]{scrpage2}
renewcommand*{chaptermarkformat}{}
IfElseChapterDefined{
pagestyle{scrheadings}
}{
pagestyle{scrplain}
}
clearscrheadings
clearscrplain
IfElseChapterDefined{
automark[chapter]{chapter}
}{
automark[subsection]{section}
}
IfElseChapterDefined{
ihead{headmark}
ohead{pagemark}
}{
}
IfChapterDefined{
setheadsepline{0.6pt}[color{rgb:black,100}]
%setfootsepline{0.6pt}[color{rgb:black,100}]
}
Please help.I am new to Latex
footnotes
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Welcome to TeX.se. Please don't post code fragments. Instead put your fragment into a complete compilable document with just the fragment and enough other code to show the problem. But looking at your first bit of code, you should havecounterwithout{footnote}{chapter}
not{page}
I think, as in the question you linked to.
– Alan Munn
Aug 31 at 16:54
chapter did not work either.
– Blnpwr
Aug 31 at 17:01
1
You should try to provide a minimal working example, like explained here!
– Andreas Storvik Strauman
Aug 31 at 17:27
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I read this answer and I still have footnotes that reset by each new page Continuous footnote numbering
My preambel looks like this:
%% Footnotes
usepackage{chngcntr}
counterwithout{footnote}{page}
deffootnote{1.5em}{1em}{makebox[1.5em][l]{thefootnotemark}}
addtolength{skipfootins}{baselineskip}
setlength{dimenfootins}{10baselineskip}
interfootnotelinepenalty=10000
Maybe this helps too:
usepackage[
automark,
nouppercase,
]{scrpage2}
renewcommand*{chaptermarkformat}{}
IfElseChapterDefined{
pagestyle{scrheadings}
}{
pagestyle{scrplain}
}
clearscrheadings
clearscrplain
IfElseChapterDefined{
automark[chapter]{chapter}
}{
automark[subsection]{section}
}
IfElseChapterDefined{
ihead{headmark}
ohead{pagemark}
}{
}
IfChapterDefined{
setheadsepline{0.6pt}[color{rgb:black,100}]
%setfootsepline{0.6pt}[color{rgb:black,100}]
}
Please help.I am new to Latex
footnotes
I read this answer and I still have footnotes that reset by each new page Continuous footnote numbering
My preambel looks like this:
%% Footnotes
usepackage{chngcntr}
counterwithout{footnote}{page}
deffootnote{1.5em}{1em}{makebox[1.5em][l]{thefootnotemark}}
addtolength{skipfootins}{baselineskip}
setlength{dimenfootins}{10baselineskip}
interfootnotelinepenalty=10000
Maybe this helps too:
usepackage[
automark,
nouppercase,
]{scrpage2}
renewcommand*{chaptermarkformat}{}
IfElseChapterDefined{
pagestyle{scrheadings}
}{
pagestyle{scrplain}
}
clearscrheadings
clearscrplain
IfElseChapterDefined{
automark[chapter]{chapter}
}{
automark[subsection]{section}
}
IfElseChapterDefined{
ihead{headmark}
ohead{pagemark}
}{
}
IfChapterDefined{
setheadsepline{0.6pt}[color{rgb:black,100}]
%setfootsepline{0.6pt}[color{rgb:black,100}]
}
Please help.I am new to Latex
footnotes
footnotes
asked Aug 31 at 16:51
Blnpwr
1085
1085
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 5 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Welcome to TeX.se. Please don't post code fragments. Instead put your fragment into a complete compilable document with just the fragment and enough other code to show the problem. But looking at your first bit of code, you should havecounterwithout{footnote}{chapter}
not{page}
I think, as in the question you linked to.
– Alan Munn
Aug 31 at 16:54
chapter did not work either.
– Blnpwr
Aug 31 at 17:01
1
You should try to provide a minimal working example, like explained here!
– Andreas Storvik Strauman
Aug 31 at 17:27
add a comment |
1
Welcome to TeX.se. Please don't post code fragments. Instead put your fragment into a complete compilable document with just the fragment and enough other code to show the problem. But looking at your first bit of code, you should havecounterwithout{footnote}{chapter}
not{page}
I think, as in the question you linked to.
– Alan Munn
Aug 31 at 16:54
chapter did not work either.
– Blnpwr
Aug 31 at 17:01
1
You should try to provide a minimal working example, like explained here!
– Andreas Storvik Strauman
Aug 31 at 17:27
1
1
Welcome to TeX.se. Please don't post code fragments. Instead put your fragment into a complete compilable document with just the fragment and enough other code to show the problem. But looking at your first bit of code, you should have
counterwithout{footnote}{chapter}
not {page}
I think, as in the question you linked to.– Alan Munn
Aug 31 at 16:54
Welcome to TeX.se. Please don't post code fragments. Instead put your fragment into a complete compilable document with just the fragment and enough other code to show the problem. But looking at your first bit of code, you should have
counterwithout{footnote}{chapter}
not {page}
I think, as in the question you linked to.– Alan Munn
Aug 31 at 16:54
chapter did not work either.
– Blnpwr
Aug 31 at 17:01
chapter did not work either.
– Blnpwr
Aug 31 at 17:01
1
1
You should try to provide a minimal working example, like explained here!
– Andreas Storvik Strauman
Aug 31 at 17:27
You should try to provide a minimal working example, like explained here!
– Andreas Storvik Strauman
Aug 31 at 17:27
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
I found a different way to do this, and I wanted to share it:
documentclass{article}
usepackage{etoolbox}
% Make custom counter for the footnotes
% Patch the footnote command to bend to our needs
patchcmd{footnote}{@mpfn}{{myfootnote}}relaxrelax
patchcmd{footnote}{thempfn}{{themyfootnote}}relaxrelax
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
Note this though:
It's probably something else that is wrong, since this works:
documentclass{article}
counterwithout{footnote}{page}
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
For your second MWE I don't think that you need theetoolbox
package.
– Peter Wilson
Aug 31 at 17:42
The article class doesn’t reset footnote numbers by page,
– egreg
Aug 31 at 17:50
@egreg Oh. I just assumed it did, heh :p
– Andreas Storvik Strauman
Aug 31 at 17:55
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I found a different way to do this, and I wanted to share it:
documentclass{article}
usepackage{etoolbox}
% Make custom counter for the footnotes
% Patch the footnote command to bend to our needs
patchcmd{footnote}{@mpfn}{{myfootnote}}relaxrelax
patchcmd{footnote}{thempfn}{{themyfootnote}}relaxrelax
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
Note this though:
It's probably something else that is wrong, since this works:
documentclass{article}
counterwithout{footnote}{page}
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
For your second MWE I don't think that you need theetoolbox
package.
– Peter Wilson
Aug 31 at 17:42
The article class doesn’t reset footnote numbers by page,
– egreg
Aug 31 at 17:50
@egreg Oh. I just assumed it did, heh :p
– Andreas Storvik Strauman
Aug 31 at 17:55
add a comment |
up vote
1
down vote
I found a different way to do this, and I wanted to share it:
documentclass{article}
usepackage{etoolbox}
% Make custom counter for the footnotes
% Patch the footnote command to bend to our needs
patchcmd{footnote}{@mpfn}{{myfootnote}}relaxrelax
patchcmd{footnote}{thempfn}{{themyfootnote}}relaxrelax
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
Note this though:
It's probably something else that is wrong, since this works:
documentclass{article}
counterwithout{footnote}{page}
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
For your second MWE I don't think that you need theetoolbox
package.
– Peter Wilson
Aug 31 at 17:42
The article class doesn’t reset footnote numbers by page,
– egreg
Aug 31 at 17:50
@egreg Oh. I just assumed it did, heh :p
– Andreas Storvik Strauman
Aug 31 at 17:55
add a comment |
up vote
1
down vote
up vote
1
down vote
I found a different way to do this, and I wanted to share it:
documentclass{article}
usepackage{etoolbox}
% Make custom counter for the footnotes
% Patch the footnote command to bend to our needs
patchcmd{footnote}{@mpfn}{{myfootnote}}relaxrelax
patchcmd{footnote}{thempfn}{{themyfootnote}}relaxrelax
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
Note this though:
It's probably something else that is wrong, since this works:
documentclass{article}
counterwithout{footnote}{page}
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
I found a different way to do this, and I wanted to share it:
documentclass{article}
usepackage{etoolbox}
% Make custom counter for the footnotes
% Patch the footnote command to bend to our needs
patchcmd{footnote}{@mpfn}{{myfootnote}}relaxrelax
patchcmd{footnote}{thempfn}{{themyfootnote}}relaxrelax
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
Note this though:
It's probably something else that is wrong, since this works:
documentclass{article}
counterwithout{footnote}{page}
% Test it out
begin{document}
Footnote one herefootnote{Footnote 1}
clearpage
Footnote two herefootnote{Footnote 2}
end{document}
edited Aug 31 at 17:54
answered Aug 31 at 17:23
Andreas Storvik Strauman
2,337418
2,337418
For your second MWE I don't think that you need theetoolbox
package.
– Peter Wilson
Aug 31 at 17:42
The article class doesn’t reset footnote numbers by page,
– egreg
Aug 31 at 17:50
@egreg Oh. I just assumed it did, heh :p
– Andreas Storvik Strauman
Aug 31 at 17:55
add a comment |
For your second MWE I don't think that you need theetoolbox
package.
– Peter Wilson
Aug 31 at 17:42
The article class doesn’t reset footnote numbers by page,
– egreg
Aug 31 at 17:50
@egreg Oh. I just assumed it did, heh :p
– Andreas Storvik Strauman
Aug 31 at 17:55
For your second MWE I don't think that you need the
etoolbox
package.– Peter Wilson
Aug 31 at 17:42
For your second MWE I don't think that you need the
etoolbox
package.– Peter Wilson
Aug 31 at 17:42
The article class doesn’t reset footnote numbers by page,
– egreg
Aug 31 at 17:50
The article class doesn’t reset footnote numbers by page,
– egreg
Aug 31 at 17:50
@egreg Oh. I just assumed it did, heh :p
– Andreas Storvik Strauman
Aug 31 at 17:55
@egreg Oh. I just assumed it did, heh :p
– Andreas Storvik Strauman
Aug 31 at 17:55
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f448715%2fcontinous-footnote-numbering-does-not-work%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
1
Welcome to TeX.se. Please don't post code fragments. Instead put your fragment into a complete compilable document with just the fragment and enough other code to show the problem. But looking at your first bit of code, you should have
counterwithout{footnote}{chapter}
not{page}
I think, as in the question you linked to.– Alan Munn
Aug 31 at 16:54
chapter did not work either.
– Blnpwr
Aug 31 at 17:01
1
You should try to provide a minimal working example, like explained here!
– Andreas Storvik Strauman
Aug 31 at 17:27