[Tex/LaTex] beamer class on MikTex2.9

beamerhyperrefinstallingmiktex

I'm having a hard time getting MikTex ready to produce \documentclass{beamer} Documents.

The MikTex-package-manager says that "beamer" is already installed. I de-installed and installed it again, still the example document isn't compiling.

All i can understand by reading the command line is that some hyperref-library stops working.
See here an excerpt of the output:

    (C:\Users\altug\AppData\Roaming\MiKTeX\2.9\tex\generic\pgf\basiclayer\pgfcorepa
tterns.code.tex)))
(C:\Users\altug\AppData\Roaming\MiKTeX\2.9\tex\latex\pgf\utilities\xxcolor.sty)
 ("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\hyperref\hyperref.sty"
("C:\Program Files (x86)\MiKTeX 2.9\tex\generic\oberdiek\hobsub-hyperref.sty"
("C:\Program Files (x86)\MiKTeX 2.9\tex\generic\oberdiek\hobsub-generic.sty"))
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\oberdiek\kvoptions.sty")
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\hyperref\pd1enc.def")
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\00miktex\hyperref.cfg")
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\ltxmisc\url.sty")

Package hyperref Message: Stopped early.

)

Package hyperref Message: Driver (default): hdvips.

("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\hyperref\hdvips.def"
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\hyperref\pdfmark.def"
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\oberdiek\rerunfilecheck.sty")))

Searched the stackexchange, found a thread, stating "you just need to install "hyperref"-lib over "mpm" ". Problem is can't install "hyperref" over mpm, because i neither can click on install nor on un-install, both remain grey. What to try next?

I desperatly need this beamer-class installed due to some work at university.
Thanks for help, if you need additional information let me know!

Best Answer

(Originally posted as a comment by the OP user7581)

Problem solved: The beameruserguide says that i need to run the pdflatex command on the test.tex file. I've been trying with latex all the time. Now there is at least some output. Thanks anyways.

Related Question