utmthesis error: You can't pop an empty literal stack for entryACM Bibliography Style Natbib Error: 'Author...

How does a dynamic QR code work?

Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?

How badly should I try to prevent a user from XSSing themselves?

Obtaining database information and values in extended properties

Sums of two squares in arithmetic progressions

How to compactly explain secondary and tertiary characters without resorting to stereotypes?

Which ISO should I use for the cleanest image?

Rotate ASCII Art by 45 Degrees

How to coordinate airplane tickets?

Standard deduction V. mortgage interest deduction - is it basically only for the rich?

Does the Idaho Potato Commission associate potato skins with healthy eating?

Can a virus destroy the BIOS of a modern computer?

Why do I get negative height?

Is it possible to map the firing of neurons in the human brain so as to stimulate artificial memories in someone else?

Different meanings of こわい

Why was Sir Cadogan fired?

How obscure is the use of 令 in 令和?

How do conventional missiles fly?

Could neural networks be considered metaheuristics?

Why didn't Boeing produce its own regional jet?

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

Is it possible to create a QR code using text?

How could indestructible materials be used in power generation?

Am I breaking OOP practice with this architecture?



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













4















I am using a custom .bst file for thesis write up and getting the above Error for few references.



documentclass[12pt]{article}
usepackage{natbib}
begin{document}

This is an example fo citation citep{abdelhamid2012mac}. This is another citation citep{agrawal1994fast, ali1997partial}. citet{ali1997partial} is the final one.

bibliographystyle{utmthesis-authordate}
%bibliographystyle{utmthesis-numbering}
bibliography{phdrefrences}
end{document}


here are the entries in the bibliography file



@ARTICLE{abdelhamid2012mac,
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}
}
@CONFERENCE{agrawal1994fast,
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}
}
@CONFERENCE{agrawal1994fast,
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)









share|improve this question

























  • 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
















4















I am using a custom .bst file for thesis write up and getting the above Error for few references.



documentclass[12pt]{article}
usepackage{natbib}
begin{document}

This is an example fo citation citep{abdelhamid2012mac}. This is another citation citep{agrawal1994fast, ali1997partial}. citet{ali1997partial} is the final one.

bibliographystyle{utmthesis-authordate}
%bibliographystyle{utmthesis-numbering}
bibliography{phdrefrences}
end{document}


here are the entries in the bibliography file



@ARTICLE{abdelhamid2012mac,
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}
}
@CONFERENCE{agrawal1994fast,
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}
}
@CONFERENCE{agrawal1994fast,
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)









share|improve this question

























  • 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














4












4








4


1






I am using a custom .bst file for thesis write up and getting the above Error for few references.



documentclass[12pt]{article}
usepackage{natbib}
begin{document}

This is an example fo citation citep{abdelhamid2012mac}. This is another citation citep{agrawal1994fast, ali1997partial}. citet{ali1997partial} is the final one.

bibliographystyle{utmthesis-authordate}
%bibliographystyle{utmthesis-numbering}
bibliography{phdrefrences}
end{document}


here are the entries in the bibliography file



@ARTICLE{abdelhamid2012mac,
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}
}
@CONFERENCE{agrawal1994fast,
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}
}
@CONFERENCE{agrawal1994fast,
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)









share|improve this question
















I am using a custom .bst file for thesis write up and getting the above Error for few references.



documentclass[12pt]{article}
usepackage{natbib}
begin{document}

This is an example fo citation citep{abdelhamid2012mac}. This is another citation citep{agrawal1994fast, ali1997partial}. citet{ali1997partial} is the final one.

bibliographystyle{utmthesis-authordate}
%bibliographystyle{utmthesis-numbering}
bibliography{phdrefrences}
end{document}


here are the entries in the bibliography file



@ARTICLE{abdelhamid2012mac,
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}
}
@CONFERENCE{agrawal1994fast,
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}
}
@CONFERENCE{agrawal1994fast,
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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 9 mins ago









user49915

696122




696122










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



















  • 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

















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










1 Answer
1






active

oldest

votes


















4














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




  1. fix the bst file, replacing the function as above, or


  2. 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.)






share|improve this answer


























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









    4














    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




    1. fix the bst file, replacing the function as above, or


    2. 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.)






    share|improve this answer






























      4














      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




      1. fix the bst file, replacing the function as above, or


      2. 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.)






      share|improve this answer




























        4












        4








        4







        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




        1. fix the bst file, replacing the function as above, or


        2. 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.)






        share|improve this answer















        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




        1. fix the bst file, replacing the function as above, or


        2. 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.)







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Aug 16 '16 at 8:38

























        answered Aug 16 '16 at 8:31









        Martin NyoltMartin Nyolt

        671411




        671411






























            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%2f325008%2futmthesis-error-you-cant-pop-an-empty-literal-stack-for-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

            IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

            Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

            Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...