diff options
author | minskim <minskim> | 2010-04-11 19:52:11 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-11 19:52:11 +0000 |
commit | 6debd82cc52e8641cb02a7ed01fb5d0bac489c3d (patch) | |
tree | e381c3df6a17e8d808624b010396d7774f57e7a7 /print | |
parent | a578c9ce4c074488cf99bb2f670288daa074818d (diff) | |
download | pkgsrc-6debd82cc52e8641cb02a7ed01fb5d0bac489c3d.tar.gz |
Import tex-block-2009 as print/tex-block.
A LaTeX style file for use with the letter class that overwrites the
\opening and \closing macros so that letters can be styled with the
block letter style instead of the default style. Thus, the return
address, the closing, and the signature appear flushed on the left
margin.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-block/DESCR | 5 | ||||
-rw-r--r-- | print/tex-block/Makefile | 13 | ||||
-rw-r--r-- | print/tex-block/PLIST | 2 | ||||
-rw-r--r-- | print/tex-block/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-block/DESCR b/print/tex-block/DESCR new file mode 100644 index 00000000000..c238fc14749 --- /dev/null +++ b/print/tex-block/DESCR @@ -0,0 +1,5 @@ +A LaTeX style file for use with the letter class that overwrites the +\opening and \closing macros so that letters can be styled with the +block letter style instead of the default style. Thus, the return +address, the closing, and the signature appear flushed on the left +margin. diff --git a/print/tex-block/Makefile b/print/tex-block/Makefile new file mode 100644 index 00000000000..e62bd2a6321 --- /dev/null +++ b/print/tex-block/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 19:52:11 minskim Exp $ +# TeX Live Revision 17209 + +DISTNAME= block +PKGNAME= tex-${DISTNAME}-2009 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX block letter style for the letter class + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-block/PLIST b/print/tex-block/PLIST new file mode 100644 index 00000000000..cb8c90e1bd1 --- /dev/null +++ b/print/tex-block/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/11 19:52:11 minskim Exp $ +share/texmf-dist/tex/latex/block/block.sty diff --git a/print/tex-block/distinfo b/print/tex-block/distinfo new file mode 100644 index 00000000000..e195f4ee642 --- /dev/null +++ b/print/tex-block/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/11 19:52:11 minskim Exp $ + +SHA1 (tex-block-2009/block.tar.xz) = 3add1bd30f4d13b60d730ab3cfee3949be083740 +RMD160 (tex-block-2009/block.tar.xz) = c32dbbf71a7bc9d668cb258e2907a61899891dba +Size (tex-block-2009/block.tar.xz) = 912 bytes |