c58b282fc8
The beamer LaTeX class can be used for producing slides. Its functionality is similar to Prosper but does not need any external programs and can directly produce a presentation using pdflatex. Beamer uses pgf for pdf/ps independent graphics. Frames are created using \frame{...}, and a frame can build multiple slides through a simple notation for specifying material for each slide within a frame. Beamer supports bibliographies, appendicies and transitions. Short versions of title, authors, institute can also be specified as optional parameters. A \plainframe{} allows a picture, for example, to fill the whole frame. Support figure and table environments, transparency effects, a \transduration command, animation commands, a pauses environment. Beamer also provides compatibility with other packages like prosper.
15 lines
439 B
Makefile
15 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:39:02 markd Exp $
|
|
# TeX Live Revision 17093
|
|
|
|
DISTNAME= beamer
|
|
PKGNAME= tex-${DISTNAME}-3.07
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= A LaTeX class for producing presentations and slides
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb22
|
|
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
|
|
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|