Miktex and beamer: Error: beamer@endinputifotherversion











up vote
30
down vote

favorite
6












I have downloaded MiKTeX (on Windows 10). The .tex files for papers and posters compile well but beamer does not work.



Here is the header of my .tex file:



documentclass[10pt]{beamer}
%
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{fancybox}
usepackage{amssymb} % MATH
usepackage{amsmath} % MATH
usepackage{latexsym} % MATH
usepackage{amsthm} % MATH
usepackage[italian,english]{babel}
usepackage{bm} % per scrivere in grassetto i caratteri matematici
usepackage{indentfirst}
usepackage{color}
usepackage{booktabs}
usepackage{graphicx}
usepackage{multimedia}
usepackage{eurosym}
usepackage{tikz}


I receive the following error message:



! Undefined control sequence. 
l.1 beamer@endinputifotherversion
{3.26pt}


How can this problem be fixed?



Joab Winkler










share|improve this question




























    up vote
    30
    down vote

    favorite
    6












    I have downloaded MiKTeX (on Windows 10). The .tex files for papers and posters compile well but beamer does not work.



    Here is the header of my .tex file:



    documentclass[10pt]{beamer}
    %
    usepackage[T1]{fontenc}
    usepackage[utf8]{inputenc}
    usepackage{fancybox}
    usepackage{amssymb} % MATH
    usepackage{amsmath} % MATH
    usepackage{latexsym} % MATH
    usepackage{amsthm} % MATH
    usepackage[italian,english]{babel}
    usepackage{bm} % per scrivere in grassetto i caratteri matematici
    usepackage{indentfirst}
    usepackage{color}
    usepackage{booktabs}
    usepackage{graphicx}
    usepackage{multimedia}
    usepackage{eurosym}
    usepackage{tikz}


    I receive the following error message:



    ! Undefined control sequence. 
    l.1 beamer@endinputifotherversion
    {3.26pt}


    How can this problem be fixed?



    Joab Winkler










    share|improve this question


























      up vote
      30
      down vote

      favorite
      6









      up vote
      30
      down vote

      favorite
      6






      6





      I have downloaded MiKTeX (on Windows 10). The .tex files for papers and posters compile well but beamer does not work.



      Here is the header of my .tex file:



      documentclass[10pt]{beamer}
      %
      usepackage[T1]{fontenc}
      usepackage[utf8]{inputenc}
      usepackage{fancybox}
      usepackage{amssymb} % MATH
      usepackage{amsmath} % MATH
      usepackage{latexsym} % MATH
      usepackage{amsthm} % MATH
      usepackage[italian,english]{babel}
      usepackage{bm} % per scrivere in grassetto i caratteri matematici
      usepackage{indentfirst}
      usepackage{color}
      usepackage{booktabs}
      usepackage{graphicx}
      usepackage{multimedia}
      usepackage{eurosym}
      usepackage{tikz}


      I receive the following error message:



      ! Undefined control sequence. 
      l.1 beamer@endinputifotherversion
      {3.26pt}


      How can this problem be fixed?



      Joab Winkler










      share|improve this question















      I have downloaded MiKTeX (on Windows 10). The .tex files for papers and posters compile well but beamer does not work.



      Here is the header of my .tex file:



      documentclass[10pt]{beamer}
      %
      usepackage[T1]{fontenc}
      usepackage[utf8]{inputenc}
      usepackage{fancybox}
      usepackage{amssymb} % MATH
      usepackage{amsmath} % MATH
      usepackage{latexsym} % MATH
      usepackage{amsthm} % MATH
      usepackage[italian,english]{babel}
      usepackage{bm} % per scrivere in grassetto i caratteri matematici
      usepackage{indentfirst}
      usepackage{color}
      usepackage{booktabs}
      usepackage{graphicx}
      usepackage{multimedia}
      usepackage{eurosym}
      usepackage{tikz}


      I receive the following error message:



      ! Undefined control sequence. 
      l.1 beamer@endinputifotherversion
      {3.26pt}


      How can this problem be fixed?



      Joab Winkler







      beamer






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 4 '17 at 13:57









      Joseph Wright

      200k21549872




      200k21549872










      asked Feb 4 '17 at 12:11









      Joab Winkler

      151124




      151124






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          52
          down vote













          You've changed beamer versions and not deleted you auxiliary files. Older versions of beamer add beamer@endinputifotherversion to the .nav and .toc files to check for version changes. This was removed in recent versions as it tends to cause more trouble than it fixes. As such, you can either




          • Just press Return and let the run continue or

          • Delete the .nav and .toc files


          In either case, the issue will disappear at the next run.






          share|improve this answer






















            protected by Community Feb 14 at 22:17



            Thank you for your interest in this question.
            Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



            Would you like to answer one of these unanswered questions instead?














            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            52
            down vote













            You've changed beamer versions and not deleted you auxiliary files. Older versions of beamer add beamer@endinputifotherversion to the .nav and .toc files to check for version changes. This was removed in recent versions as it tends to cause more trouble than it fixes. As such, you can either




            • Just press Return and let the run continue or

            • Delete the .nav and .toc files


            In either case, the issue will disappear at the next run.






            share|improve this answer



























              up vote
              52
              down vote













              You've changed beamer versions and not deleted you auxiliary files. Older versions of beamer add beamer@endinputifotherversion to the .nav and .toc files to check for version changes. This was removed in recent versions as it tends to cause more trouble than it fixes. As such, you can either




              • Just press Return and let the run continue or

              • Delete the .nav and .toc files


              In either case, the issue will disappear at the next run.






              share|improve this answer

























                up vote
                52
                down vote










                up vote
                52
                down vote









                You've changed beamer versions and not deleted you auxiliary files. Older versions of beamer add beamer@endinputifotherversion to the .nav and .toc files to check for version changes. This was removed in recent versions as it tends to cause more trouble than it fixes. As such, you can either




                • Just press Return and let the run continue or

                • Delete the .nav and .toc files


                In either case, the issue will disappear at the next run.






                share|improve this answer














                You've changed beamer versions and not deleted you auxiliary files. Older versions of beamer add beamer@endinputifotherversion to the .nav and .toc files to check for version changes. This was removed in recent versions as it tends to cause more trouble than it fixes. As such, you can either




                • Just press Return and let the run continue or

                • Delete the .nav and .toc files


                In either case, the issue will disappear at the next run.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Feb 4 '17 at 16:46

























                answered Feb 4 '17 at 13:56









                Joseph Wright

                200k21549872




                200k21549872

















                    protected by Community Feb 14 at 22:17



                    Thank you for your interest in this question.
                    Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                    Would you like to answer one of these unanswered questions instead?



                    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?