summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-01 00:50:12 +0000
committerKarl Berry <karl@freefriends.org>2007-08-01 00:50:12 +0000
commit4334d1b8217611a91fdc9616871639ee1a0592ba (patch)
tree15f476a9b91d2a160563829f9fbdf8a209ca2069
parent4f356bad522890dcd9a99aa50759749999eb0383 (diff)
xunicode now from ctan (29jul07)
git-svn-id: svn://tug.org/texlive/trunk@4687 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl2
-rwxr-xr-xBuild/tools/tpm-ctan-check2
-rw-r--r--Master/texmf-dist/doc/xelatex/xunicode/README11
3 files changed, 14 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index 0be0cbe1b34..22e92520bd3 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -526,6 +526,7 @@ $standardsourcefmt='latex';
'wasy2', 'plain',
'xltxtra', 'xelatex',
'xmlplay', 'xmltex',
+ 'xunicode', 'xelatex',
);
$standardfmt='latex';
@@ -624,6 +625,7 @@ $standardfmt='latex';
'wasy2', 'fonts',
'xltxtra', 'xelatex',
'xq', 'fonts',
+ 'xunicode', 'xelatex',
'xypic-tut-pt','portuguese',
);
$standarddocfmt='latex';
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index fad160b436b..66141077011 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -139,7 +139,7 @@ my @WorkingTPM = qw(
wallpaper warning warpcol williams wordlike wrapfig
xbase xcolor xdoc xetexref xfor xfrac xifthen xkeyval xltxtra
xnewcommand xoptarg
- xq xtab xtcapts xyling xypic-tut-pt
+ xq xtab xtcapts xunicode xyling xypic-tut-pt
xytree
york-thesis
);
diff --git a/Master/texmf-dist/doc/xelatex/xunicode/README b/Master/texmf-dist/doc/xelatex/xunicode/README
new file mode 100644
index 00000000000..e118ee62ccf
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/xunicode/README
@@ -0,0 +1,11 @@
+The xunicode package.
+
+The package provides access to latin accents and many other characters
+in the Unicode lower plane.
+
+This package is designed to work with TeX engines that directly
+process UTF8 input and use Unicode and OpenType fonts.
+At the time of writing, XeTeX is the only known engine of this kind.
+
+(When other engines become available, the package will need modifying
+not to check solely for XeTeX.)