elsarticle-num.bst: year appears twice in the bibliography entryelsarticle error: You can't pop an empty literal stack for entryYear is missing for articles entries in elsarticle-num bibilographyElsarticle - number bibliography not workingMissing year in bibliography entryBibliography style with elsarticleElsarticle no bibliography on the pdf outputYear Missing in Bibliography Entries - elsarticleHow to include the doi in only one single bibtex reference and exclude it from all others?Elsarticle - BibliographyBibTex bibliography for elsarticle classelsarticle - same author, same year - show year twice

What exactly is ineptocracy?

How do conventional missiles fly?

Avoiding the "not like other girls" trope?

Should I tell management that I intend to leave due to bad software development practices?

Can a virus destroy the BIOS of a modern computer?

Placement of More Information/Help Icon button for Radio Buttons

how do we prove that a sum of two periods is still a period?

How to travel to Japan while expressing milk?

Label inside tikzcd square

What are the G forces leaving Earth orbit?

Convert seconds to minutes

Blending or harmonizing

How to prevent "they're falling in love" trope

How can a day be of 24 hours?

Why was Sir Cadogan fired?

Finding the reason behind the value of the integral.

How to coordinate airplane tickets?

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

Rotate ASCII Art by 45 Degrees

Could the museum Saturn V's be refitted for one more flight?

How can saying a song's name be a copyright violation?

Is there a hemisphere-neutral way of specifying a season?

Can compressed videos be decoded back to their uncompresed original format?

Is it possible to create a QR code using text?



elsarticle-num.bst: year appears twice in the bibliography entry


elsarticle error: You can't pop an empty literal stack for entryYear is missing for articles entries in elsarticle-num bibilographyElsarticle - number bibliography not workingMissing year in bibliography entryBibliography style with elsarticleElsarticle no bibliography on the pdf outputYear Missing in Bibliography Entries - elsarticleHow to include the doi in only one single bibtex reference and exclude it from all others?Elsarticle - BibliographyBibTex bibliography for elsarticle classelsarticle - same author, same year - show year twice













1















Continuing resolving the misc entry in https://tex.stackexchange.com/a/482872, let's conside the input



documentclasselsarticle%% V3.1 from https://ctan.org/tex-archive/macros/latex/contrib/elsarticle
usepackagefilecontents
beginfilecontentsjobname.bib
@articleLevesonTurner-InvestigationOfTheTherac25Accidents,
author = Nancy Gail Leveson and Clark Savage Turner,
title = Investigation of the Therac-25 accidents,
journal = IEEE Computer,
volume = 26,
number = 7,
pages = 18--41,
year = 1993

endfilecontents
bibliographystyleelsarticle-num%%% V2.1 From https://ctan.org/tex-archive/macros/latex/contrib/elsarticle
begindocument
citeLevesonTurner-InvestigationOfTheTherac25Accidents
bibliographyjobname
enddocument


Running the standard pdflatex-bibtex loop on it produces the year (1993) twice:year twice



When I look at the style file around line 1177, I see that the year is being processed only once:



FUNCTION article
output.bibitem
format.authors "author" output.check
title empty$ 'skip$ 'setup.inlinelink if$ % urlbst
format.title "title" output.check
crossref missing$
journal
"journal" output.check
% add.blank
before.all 'output.state :=
format.vol.num.pages output

format.article.crossref output.nonnull
format.pages output

if$
format.journal.pages
format.note output
format.date "year" output.check
fin.entry
write.url



I don't see what's wrong. Any bugfix?









share






















  • This one, I think, is in the format.journal.pages function which contains a call to format.year, for some reason. If you comment that whole line (804) the extra year disappears. I'm not sure what this will do to other entry types, though... This style is really annoying you :)

    – Phelype Oleinik
    5 secs ago















1















Continuing resolving the misc entry in https://tex.stackexchange.com/a/482872, let's conside the input



documentclasselsarticle%% V3.1 from https://ctan.org/tex-archive/macros/latex/contrib/elsarticle
usepackagefilecontents
beginfilecontentsjobname.bib
@articleLevesonTurner-InvestigationOfTheTherac25Accidents,
author = Nancy Gail Leveson and Clark Savage Turner,
title = Investigation of the Therac-25 accidents,
journal = IEEE Computer,
volume = 26,
number = 7,
pages = 18--41,
year = 1993

endfilecontents
bibliographystyleelsarticle-num%%% V2.1 From https://ctan.org/tex-archive/macros/latex/contrib/elsarticle
begindocument
citeLevesonTurner-InvestigationOfTheTherac25Accidents
bibliographyjobname
enddocument


Running the standard pdflatex-bibtex loop on it produces the year (1993) twice:year twice



When I look at the style file around line 1177, I see that the year is being processed only once:



