summaryrefslogtreecommitdiff
path: root/print/tex-beamer
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for print categoryagc1-1/+2
Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-22Update tex-beamer{,-doc} to 3.36markd3-8/+51
latest texlive version. changes unknown.
2013-04-06Fixes:rodent1-2/+2
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2011-01-17Update tex-beamer{,-doc} to 3.10.minskim3-8/+48
Changes: - Add real support for section page and subsection page. - Improved manual and translations. - Many bug fixes.
2010-04-09Import tex-beamer-3.07markd4-0/+159
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.