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
I did both of the above it refused to work. I have mac laptop with version 2.2.16 (where the tex file runs without any issue) and a windows version 2.2.16 (where it refuses to work). Do you know what might be the problem?
Thanks, Nishant.
– Nishant Chandgotia Aug 28 '19 at 11:42beameris 3.56! – Joseph Wright Aug 29 '19 at 06:10