diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-12 19:50:12 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-12 19:50:12 +0200 |
commit | 66fbe5c895b191027d609edc2fef9f4888049236 (patch) | |
tree | 7dc54c993f6b6dda42a927b7c8dabee8c1bb4076 | |
parent | a54a5447140eba0e9bf842578be2f7724a165a44 (diff) | |
download | luatexbase-66fbe5c895b191027d609edc2fef9f4888049236.tar.gz |
Fixing many issues and breaking compatibility with LuaTeX < 0.45 (TeXLive 2009)
There were several bugs in there (especially when the file asked ends by '.lua'), but seems ok now. Most of the old code has been removed, as the documentation said the next version would be only compatible with LuaTeX >= 0.45.
-rw-r--r-- | luatexbase.dtx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/luatexbase.dtx b/luatexbase.dtx index b962f30..f7a754a 100644 --- a/luatexbase.dtx +++ b/luatexbase.dtx @@ -126,9 +126,8 @@ See the aforementioned source file(s) for copyright and licensing information. % change should happen in the future, except the removal of the deprecated % commands (currently only \cs{setcatcoderange}). It works with the Plain and % \latex formats adapted for \luatex as provided by \texlive and MiK\tex. -% Currently the oldest version supported is 0.25.4 with formats from \texlive -% 2008; the next release of this package will only support 0.40.6 and greater -% with formats from \texlive 2009 and greater. +% Currently the oldest version supported is 0.40.6 with formats from +% \texlive 2009 and greater. % % \subsection{History} % |