On 2011-03-21, at 16:31 , Marc Feeley wrote:
On 2011-03-21, at 12:32 PM, Bruno Dufour wrote:
I finished converting the talk we gave to Mozilla to beamer. I tried to keep the style of the existing talk as much as possible. The required packages should be installed by default if you have a recent tex distribution. I created a "talks" directory in the main tachyon repository. It is probably a good idea to create your own .tex files in the "slides" directory to minimize conflicts and merging before wednesday.
I get this error on a "make". What is tikz.sty?
tikz is part of pgf, a dependency for beamer. I have the full texlive distribution on my mac, and it's included by default. The beamer doc says you need pgf and xcolor installed as well, so manually installing these 2 packages should solve the problem.
Bruno