utmthesis error: You can't pop an empty literal stack for entryACM Bibliography Style Natbib Error: 'Author undefined for citation'harvard kluwer bibliography, missing article titlesThings you can't change with custom.bibTitle not showig in bibliography due to modification of .bst fileWeird citation error for a specific entryBibliography: natbib, apa-style and apaciteOne cite crash allIs “year” required for “@online” natbib entry?Author names disappearing in Reference after the warning “the literal stack isn't empty for entry yan2016nonlinear while executing ---”Vancouver style file accuses me of popping an empty literal stack
Why were 5.25" floppy drives cheaper than 8"?
Could neural networks be considered metaheuristics?
Convert seconds to minutes
Do creatures with a speed 0ft., fly 30ft. (hover) ever touch the ground?
Why is the sentence "Das ist eine Nase" correct?
Placement of More Information/Help Icon button for Radio Buttons
How obscure is the use of 令 in 令和?
Is this draw by repetition?
Where would I need my direct neural interface to be implanted?
Which ISO should I use for the cleanest image?
Rotate ASCII Art by 45 Degrees
How can I prove that a state of equilibrium is unstable?
How could indestructible materials be used in power generation?
Getting extremely large arrows with tikzcd
Knowledge-based authentication using Domain-driven Design in C#
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
What are the G forces leaving Earth orbit?
Were days ever written as ordinal numbers when writing day-month-year?
How to coordinate airplane tickets?
Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)
Am I breaking OOP practice with this architecture?
What exactly is ineptocracy?
Processor speed limited at 0.4 Ghz
Obtaining database information and values in extended properties
utmthesis error: You can't pop an empty literal stack for entry
ACM Bibliography Style Natbib Error: 'Author undefined for citation'harvard kluwer bibliography, missing article titlesThings you can't change with custom.bibTitle not showig in bibliography due to modification of .bst fileWeird citation error for a specific entryBibliography: natbib, apa-style and apaciteOne cite crash allIs “year” required for “@online” natbib entry?Author names disappearing in Reference after the warning “the literal stack isn't empty for entry yan2016nonlinear while executing ---”Vancouver style file accuses me of popping an empty literal stack
I am using a custom .bst file for thesis write up and getting the above Error for few references.
documentclass[12pt]article
usepackagenatbib
begindocument
This is an example fo citation citepabdelhamid2012mac. This is another citation citepagrawal1994fast, ali1997partial. citetali1997partial is the final one.
bibliographystyleutmthesis-authordate
%bibliographystyleutmthesis-numbering
bibliographyphdrefrences
enddocument
here are the entries in the bibliography file
@ARTICLEabdelhamid2012mac,
author = Abdelhamid, Neda and Ayesh, Aladdin and Thabtah, Fadi and Ahmadi, Samad and Hadi, Wael,
title = MAC: A Multiclass Associative Classification Algorithm,
journal = Journal of Information & Knowledge Management,
year = 2012,
volume = 11,
pages = 1-10,
number = 02,
publisher = World Scientific
@CONFERENCEagrawal1994fast,
author = Agrawal, Rakesh and Srikant, Ramakrishnan and others,
title = Fast algorithms for mining association rules,
booktitle = Proc. 20th Int. Conf. Very Large Data Bases, VLDB,
year = 1994,
volume = 1215,
pages = 487--499
@CONFERENCEagrawal1994fast,
author = Agrawal, Rakesh and Srikant, Ramakrishnan and others,
title = Fast algorithms for mining association rules,
booktitle = Proc. 20th Int. Conf. Very Large Data Bases, VLDB,
year = 1994,
volume = 1215,
pages = 487--499
The references are shown in the bibliography but I want to resolve the warning.
This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit)
The top-level auxiliary file: References.aux
The style file: utmthesis-authordate.bst
Database file #1: phdrefrences.bib
You can't pop an empty literal stack for entry agrawal1994fast
while executing---line 1711 of file utmthesis-authordate.bst
You can't pop an empty literal stack for entry ali1997partial
while executing---line 1711 of file utmthesis-authordate.bst
(There were 2 error messages)
bibliographies citing natbib
add a comment |
I am using a custom .bst file for thesis write up and getting the above Error for few references.
documentclass[12pt]article
usepackagenatbib
begindocument
This is an example fo citation citepabdelhamid2012mac. This is another citation citepagrawal1994fast, ali1997partial. citetali1997partial is the final one.
bibliographystyleutmthesis-authordate
%bibliographystyleutmthesis-numbering
bibliographyphdrefrences
enddocument
here are the entries in the bibliography file
@ARTICLEabdelhamid2012mac,
author = Abdelhamid, Neda and Ayesh, Aladdin and Thabtah, Fadi and Ahmadi, Samad and Hadi, Wael,
title = MAC: A Multiclass Associative Classification Algorithm,
journal = Journal of Information & Knowledge Management,
year = 2012,
volume = 11,
pages = 1-10,
number = 02,
publisher = World Scientific
@CONFERENCEagrawal1994fast,
author = Agrawal, Rakesh and Srikant, Ramakrishnan and others,
title = Fast algorithms for mining association rules,
booktitle = Proc. 20th Int. Conf. Very Large Data Bases, VLDB,
year = 1994,
volume = 1215,
pages = 487--499
@CONFERENCEagrawal1994fast,
author = Agrawal, Rakesh and Srikant, Ramakrishnan and others,
title = Fast algorithms for mining association rules,
booktitle = Proc. 20th Int. Conf. Very Large Data Bases, VLDB,
year = 1994,
volume = 1215,
pages = 487--499
The references are shown in the bibliography but I want to resolve the warning.
This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit)
The top-level auxiliary file: References.aux
The style file: utmthesis-authordate.bst
Database file #1: phdrefrences.bib
You can't pop an empty literal stack for entry agrawal1994fast
while executing---line 1711 of file utmthesis-authordate.bst
You can't pop an empty literal stack for entry ali1997partial
while executing---line 1711 of file utmthesis-authordate.bst
(There were 2 error messages)
bibliographies citing natbib
I am sorry, how can I upload the .bst file?
– Abrar
Aug 16 '16 at 5:18
1
There appears to be least one error on line 1711 of your custom bst file. How did you create it? By hand, or with the help of a utility such asmakebst
? Please advise.
– Mico
Aug 16 '16 at 5:39
It is provided by the university. how can I upload the bst file here?
– Abrar
Aug 16 '16 at 6:09
Is the bibliography style file on GitHub at github.com/utmthesis/utmthesis? If so, are you working with that file or with a hacked version of that file?
– Mico
Aug 16 '16 at 6:51
Yes it is the same file
– Abrar
Aug 17 '16 at 17:29
add a comment |
I am using a custom .bst file for thesis write up and getting the above Error for few references.
documentclass[12pt]article
usepackagenatbib
begindocument
This is an example fo citation citepabdelhamid2012mac. This is another citation citepagrawal1994fast, ali1997partial. citetali1997partial is the final one.
bibliographystyleutmthesis-authordate
%bibliographystyleutmthesis-numbering
bibliographyphdrefrences
enddocument
here are the entries in the bibliography file
@ARTICLEabdelhamid2012mac,
author = Abdelhamid, Neda and Ayesh, Aladdin and Thabtah, Fadi and Ahmadi, Samad and Hadi, Wael,
title = MAC: A Multiclass Associative Classification Algorithm,
journal = Journal of Information & Knowledge Management,
year = 2012,
volume = 11,
pages = 1-10,
number = 02,
publisher = World Scientific
@CONFERENCEagrawal1994fast,
author = Agrawal, Rakesh and Srikant, Ramakrishnan and others,
title = Fast algorithms for mining association rules,
booktitle = Proc. 20th Int. Conf. Very Large Data Bases, VLDB,
year = 1994,
volume = 1215,
pages = 487--499
@CONFERENCEagrawal1994fast,
author = Agrawal, Rakesh and Srikant, Ramakrishnan and others,
title = Fast algorithms for mining association rules,
booktitle = Proc. 20th Int. Conf. Very Large Data Bases, VLDB,
year = 1994,
volume = 1215,
pages = 487--499
The references are shown in the bibliography but I want to resolve the warning.
This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit)
The top-level auxiliary file: References.aux
The style file: utmthesis-authordate.bst
Database file #1: phdrefrences.bib
You can't pop an empty literal stack for entry agrawal1994fast
while executing---line 1711 of file utmthesis-authordate.bst
You can't pop an empty literal stack for entry ali1997partial
while executing---line 1711 of file utmthesis-authordate.bst
(There were 2 error messages)
bibliographies citing natbib
I am using a custom .bst file for thesis write up and getting the above Error for few references.
documentclass[12pt]article
usepackagenatbib
begindocument
This is an example fo citation citepabdelhamid2012mac. This is another citation citepagrawal1994fast, ali1997partial. citetali1997partial is the final one.
bibliographystyleutmthesis-authordate
%bibliographystyleutmthesis-numbering
bibliographyphdrefrences
enddocument
here are the entries in the bibliography file
@ARTICLEabdelhamid2012mac,
author = Abdelhamid, Neda and Ayesh, Aladdin and Thabtah, Fadi and Ahmadi, Samad and Hadi, Wael,
title = MAC: A Multiclass Associative Classification Algorithm,
journal = Journal of Information & Knowledge Management,
year = 2012,
volume = 11,
pages = 1-10,
number = 02,
publisher = World Scientific
@CONFERENCEagrawal1994fast,
author = Agrawal, Rakesh and Srikant, Ramakrishnan and others,
title = Fast algorithms for mining association rules,
booktitle = Proc. 20th Int. Conf. Very Large Data Bases, VLDB,
year = 1994,
volume = 1215,
pages = 487--499
@CONFERENCEagrawal1994fast,
author = Agrawal, Rakesh and Srikant, Ramakrishnan and others,
title = Fast algorithms for mining association rules,
booktitle = Proc. 20th Int. Conf. Very Large Data Bases, VLDB,
year = 1994,
volume = 1215,
pages = 487--499
The references are shown in the bibliography but I want to resolve the warning.
This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit)
The top-level auxiliary file: References.aux
The style file: utmthesis-authordate.bst
Database file #1: phdrefrences.bib
You can't pop an empty literal stack for entry agrawal1994fast
while executing---line 1711 of file utmthesis-authordate.bst
You can't pop an empty literal stack for entry ali1997partial
while executing---line 1711 of file utmthesis-authordate.bst
(There were 2 error messages)
bibliographies citing natbib
bibliographies citing natbib
edited 23 mins ago
user49915
698122
698122
asked Aug 16 '16 at 5:18
AbrarAbrar
4918
4918
I am sorry, how can I upload the .bst file?
– Abrar
Aug 16 '16 at 5:18
1
There appears to be least one error on line 1711 of your custom bst file. How did you create it? By hand, or with the help of a utility such asmakebst
? Please advise.
– Mico
Aug 16 '16 at 5:39
It is provided by the university. how can I upload the bst file here?
– Abrar
Aug 16 '16 at 6:09
Is the bibliography style file on GitHub at github.com/utmthesis/utmthesis? If so, are you working with that file or with a hacked version of that file?
– Mico
Aug 16 '16 at 6:51
Yes it is the same file
– Abrar
Aug 17 '16 at 17:29
add a comment |
I am sorry, how can I upload the .bst file?
– Abrar
Aug 16 '16 at 5:18
1
There appears to be least one error on line 1711 of your custom bst file. How did you create it? By hand, or with the help of a utility such asmakebst
? Please advise.
– Mico
Aug 16 '16 at 5:39
It is provided by the university. how can I upload the bst file here?
– Abrar
Aug 16 '16 at 6:09
Is the bibliography style file on GitHub at github.com/utmthesis/utmthesis? If so, are you working with that file or with a hacked version of that file?
– Mico
Aug 16 '16 at 6:51
Yes it is the same file
– Abrar
Aug 17 '16 at 17:29
I am sorry, how can I upload the .bst file?
– Abrar
Aug 16 '16 at 5:18
I am sorry, how can I upload the .bst file?
– Abrar
Aug 16 '16 at 5:18
1
1
There appears to be least one error on line 1711 of your custom bst file. How did you create it? By hand, or with the help of a utility such as
makebst
? Please advise.– Mico
Aug 16 '16 at 5:39
There appears to be least one error on line 1711 of your custom bst file. How did you create it? By hand, or with the help of a utility such as
makebst
? Please advise.– Mico
Aug 16 '16 at 5:39
It is provided by the university. how can I upload the bst file here?
– Abrar
Aug 16 '16 at 6:09
It is provided by the university. how can I upload the bst file here?
– Abrar
Aug 16 '16 at 6:09
Is the bibliography style file on GitHub at github.com/utmthesis/utmthesis? If so, are you working with that file or with a hacked version of that file?
– Mico
Aug 16 '16 at 6:51
Is the bibliography style file on GitHub at github.com/utmthesis/utmthesis? If so, are you working with that file or with a hacked version of that file?
– Mico
Aug 16 '16 at 6:51
Yes it is the same file
– Abrar
Aug 17 '16 at 17:29
Yes it is the same file
– Abrar
Aug 17 '16 at 17:29
add a comment |
1 Answer
1
active
oldest
votes
The bibliography style needs the month
field.
It erroneously calls skip$
instead of pushing an empty string literal in line 538.
The function should be:
FUNCTION format.month
month empty$
""
" " month *
if$
The call format.month output
in line 1208 expects format.month
to leave a string on the stack.
So, either
fix the bst file, replacing the function as above, or
ensure every inproceedings/conference entry has a field
month
In any case, you should report this issue, e.g. at the github page.
(Note: it is more common to name the entry type inproceedings
rather than conference
. Intuitively, I would assume that conference
refers to a whole conference, not a single talk. inproceedings
is more clear: it refers to one "entity" in the proceedings of the conference.)
add a comment |
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
);
);
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%2f325008%2futmthesis-error-you-cant-pop-an-empty-literal-stack-for-entry%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
The bibliography style needs the month
field.
It erroneously calls skip$
instead of pushing an empty string literal in line 538.
The function should be:
FUNCTION format.month
month empty$
""
" " month *
if$
The call format.month output
in line 1208 expects format.month
to leave a string on the stack.
So, either
fix the bst file, replacing the function as above, or
ensure every inproceedings/conference entry has a field
month
In any case, you should report this issue, e.g. at the github page.
(Note: it is more common to name the entry type inproceedings
rather than conference
. Intuitively, I would assume that conference
refers to a whole conference, not a single talk. inproceedings
is more clear: it refers to one "entity" in the proceedings of the conference.)
add a comment |
The bibliography style needs the month
field.
It erroneously calls skip$
instead of pushing an empty string literal in line 538.
The function should be:
FUNCTION format.month
month empty$
""
" " month *
if$
The call format.month output
in line 1208 expects format.month
to leave a string on the stack.
So, either
fix the bst file, replacing the function as above, or
ensure every inproceedings/conference entry has a field
month
In any case, you should report this issue, e.g. at the github page.
(Note: it is more common to name the entry type inproceedings
rather than conference
. Intuitively, I would assume that conference
refers to a whole conference, not a single talk. inproceedings
is more clear: it refers to one "entity" in the proceedings of the conference.)
add a comment |
The bibliography style needs the month
field.
It erroneously calls skip$
instead of pushing an empty string literal in line 538.
The function should be:
FUNCTION format.month
month empty$
""
" " month *
if$
The call format.month output
in line 1208 expects format.month
to leave a string on the stack.
So, either
fix the bst file, replacing the function as above, or
ensure every inproceedings/conference entry has a field
month
In any case, you should report this issue, e.g. at the github page.
(Note: it is more common to name the entry type inproceedings
rather than conference
. Intuitively, I would assume that conference
refers to a whole conference, not a single talk. inproceedings
is more clear: it refers to one "entity" in the proceedings of the conference.)
The bibliography style needs the month
field.
It erroneously calls skip$
instead of pushing an empty string literal in line 538.
The function should be:
FUNCTION format.month
month empty$
""
" " month *
if$
The call format.month output
in line 1208 expects format.month
to leave a string on the stack.
So, either
fix the bst file, replacing the function as above, or
ensure every inproceedings/conference entry has a field
month
In any case, you should report this issue, e.g. at the github page.
(Note: it is more common to name the entry type inproceedings
rather than conference
. Intuitively, I would assume that conference
refers to a whole conference, not a single talk. inproceedings
is more clear: it refers to one "entity" in the proceedings of the conference.)
edited Aug 16 '16 at 8:38
answered Aug 16 '16 at 8:31
Martin NyoltMartin Nyolt
671411
671411
add a comment |
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.
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%2f325008%2futmthesis-error-you-cant-pop-an-empty-literal-stack-for-entry%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
I am sorry, how can I upload the .bst file?
– Abrar
Aug 16 '16 at 5:18
1
There appears to be least one error on line 1711 of your custom bst file. How did you create it? By hand, or with the help of a utility such as
makebst
? Please advise.– Mico
Aug 16 '16 at 5:39
It is provided by the university. how can I upload the bst file here?
– Abrar
Aug 16 '16 at 6:09
Is the bibliography style file on GitHub at github.com/utmthesis/utmthesis? If so, are you working with that file or with a hacked version of that file?
– Mico
Aug 16 '16 at 6:51
Yes it is the same file
– Abrar
Aug 17 '16 at 17:29