Two slides with references in beamer with BibTeX











up vote
1
down vote

favorite












I'm preparing a beamer for a talk and I would like to include some bibliography at the end.



My idea was to include two different slides, one with the basic bibliography and other with extra references.



I haven't had no idea of how I could do it, but I found this question that also cites these posts.



The question suggests to use multibib package. And that is what I have done. However, I can't achieve the desired result. The problem is that the first part doesn't produce any reference.



Here is my mwe.tex



documentclass{beamer}

usetheme{Madrid}
useoutertheme{infolines}

usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}


usepackage{textcomp}
usepackage{ae,aecompl,aeguill}
usepackage{lipsum}
usepackage{ragged2e} % For justifying text

usepackage[numbers]{natbib}
usepackage{multibib}
newcites{dk}{bibliography}

begin{document}

begin{frame}

lipsum[1]

end{frame}

begin{frame}
frametitle{Selected bibliography}

bibliographystyledk{plain}
bibliographydk{bibliography}
nocitedk{Courant:dirac_manifolds}
end{frame}

begin{frame}
frametitle{Other bibliography}

bibliographystyle{plain}
bibliography{bibliography}
nocite{Gualtieri:thesis}
end{frame}

end{document}


I include my bibliography.bib file too:



@article {Courant:dirac_manifolds,
AUTHOR = {Courant, Theodore James},
TITLE = {Dirac manifolds},
JOURNAL = {Trans. Amer. Math. Soc.},
FJOURNAL = {Transactions of the American Mathematical Society},
VOLUME = {319},
YEAR = {1990},
NUMBER = {2},
PAGES = {631--661},
ISSN = {0002-9947},
MRCLASS = {58F05 (53C57)},
MRNUMBER = {998124},
MRREVIEWER = {Patrick Iglesias},
DOI = {10.2307/2001258},
URL = {https://doi.org/10.2307/2001258},
}

@article {Gualtieri:thesis,
AUTHOR = {Gualtieri, Marco},
TITLE = {Generalized complex geometry},
JOURNAL = {Ann. of Math. (2)},
FJOURNAL = {Annals of Mathematics. Second Series},
VOLUME = {174},
YEAR = {2011},
NUMBER = {1},
PAGES = {75--123},
ISSN = {0003-486X},
MRCLASS = {53D18},
MRNUMBER = {2811595},
MRREVIEWER = {Frederik Witt},
DOI = {10.4007/annals.2011.174.1.3},
URL = {https://doi.org/10.4007/annals.2011.174.1.3},
}


Thanks in advance.



PD. I guess the problem may be in the nocite command for the first bibliography but I don't know how to solve it.










share|improve this question




























    up vote
    1
    down vote

    favorite












    I'm preparing a beamer for a talk and I would like to include some bibliography at the end.



    My idea was to include two different slides, one with the basic bibliography and other with extra references.



    I haven't had no idea of how I could do it, but I found this question that also cites these posts.



    The question suggests to use multibib package. And that is what I have done. However, I can't achieve the desired result. The problem is that the first part doesn't produce any reference.



    Here is my mwe.tex



    documentclass{beamer}

    usetheme{Madrid}
    useoutertheme{infolines}

    usepackage[utf8]{inputenc}
    usepackage[T1]{fontenc}


    usepackage{textcomp}
    usepackage{ae,aecompl,aeguill}
    usepackage{lipsum}
    usepackage{ragged2e} % For justifying text

    usepackage[numbers]{natbib}
    usepackage{multibib}
    newcites{dk}{bibliography}

    begin{document}

    begin{frame}

    lipsum[1]

    end{frame}

    begin{frame}
    frametitle{Selected bibliography}

    bibliographystyledk{plain}
    bibliographydk{bibliography}
    nocitedk{Courant:dirac_manifolds}
    end{frame}

    begin{frame}
    frametitle{Other bibliography}

    bibliographystyle{plain}
    bibliography{bibliography}
    nocite{Gualtieri:thesis}
    end{frame}

    end{document}


    I include my bibliography.bib file too:



    @article {Courant:dirac_manifolds,
    AUTHOR = {Courant, Theodore James},
    TITLE = {Dirac manifolds},
    JOURNAL = {Trans. Amer. Math. Soc.},
    FJOURNAL = {Transactions of the American Mathematical Society},
    VOLUME = {319},
    YEAR = {1990},
    NUMBER = {2},
    PAGES = {631--661},
    ISSN = {0002-9947},
    MRCLASS = {58F05 (53C57)},
    MRNUMBER = {998124},
    MRREVIEWER = {Patrick Iglesias},
    DOI = {10.2307/2001258},
    URL = {https://doi.org/10.2307/2001258},
    }

    @article {Gualtieri:thesis,
    AUTHOR = {Gualtieri, Marco},
    TITLE = {Generalized complex geometry},
    JOURNAL = {Ann. of Math. (2)},
    FJOURNAL = {Annals of Mathematics. Second Series},
    VOLUME = {174},
    YEAR = {2011},
    NUMBER = {1},
    PAGES = {75--123},
    ISSN = {0003-486X},
    MRCLASS = {53D18},
    MRNUMBER = {2811595},
    MRREVIEWER = {Frederik Witt},
    DOI = {10.4007/annals.2011.174.1.3},
    URL = {https://doi.org/10.4007/annals.2011.174.1.3},
    }


    Thanks in advance.



    PD. I guess the problem may be in the nocite command for the first bibliography but I don't know how to solve it.










    share|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I'm preparing a beamer for a talk and I would like to include some bibliography at the end.



      My idea was to include two different slides, one with the basic bibliography and other with extra references.



      I haven't had no idea of how I could do it, but I found this question that also cites these posts.



      The question suggests to use multibib package. And that is what I have done. However, I can't achieve the desired result. The problem is that the first part doesn't produce any reference.



      Here is my mwe.tex



      documentclass{beamer}

      usetheme{Madrid}
      useoutertheme{infolines}

      usepackage[utf8]{inputenc}
      usepackage[T1]{fontenc}


      usepackage{textcomp}
      usepackage{ae,aecompl,aeguill}
      usepackage{lipsum}
      usepackage{ragged2e} % For justifying text

      usepackage[numbers]{natbib}
      usepackage{multibib}
      newcites{dk}{bibliography}

      begin{document}

      begin{frame}

      lipsum[1]

      end{frame}

      begin{frame}
      frametitle{Selected bibliography}

      bibliographystyledk{plain}
      bibliographydk{bibliography}
      nocitedk{Courant:dirac_manifolds}
      end{frame}

      begin{frame}
      frametitle{Other bibliography}

      bibliographystyle{plain}
      bibliography{bibliography}
      nocite{Gualtieri:thesis}
      end{frame}

      end{document}


      I include my bibliography.bib file too:



      @article {Courant:dirac_manifolds,
      AUTHOR = {Courant, Theodore James},
      TITLE = {Dirac manifolds},
      JOURNAL = {Trans. Amer. Math. Soc.},
      FJOURNAL = {Transactions of the American Mathematical Society},
      VOLUME = {319},
      YEAR = {1990},
      NUMBER = {2},
      PAGES = {631--661},
      ISSN = {0002-9947},
      MRCLASS = {58F05 (53C57)},
      MRNUMBER = {998124},
      MRREVIEWER = {Patrick Iglesias},
      DOI = {10.2307/2001258},
      URL = {https://doi.org/10.2307/2001258},
      }

      @article {Gualtieri:thesis,
      AUTHOR = {Gualtieri, Marco},
      TITLE = {Generalized complex geometry},
      JOURNAL = {Ann. of Math. (2)},
      FJOURNAL = {Annals of Mathematics. Second Series},
      VOLUME = {174},
      YEAR = {2011},
      NUMBER = {1},
      PAGES = {75--123},
      ISSN = {0003-486X},
      MRCLASS = {53D18},
      MRNUMBER = {2811595},
      MRREVIEWER = {Frederik Witt},
      DOI = {10.4007/annals.2011.174.1.3},
      URL = {https://doi.org/10.4007/annals.2011.174.1.3},
      }


      Thanks in advance.



      PD. I guess the problem may be in the nocite command for the first bibliography but I don't know how to solve it.










      share|improve this question















      I'm preparing a beamer for a talk and I would like to include some bibliography at the end.



      My idea was to include two different slides, one with the basic bibliography and other with extra references.



      I haven't had no idea of how I could do it, but I found this question that also cites these posts.



      The question suggests to use multibib package. And that is what I have done. However, I can't achieve the desired result. The problem is that the first part doesn't produce any reference.



      Here is my mwe.tex



      documentclass{beamer}

      usetheme{Madrid}
      useoutertheme{infolines}

      usepackage[utf8]{inputenc}
      usepackage[T1]{fontenc}


      usepackage{textcomp}
      usepackage{ae,aecompl,aeguill}
      usepackage{lipsum}
      usepackage{ragged2e} % For justifying text

      usepackage[numbers]{natbib}
      usepackage{multibib}
      newcites{dk}{bibliography}

      begin{document}

      begin{frame}

      lipsum[1]

      end{frame}

      begin{frame}
      frametitle{Selected bibliography}

      bibliographystyledk{plain}
      bibliographydk{bibliography}
      nocitedk{Courant:dirac_manifolds}
      end{frame}

      begin{frame}
      frametitle{Other bibliography}

      bibliographystyle{plain}
      bibliography{bibliography}
      nocite{Gualtieri:thesis}
      end{frame}

      end{document}


      I include my bibliography.bib file too:



      @article {Courant:dirac_manifolds,
      AUTHOR = {Courant, Theodore James},
      TITLE = {Dirac manifolds},
      JOURNAL = {Trans. Amer. Math. Soc.},
      FJOURNAL = {Transactions of the American Mathematical Society},
      VOLUME = {319},
      YEAR = {1990},
      NUMBER = {2},
      PAGES = {631--661},
      ISSN = {0002-9947},
      MRCLASS = {58F05 (53C57)},
      MRNUMBER = {998124},
      MRREVIEWER = {Patrick Iglesias},
      DOI = {10.2307/2001258},
      URL = {https://doi.org/10.2307/2001258},
      }

      @article {Gualtieri:thesis,
      AUTHOR = {Gualtieri, Marco},
      TITLE = {Generalized complex geometry},
      JOURNAL = {Ann. of Math. (2)},
      FJOURNAL = {Annals of Mathematics. Second Series},
      VOLUME = {174},
      YEAR = {2011},
      NUMBER = {1},
      PAGES = {75--123},
      ISSN = {0003-486X},
      MRCLASS = {53D18},
      MRNUMBER = {2811595},
      MRREVIEWER = {Frederik Witt},
      DOI = {10.4007/annals.2011.174.1.3},
      URL = {https://doi.org/10.4007/annals.2011.174.1.3},
      }


      Thanks in advance.



      PD. I guess the problem may be in the nocite command for the first bibliography but I don't know how to solve it.







      beamer bibtex natbib multibib






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 3 at 20:00









      Kurt

      34.6k846157




      34.6k846157










      asked Dec 3 at 19:21









      Dog_69

      444114




      444114






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          Please see that the packages in usepackage{ae,aecompl,aeguill} are outdated. Please do not use them!



          After compiling your given code with



          pdflatex mwe.tex


          you have with multibib to run in your case two times bibtex:



          bibtex mwe.aux
          bibtex dk.aux


          because the code



          bibliographydk{bibliography}
          nocitedk{Courant:dirac_manifolds}


          creates a second bib file dk.bib you need to run with bibtex ...



          Run



          pdflatex mwe.tex


          twice and see the following resulting bibliographies:



          enter image description here



          and



          enter image description here



          Because I did not change your code I omitted to include it here ...






          share|improve this answer





















          • Thanks. it would never have occurred to me to do that. By the way, is there an alternative for usepackage{ae,aecompl,aeguill}?
            – Dog_69
            Dec 3 at 20:08










          • @Dog_69 please have a look on ctan: ctan.org/pkg/ae Then you will see that with for example lmodern you need not to use this outdated packages today ...
            – Kurt
            Dec 3 at 20:16










          • Perfect. Thanks again.
            – Dog_69
            Dec 3 at 20:22











          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%2f463023%2ftwo-slides-with-references-in-beamer-with-bibtex%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
          2
          down vote



          accepted










          Please see that the packages in usepackage{ae,aecompl,aeguill} are outdated. Please do not use them!



          After compiling your given code with



          pdflatex mwe.tex


          you have with multibib to run in your case two times bibtex:



          bibtex mwe.aux
          bibtex dk.aux


          because the code



          bibliographydk{bibliography}
          nocitedk{Courant:dirac_manifolds}


          creates a second bib file dk.bib you need to run with bibtex ...



          Run



          pdflatex mwe.tex


          twice and see the following resulting bibliographies:



          enter image description here



          and



          enter image description here



          Because I did not change your code I omitted to include it here ...






          share|improve this answer





















          • Thanks. it would never have occurred to me to do that. By the way, is there an alternative for usepackage{ae,aecompl,aeguill}?
            – Dog_69
            Dec 3 at 20:08










          • @Dog_69 please have a look on ctan: ctan.org/pkg/ae Then you will see that with for example lmodern you need not to use this outdated packages today ...
            – Kurt
            Dec 3 at 20:16










          • Perfect. Thanks again.
            – Dog_69
            Dec 3 at 20:22















          up vote
          2
          down vote



          accepted










          Please see that the packages in usepackage{ae,aecompl,aeguill} are outdated. Please do not use them!



          After compiling your given code with



          pdflatex mwe.tex


          you have with multibib to run in your case two times bibtex:



          bibtex mwe.aux
          bibtex dk.aux


          because the code



          bibliographydk{bibliography}
          nocitedk{Courant:dirac_manifolds}


          creates a second bib file dk.bib you need to run with bibtex ...



          Run



          pdflatex mwe.tex


          twice and see the following resulting bibliographies:



          enter image description here



          and



          enter image description here



          Because I did not change your code I omitted to include it here ...






          share|improve this answer





















          • Thanks. it would never have occurred to me to do that. By the way, is there an alternative for usepackage{ae,aecompl,aeguill}?
            – Dog_69
            Dec 3 at 20:08










          • @Dog_69 please have a look on ctan: ctan.org/pkg/ae Then you will see that with for example lmodern you need not to use this outdated packages today ...
            – Kurt
            Dec 3 at 20:16










          • Perfect. Thanks again.
            – Dog_69
            Dec 3 at 20:22













          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          Please see that the packages in usepackage{ae,aecompl,aeguill} are outdated. Please do not use them!



          After compiling your given code with



          pdflatex mwe.tex


          you have with multibib to run in your case two times bibtex:



          bibtex mwe.aux
          bibtex dk.aux


          because the code



          bibliographydk{bibliography}
          nocitedk{Courant:dirac_manifolds}


          creates a second bib file dk.bib you need to run with bibtex ...



          Run



          pdflatex mwe.tex


          twice and see the following resulting bibliographies:



          enter image description here



          and



          enter image description here



          Because I did not change your code I omitted to include it here ...






          share|improve this answer












          Please see that the packages in usepackage{ae,aecompl,aeguill} are outdated. Please do not use them!



          After compiling your given code with



          pdflatex mwe.tex


          you have with multibib to run in your case two times bibtex:



          bibtex mwe.aux
          bibtex dk.aux


          because the code



          bibliographydk{bibliography}
          nocitedk{Courant:dirac_manifolds}


          creates a second bib file dk.bib you need to run with bibtex ...



          Run



          pdflatex mwe.tex


          twice and see the following resulting bibliographies:



          enter image description here



          and



          enter image description here



          Because I did not change your code I omitted to include it here ...







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 3 at 19:53









          Kurt

          34.6k846157




          34.6k846157












          • Thanks. it would never have occurred to me to do that. By the way, is there an alternative for usepackage{ae,aecompl,aeguill}?
            – Dog_69
            Dec 3 at 20:08










          • @Dog_69 please have a look on ctan: ctan.org/pkg/ae Then you will see that with for example lmodern you need not to use this outdated packages today ...
            – Kurt
            Dec 3 at 20:16










          • Perfect. Thanks again.
            – Dog_69
            Dec 3 at 20:22


















          • Thanks. it would never have occurred to me to do that. By the way, is there an alternative for usepackage{ae,aecompl,aeguill}?
            – Dog_69
            Dec 3 at 20:08










          • @Dog_69 please have a look on ctan: ctan.org/pkg/ae Then you will see that with for example lmodern you need not to use this outdated packages today ...
            – Kurt
            Dec 3 at 20:16










          • Perfect. Thanks again.
            – Dog_69
            Dec 3 at 20:22
















          Thanks. it would never have occurred to me to do that. By the way, is there an alternative for usepackage{ae,aecompl,aeguill}?
          – Dog_69
          Dec 3 at 20:08




          Thanks. it would never have occurred to me to do that. By the way, is there an alternative for usepackage{ae,aecompl,aeguill}?
          – Dog_69
          Dec 3 at 20:08












          @Dog_69 please have a look on ctan: ctan.org/pkg/ae Then you will see that with for example lmodern you need not to use this outdated packages today ...
          – Kurt
          Dec 3 at 20:16




          @Dog_69 please have a look on ctan: ctan.org/pkg/ae Then you will see that with for example lmodern you need not to use this outdated packages today ...
          – Kurt
          Dec 3 at 20:16












          Perfect. Thanks again.
          – Dog_69
          Dec 3 at 20:22




          Perfect. Thanks again.
          – Dog_69
          Dec 3 at 20:22


















          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%2f463023%2ftwo-slides-with-references-in-beamer-with-bibtex%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

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?