FUNCTION article
output.bibitem
format.authors "author" output.check
title empty$ 'skip$ 'setup.inlinelink if$ % urlbst
format.title "title" output.check
crossref missing$
journal
"journal" output.check
% add.blank
before.all 'output.state :=
format.vol.num.pages output

format.article.crossref output.nonnull
format.pages output

if$
format.journal.pages
format.note output
format.date "year" output.check
fin.entry
write.url



I don't see what's wrong. Any bugfix?









share






















  • This one, I think, is in the format.journal.pages function which contains a call to format.year, for some reason. If you comment that whole line (804) the extra year disappears. I'm not sure what this will do to other entry types, though... This style is really annoying you :)

    – Phelype Oleinik
    5 secs ago













1












1








1








Continuing resolving the misc entry in https://tex.stackexchange.com/a/482872, let's conside the input



documentclasselsarticle%% V3.1 from https://ctan.org/tex-archive/macros/latex/contrib/elsarticle
usepackagefilecontents
beginfilecontentsjobname.bib
@articleLevesonTurner-InvestigationOfTheTherac25Accidents,
author = Nancy Gail Leveson and Clark Savage Turner,
title = Investigation of the Therac-25 accidents,
journal = IEEE Computer,
volume = 26,
number = 7,
pages = 18--41,
year = 1993

endfilecontents
bibliographystyleelsarticle-num%%% V2.1 From https://ctan.org/tex-archive/macros/latex/contrib/elsarticle
begindocument
citeLevesonTurner-InvestigationOfTheTherac25Accidents
bibliographyjobname
enddocument


Running the standard pdflatex-bibtex loop on it produces the year (1993) twice:year twice



When I look at the style file around line 1177, I see that the year is being processed only once:



FUNCTION article
output.bibitem
format.authors "author" output.check
title empty$ 'skip$ 'setup.inlinelink if$ % urlbst
format.title "title" output.check
crossref missing$
journal
"journal" output.check
% add.blank
before.all 'output.state :=
format.vol.num.pages output

format.article.crossref output.nonnull
format.pages output

if$
format.journal.pages
format.note output
format.date "year" output.check
fin.entry
write.url



I don't see what's wrong. Any bugfix?









share














Continuing resolving the misc entry in https://tex.stackexchange.com/a/482872, let's conside the input



documentclasselsarticle%% V3.1 from https://ctan.org/tex-archive/macros/latex/contrib/elsarticle
usepackagefilecontents
beginfilecontentsjobname.bib
@articleLevesonTurner-InvestigationOfTheTherac25Accidents,
author = Nancy Gail Leveson and Clark Savage Turner,
title = Investigation of the Therac-25 accidents,
journal = IEEE Computer,
volume = 26,
number = 7,
pages = 18--41,
year = 1993

endfilecontents
bibliographystyleelsarticle-num%%% V2.1 From https://ctan.org/tex-archive/macros/latex/contrib/elsarticle
begindocument
citeLevesonTurner-InvestigationOfTheTherac25Accidents
bibliographyjobname
enddocument


Running the standard pdflatex-bibtex loop on it produces the year (1993) twice:year twice



When I look at the style file around line 1177, I see that the year is being processed only once:



FUNCTION article
output.bibitem
format.authors "author" output.check
title empty$ 'skip$ 'setup.inlinelink if$ % urlbst
format.title "title" output.check
crossref missing$
journal
"journal" output.check
% add.blank
before.all 'output.state :=
format.vol.num.pages output

format.article.crossref output.nonnull
format.pages output

if$
format.journal.pages
format.note output
format.date "year" output.check
fin.entry
write.url



I don't see what's wrong. Any bugfix?







bibtex elsarticle





share












share










share



share










asked 7 mins ago









user49915user49915

703122




703122












  • This one, I think, is in the format.journal.pages function which contains a call to format.year, for some reason. If you comment that whole line (804) the extra year disappears. I'm not sure what this will do to other entry types, though... This style is really annoying you :)

    – Phelype Oleinik
    5 secs ago

















  • This one, I think, is in the format.journal.pages function which contains a call to format.year, for some reason. If you comment that whole line (804) the extra year disappears. I'm not sure what this will do to other entry types, though... This style is really annoying you :)

    – Phelype Oleinik
    5 secs ago
















This one, I think, is in the format.journal.pages function which contains a call to format.year, for some reason. If you comment that whole line (804) the extra year disappears. I'm not sure what this will do to other entry types, though... This style is really annoying you :)

– Phelype Oleinik
5 secs ago





This one, I think, is in the format.journal.pages function which contains a call to format.year, for some reason. If you comment that whole line (804) the extra year disappears. I'm not sure what this will do to other entry types, though... This style is really annoying you :)

– Phelype Oleinik
5 secs ago










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



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482878%2felsarticle-num-bst-year-appears-twice-in-the-bibliography-entry%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















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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482878%2felsarticle-num-bst-year-appears-twice-in-the-bibliography-entry%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

Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm