diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-02-07 15:13:06 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-02-07 15:13:06 +0200 |
commit | bc1664303dad3777c16a8379e5c3257b41aeac69 (patch) | |
tree | 78e7fefc727cb7558ae28d03d5273bbf266f1f2e | |
parent | a6c33993ccdd87d14c6d07293c5911eb79367fea (diff) | |
download | luaotfload-bc1664303dad3777c16a8379e5c3257b41aeac69.tar.gz |
Adding a News file
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | News | 18 | ||||
-rw-r--r-- | README | 3 |
3 files changed, 22 insertions, 3 deletions
@@ -9,11 +9,11 @@ OTFL = $(wildcard otfl-*.lua) COMPILED = $(DOC) UNPACKED = luaotfload.sty luaotfload.lua GENERATED = $(COMPILED) $(UNPACKED) -SOURCE = $(DTX) $(OTFL) README Makefile +SOURCE = $(DTX) $(OTFL) README Makefile News # Files grouped by installation location RUNFILES = $(UNPACKED) $(OTFL) -DOCFILES = $(DOC) README +DOCFILES = $(DOC) README News SRCFILES = $(DTX) Makefile # The following definitions should be equivalent @@ -0,0 +1,18 @@ + History of the luaotfload bundle + +Currrent git, luaotfload v1.07: + * synchronizing with latest ConTeXt beta 2010.02.03 + * adding support for color and transparency + * adding a script to generate a font database with TeX and system fonts + * more verbose log file + +2010/12/01, luaotfload v1.06a: + * more complete tlig and trep + * defaults options changed to "+ccmp;+locl;+rlig;+liga;+clig;+kern; + +mark;+mkmk;" + * supporting windows absolute path + +2009/12/01, luaotfload v1.06: + * synchronizing with ConTeXt stable 2009.11.26 + * adding backward compatibility with LuaTeX 0.40.6 + @@ -5,7 +5,8 @@ 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 developed on <http://github.com/mpg/luaotfload>. +This package is developed on <http://github.com/mpg/luaotfload>, see the 'News' +file for version history. Installation |