I have installed the package beamer, but it simply doesn't work.
Here is a very simple tex file:
Code: Select all
\documentclass{beamer}
\begin{document}
\begin{frame}
Hello
\end{frame}
\end{document}
Could anybody help me to solve the problem?
(I use texniccenter as editor.)