A package built on the standard LaTeX graphics package to perform all the different sorts of rotation one might like, including complete figures and tables with their captions. If you want continuous text (i.e., more than one page) set in landscape mode, use the lscape package instead. The rotating packages only deals in rotated boxes (or floats, which are themselves boxes), and boxes always stay on one page. If you need to use the facilities of the float in the same document, load rotating.sty via rotfloat, which smooths the path between the rotating and float packages.
16 lines
500 B
Makefile
16 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 18:27:58 minskim Exp $
|
|
# TeX Live Revision 12557
|
|
|
|
DISTNAME= rotating
|
|
PKGNAME= tex-${DISTNAME}-2.16a
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Rotation tools including rotated full-page floats
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb13
|
|
DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|