Code

Add a simple Makefile snippet to simplify usage.
[tokkeebeamer.git] / README.md
1 tokkee's utilities / add-ons for LaTeX beamer
2 =============================================
4 This project provides a set of LaTeX packages I use to generate presentation
5 slides. It may or may not be useful to anyone else …
7 The files are provided under the terms of the 2-clause BSD license. See
8 LICENSE for details.
10 Usage
11 -----
13 The included tokkeebeamer.mk Makefile snippet makes it easy to use the package
14 from arbitrary (sub)directories:
16     TOKKEEBEAMER = «(sub)directory»
17     include $(TOKKEEBEAMER)/tokkeebeamer.mk
18     
19     slides.pdf: slides.tex
21 Required packages
22 -----------------
24 On a Debian system, you'll need the following packages:
26   * lmodern
27   * texlive-latex-recommended (beamer)
28   * texlive-pictures (pgf / tikz)
30 For the example slides, you'll also need these packages:
32   * fonts-wqy-zenhei (Chinese font)
33   * texlive-xetex
35 Author
36 ------
38 Sebastian “tokkee” Harl <sh@tokkee.org>