diff options
-rw-r--r-- | TODO | 9 | ||||
-rw-r--r-- | luatexbase.dtx | 4 |
2 files changed, 5 insertions, 8 deletions
@@ -1,5 +1,4 @@ -attr: \newluatexattribute -> \newattribute? -(Do it unless strong opposition before, like, May 16th.) +attr: \newluatexattribute -> \newattribute modutils -------- @@ -21,12 +20,6 @@ mcb - General review of code and comments. - Update user documentation. -luatexbase ----------- - -- create it, make it load the others (except maybe mcb for now) -- create general documentation - afterwards ---------- diff --git a/luatexbase.dtx b/luatexbase.dtx index 1a7499a..45e3cc0 100644 --- a/luatexbase.dtx +++ b/luatexbase.dtx @@ -136,6 +136,10 @@ See source file '\inFileName' for details. % single callback, and declare new callbacks for packages. % \end{description} % +% All packages in this bundle are supposed to work with \luatex 0.25.4 to +% 0.60.x, with formats based on \plaintex or \latex, as included in \texlive +% 2008, 2009, and 2010. +% % \section{Implementation} % % \begin{macrocode} |