diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-26 18:13:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-26 18:13:32 +0000 |
commit | 84f972e39462d49215604a7a0144e5a76e60a500 (patch) | |
tree | 7d2d8a68300bf29072876bc35a6401ff64a37de4 /Master/texmf-dist/doc/xetex/base/README | |
parent | 8d61cc8d662e68316950404f3b741504c36517c4 (diff) |
some updates to engine doc
git-svn-id: svn://tug.org/texlive/trunk@37058 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xetex/base/README')
-rw-r--r-- | Master/texmf-dist/doc/xetex/base/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xetex/base/README b/Master/texmf-dist/doc/xetex/base/README new file mode 100644 index 00000000000..239a33eafb4 --- /dev/null +++ b/Master/texmf-dist/doc/xetex/base/README @@ -0,0 +1,15 @@ +$Id$ + +XeTeX is an extension of Donald Knuth's TeX, originally and primarily +written by Jonathan Kew. It natively supports UTF-8 Unicode input and +TrueType and OpenType fonts, mainly via external third-party libraries. +(Run xetex --version to see a list of the principal ones.) + +XeTeX's user-level output is a PDF file; it does not support standard +DVI output. + +The XeTeX home page: http://tug.org/xetex +The CTAN Catalogue entry: http://ctan.org/pkg/xetex + +(This tiny README file is public domain, originally written by +Karl Berry, 2015.) |