Every time I try to make a beamer presentation (using the version that came with my TeX distribution), it asks me for beamer.sty. Which isn't in the official repo for beamer. Arrgh. Has anybody got a solution?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
|
|
|||||||||||||||
|
beamer.clsand you'll find it which means latex interprets it as a class even though your TeX distro downloads it as a package. – percusse Sep 19 '12 at 21:14cd /usr/local/texlive/2012and thenfind -name "*.cls"|grep 'beamer'– cmhughes Sep 19 '12 at 22:27