diff options
author | brook <brook@pkgsrc.org> | 2019-08-13 02:19:16 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-13 02:19:16 +0000 |
commit | 4227c85140355c489d8e79e58eb37b8e16fa9d25 (patch) | |
tree | 48a65faa7a39ae6cbde197635f6c575ef2137232 /print/Makefile | |
parent | ae73cad730f232d67c6171ce33844bbb5a606060 (diff) | |
download | pkgsrc-4227c85140355c489d8e79e58eb37b8e16fa9d25.tar.gz |
tex-beamerposter: initial commit
The package enables the user to use beamer style operations on
a canvas of the sizes provided by a0poster; font scaling is
available (using packages such as type1cm if necessary). In
addition, the package allows the user to benefit from the nice
colour box handling and alignment provided by the beamer class
(for example, with rounded corners and shadows). Good looking
posters may be created very rapidly. Features include: scalable
fonts using the fp and type1cm packages; posters in A-series
sizes, and custom sizes like double A0 are possible; still
applicable to custom beamer slides, e.g. 16:9 slides for a
wide-screen (i.e. 1.78 aspect ratio); orientation may be
portrait or landscape; a 'debug mode' is provided.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index d98ea1a3fa3..fc7046e3287 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.736 2019/08/11 10:04:31 markd Exp $ +# $NetBSD: Makefile,v 1.737 2019/08/13 02:19:16 brook Exp $ # COMMENT= Desktop publishing @@ -294,6 +294,7 @@ SUBDIR+= tex-bbm-macros SUBDIR+= tex-bbm-macros-doc SUBDIR+= tex-beamer SUBDIR+= tex-beamer-doc +SUBDIR+= tex-beamerposter SUBDIR+= tex-beton SUBDIR+= tex-beton-doc SUBDIR+= tex-biblatex |