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










share|improve this question














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 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















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










share|improve this question














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 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













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










share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 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














  • 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








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










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}





share|improve this answer























  • 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










  • @egreg Oh. I just assumed it did, heh :p
    – Andreas Storvik Strauman
    Aug 31 at 17:55











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',
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
});


}
});














draft saved

draft discarded


















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

























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}





share|improve this answer























  • 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










  • @egreg Oh. I just assumed it did, heh :p
    – Andreas Storvik Strauman
    Aug 31 at 17:55















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}





share|improve this answer























  • 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










  • @egreg Oh. I just assumed it did, heh :p
    – Andreas Storvik Strauman
    Aug 31 at 17:55













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}





share|improve this answer














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}






share|improve this answer














share|improve this answer



share|improve this answer








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 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










  • @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










  • 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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

サソリ

広島県道265号伴広島線

Accessing regular linux commands in Huawei's Dopra Linux