this is my code for a frame with an equation:
\documentclass[pdf]{beamer}
\usetheme{CambridgeUS}
\mode<presentation>{}
\usepackage{braket}
\title{title title}
\author{Proton}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{title}
\begin{itemize}
\item From Classical Gibbs Stochastic:
\begin{equation}
$$e^3$$
\end{equation}
\end{itemize}
\end{frame}
\end{document}
When I try to compile this code I get the following errors:
Missing $ inserted. \end{frame}
You can't use `\eqno' in math mode. \end{frame}
Missing $ inserted. \end{frame}
Font shape `OT1/cmss/m/n' in size <4> not available(Font) size <5> substituted
Size substitutions with differences(Font) up to 1.0pt have occurred.
Without the dollar signs I get this error:
miktex-makemf.log You may want to visit the MiKTeX proj
ect page, if you need help.
Sorry, but miktex-makepk did not succeed for the following reason: PK font mathkerncmssi10 could not be created. The log file hopefully contains the information to get MiKTeX going again: C:/Users/ofir arzi/AppData/Local/MiKTeX/2.9/miktex/log/miktex-makepk.log You may want to visit the MiKTeX project page, if you need help.
Process exited with error(s)
$$everything works fine without any error message...Maybe try to remove previous log files from previous compilation and try to compile another time? – Damien Dtx Nov 30 '17 at 13:21\begin{equation} e^3 \end{equation}? – CarLaTeX Nov 30 '17 at 13:24