tokkee's utilities / add-ons for LaTeX beamer ============================================= This project provides a set of LaTeX packages I use to generate presentation slides. It may or may not be useful to anyone else … The files are provided under the terms of the 2-clause BSD license. See LICENSE for details. Usage ----- The included tokkeebeamer.mk Makefile snippet makes it easy to use the package from arbitrary (sub)directories: TOKKEEBEAMER = «(sub)directory» include $(TOKKEEBEAMER)/tokkeebeamer.mk slides.pdf: slides.tex Required packages ----------------- On a Debian system, you'll need the following packages: * lmodern * texlive-latex-recommended (beamer) * texlive-pictures (pgf / tikz) For the example slides, you'll also need these packages: * fonts-wqy-zenhei (Chinese font) * texlive-xetex Author ------ Sebastian “tokkee” Harl