diff options
author | minskim <minskim> | 2011-01-21 17:36:55 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-01-21 17:36:55 +0000 |
commit | 6e9508be74a22214d23a121d6e06aa3e19d65569 (patch) | |
tree | eeac4f970916fe77430fcd253b33a1076b601747 | |
parent | 537195987af70742ce5ba5f86c73baa1f00bb48b (diff) | |
download | pkgsrc-6e9508be74a22214d23a121d6e06aa3e19d65569.tar.gz |
Import tex-realscripts-0.3 as print/tex-realscripts.
This small package replaces \textsuperscript and \textsubscript commands
by equivalent commands that use OpenType font features to access
appropriate glyphs if possible. The package also patches LaTeX's default
footnote command to use this new \textsuperscript for footnote symbols.
The package requires fontspec running on either XeLaTeX or LuaLaTeX. The
package holds functions that were once parts of the xltxtra package,
which now loads realscripts by default.
-rw-r--r-- | print/tex-realscripts/DESCR | 7 | ||||
-rw-r--r-- | print/tex-realscripts/Makefile | 13 | ||||
-rw-r--r-- | print/tex-realscripts/PLIST | 2 | ||||
-rw-r--r-- | print/tex-realscripts/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/print/tex-realscripts/DESCR b/print/tex-realscripts/DESCR new file mode 100644 index 00000000000..5cfd5f13e17 --- /dev/null +++ b/print/tex-realscripts/DESCR @@ -0,0 +1,7 @@ +This small package replaces \textsuperscript and \textsubscript commands +by equivalent commands that use OpenType font features to access +appropriate glyphs if possible. The package also patches LaTeX's default +footnote command to use this new \textsuperscript for footnote symbols. +The package requires fontspec running on either XeLaTeX or LuaLaTeX. The +package holds functions that were once parts of the xltxtra package, +which now loads realscripts by default. diff --git a/print/tex-realscripts/Makefile b/print/tex-realscripts/Makefile new file mode 100644 index 00000000000..0454929e73a --- /dev/null +++ b/print/tex-realscripts/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/01/21 17:36:55 minskim Exp $ + +DISTNAME= realscripts +PKGNAME= tex-${DISTNAME}-0.3 +TEXLIVE_REV= 19976 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Access OpenType subscript and superscript glyphs + +DEPENDS+= tex-fontspec>=2.1e:../../fonts/tex-fontspec + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-realscripts/PLIST b/print/tex-realscripts/PLIST new file mode 100644 index 00000000000..c0ef3422873 --- /dev/null +++ b/print/tex-realscripts/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/21 17:36:55 minskim Exp $ +share/texmf-dist/tex/latex/realscripts/realscripts.sty diff --git a/print/tex-realscripts/distinfo b/print/tex-realscripts/distinfo new file mode 100644 index 00000000000..1436cada0f6 --- /dev/null +++ b/print/tex-realscripts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/01/21 17:36:55 minskim Exp $ + +SHA1 (tex-realscripts-19976/realscripts.tar.xz) = 2eb680f17aa74f597a6b2758e3abd1a62b302e0e +RMD160 (tex-realscripts-19976/realscripts.tar.xz) = c3a0824851238d4f6da1c784e2bfa9d54793b678 +Size (tex-realscripts-19976/realscripts.tar.xz) = 1892 bytes |