diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-28 23:42:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-28 23:42:13 +0000 |
commit | ebcd9fe4ce10c5b310f01d67556875888f62fff6 (patch) | |
tree | 10178a7932142bb9f3a20e77d3a264ea9625b4e1 /Master/texmf-dist/doc/luatex | |
parent | d4b87c8c93728a6a0ee29b0f1bc522da8d0c352b (diff) |
new generic luatex package otfload (24jun09)
git-svn-id: svn://tug.org/texlive/trunk@13992 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luaotfload/README | 99 | ||||
-rw-r--r-- | Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf | bin | 0 -> 94783 bytes |
2 files changed, 99 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/README b/Master/texmf-dist/doc/luatex/luaotfload/README new file mode 100644 index 00000000000..3cef5e18b39 --- /dev/null +++ b/Master/texmf-dist/doc/luatex/luaotfload/README @@ -0,0 +1,99 @@ + The luaotfload generic package + + +luaotfload is the adaptation of the ConTeXt OTF loading system for Plain and +LaTeX. It allows to open OTF fonts with almost all features available through +the XeTeX font syntax. + +This package is developped on http://github.com/eroux/lualatex/tree/master . + + +Installation +------------ + +Here are the recommended installation methods (preferred first). + +1. If you are using TeX Live 2008 or later, use 'tlmgr install luaotfload'. +Alternatively, try your (TeX or Linux) distribution's package management system. + +2. a. Grab luaotfload.tds.zip on the CTAN. + b. Unzip it at the root of one or your TDS trees. + c. You may need to update some filename database after, see your TeX +distribution's manual for details. + +3. a. Grab the sources from CTAN or github. + b. Run 'make install TEXMF=/path/to/texmf'. + c. See 2c. + +4. Try to figure it out by looking at the Makefile and comments in the sources. + + +Manifest +-------- + +Source files: + luaotfload.dtx single file source & doc for the package + otfl-font-cid.lua OTF support files from the ConTeXt distribution + otfl-font-def.lua . + otfl-font-dum.lua . + otfl-font-ini.lua . + otfl-font-ota.lua . + otfl-font-otb.lua . + otfl-font-otc.lua . + otfl-font-otd.lua . + otfl-font-otf.lua . + otfl-font-oti.lua . + otfl-font-otn.lua . + otfl-font-ott.lua . + otfl-font-tfm.lua . + otfl-font-xtx.lua . + otfl-luat-dum.lua . + otfl-node-dum.lua . + otfl-node-fnt.lua . + otfl-node-ini.lua . + otfl-node-inj.lua . + otfl-node-res.lua OTF support files from the ConTeXt distribution + +Derived files: + luaotfload.pdf documentation + luaotfload.sty TeX & LaTeX package + luaotfload.lua Lua code for the package + +License +------- + +This work is distributed under the GNU GPLv2 license. Please see COPYING file +for more details about the license. + +The files otfl-*.lua are under the GNU GPLv2 license. Their legal notice is + +" +Copyright 2008 PRAGMA ADE / ConTeXt Development Team + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +" + +The file luaotfload.dtx and the derived files + luaotfload.sty + luaotfload.lua + +are under the CC0 license. You can find the CC0 license full text at + +http://creativecommons.org/publicdomain/zero/1.0/legalcode + +and a FAQ at + +http://wiki.creativecommons.org/CC0 + diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf Binary files differnew file mode 100644 index 00000000000..61a6c479104 --- /dev/null +++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf |