From 344654306da53979a551756a1f620fbcd6ad19d4 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 21 Jan 2011 17:36:55 +0000 Subject: 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. --- print/tex-realscripts/DESCR | 7 +++++++ print/tex-realscripts/Makefile | 13 +++++++++++++ print/tex-realscripts/PLIST | 2 ++ print/tex-realscripts/distinfo | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 print/tex-realscripts/DESCR create mode 100644 print/tex-realscripts/Makefile create mode 100644 print/tex-realscripts/PLIST create mode 100644 print/tex-realscripts/distinfo (limited to 'print/tex-realscripts') 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 -- cgit v1.2.3