diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-25 07:53:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-25 07:53:46 +0000 |
commit | d0ef3fabcf634e033b2159fdad00a6ebb4227f22 (patch) | |
tree | 7f90199ada5de696969ed50bb052120cb05767ca /print/tex-xltxtra | |
parent | c31ab7ec84cdcb60b66cf067b55c26337c776826 (diff) | |
download | pkgsrc-d0ef3fabcf634e033b2159fdad00a6ebb4227f22.tar.gz |
Import tex-xltxtra-0.4 as print/tex-xltxtra.
The package loads the fixltx2e package from the LaTeX distribution,
and etex.sty from the e-TeX distribution. The package then patches
the \- (discretionary hyphen command) to use the current hyphen
character (which may be different from than the default, which is the
character at the ASCII hyphen slot), and the \textsuperscript command
(from the LaTeX kernel) and the \textsubscript command (from the
fixltx2e package). The package also provides parameterised versions
of the "bumpy road" logos for TeX, LaTeX and XeTeX; these versions of
the logos are designed to respond to the font that is being used for
typesetting.
Diffstat (limited to 'print/tex-xltxtra')
-rw-r--r-- | print/tex-xltxtra/DESCR | 10 | ||||
-rw-r--r-- | print/tex-xltxtra/Makefile | 18 | ||||
-rw-r--r-- | print/tex-xltxtra/PLIST | 2 | ||||
-rw-r--r-- | print/tex-xltxtra/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/print/tex-xltxtra/DESCR b/print/tex-xltxtra/DESCR new file mode 100644 index 00000000000..b32b4585cc8 --- /dev/null +++ b/print/tex-xltxtra/DESCR @@ -0,0 +1,10 @@ +The package loads the fixltx2e package from the LaTeX distribution, +and etex.sty from the e-TeX distribution. The package then patches +the \- (discretionary hyphen command) to use the current hyphen +character (which may be different from than the default, which is the +character at the ASCII hyphen slot), and the \textsuperscript command +(from the LaTeX kernel) and the \textsubscript command (from the +fixltx2e package). The package also provides parameterised versions +of the "bumpy road" logos for TeX, LaTeX and XeTeX; these versions of +the logos are designed to respond to the font that is being used for +typesetting. diff --git a/print/tex-xltxtra/Makefile b/print/tex-xltxtra/Makefile new file mode 100644 index 00000000000..0894462ab3e --- /dev/null +++ b/print/tex-xltxtra/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/25 07:53:46 minskim Exp $ +# TeX Live Revision 9907 + +DISTNAME= xltxtra +PKGNAME= tex-${DISTNAME}-0.4 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Extras files for LaTeX users of XeTeX + +DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex +DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg +DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-xunicode-[0-9]*:../../print/tex-xunicode + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-xltxtra/PLIST b/print/tex-xltxtra/PLIST new file mode 100644 index 00000000000..18770dde421 --- /dev/null +++ b/print/tex-xltxtra/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/25 07:53:46 minskim Exp $ +share/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty diff --git a/print/tex-xltxtra/distinfo b/print/tex-xltxtra/distinfo new file mode 100644 index 00000000000..f157934dbba --- /dev/null +++ b/print/tex-xltxtra/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/25 07:53:46 minskim Exp $ + +SHA1 (tex-xltxtra-0.4/xltxtra.tar.lzma) = c37db4cb3993d17cbadc5f482693bb90785be07d +RMD160 (tex-xltxtra-0.4/xltxtra.tar.lzma) = aa42f996a24d863b5eefda69cbb952cd88d41e5d +Size (tex-xltxtra-0.4/xltxtra.tar.lzma) = 3229 bytes |