Miktex and beamer: Error: beamer@endinputifotherversion
up vote
30
down vote
favorite
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
add a comment |
up vote
30
down vote
favorite
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
add a comment |
up vote
30
down vote
favorite
up vote
30
down vote
favorite
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
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
beamer
edited Feb 4 '17 at 13:57
Joseph Wright♦
200k21549872
200k21549872
asked Feb 4 '17 at 12:11
Joab Winkler
151124
151124
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
edited Feb 4 '17 at 16:46
answered Feb 4 '17 at 13:56
Joseph Wright♦
200k21549872
200k21549872
add a comment |
add a comment |
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?