diff options
| -rw-r--r-- | Changes | 8 | ||||
| -rw-r--r-- | luatexbase-modutils.dtx | 2 | ||||
| -rw-r--r-- | luatexbase.dtx | 6 | 
3 files changed, 11 insertions, 5 deletions
@@ -1,6 +1,12 @@                      Changes in the luatexbase package/bundle -2013/04/22 v0.6 +2013/05/04 v0.6 +    attr +        - hack to make luatexbase and luatex.sty compatible for attribute +          allocation +        - adding whatsit nodes allocation functions (see doc) +    modutils +        - adding functions to check the availability and version of a module      loader          - do not output included file paths when called by texlua      mcb diff --git a/luatexbase-modutils.dtx b/luatexbase-modutils.dtx index 2851286..33fc974 100644 --- a/luatexbase-modutils.dtx +++ b/luatexbase-modutils.dtx @@ -111,7 +111,7 @@ See the aforementioned source file(s) for copyright and licensing information.  %   Grave accent  \`     Left brace    \{     Vertical bar  \|  %   Right brace   \}     Tilde         \~}  % -% \pkdate{luatexbase-modutils}{v0.5 2013-04-13} +% \pkdate{luatexbase-modutils}{v0.6 2013-05-04}  %  % \maketitle  % diff --git a/luatexbase.dtx b/luatexbase.dtx index 49b0c07..2849818 100644 --- a/luatexbase.dtx +++ b/luatexbase.dtx @@ -93,7 +93,7 @@ See the aforementioned source file(s) for copyright and licensing information.  %   Grave accent  \`     Left brace    \{     Vertical bar  \|  %   Right brace   \}     Tilde         \~}  % -% \pkdate{luatexbase}{v0.5 2013-04-13} +% \pkdate{luatexbase}{v0.6 2013-05-04}  %  % \maketitle  % @@ -116,7 +116,7 @@ See the aforementioned source file(s) for copyright and licensing information.  %   \subpk{regs} extented allocation scheme for registers and the like,  %   \emph{\`a la} \pk{etex}.  %   \subpk{cctb} catcode table allocation. -%   \subpk{attr} attribute allocation. +%   \subpk{attr} attribute and whatsit node allocation.  %   \subpk{mcb} callbacks extensions allowing to register many functions in a  %   single callback, and declare new callbacks for packages.  %   \subpk{modutils} Lua module declaration, including version checks. @@ -214,7 +214,7 @@ See the aforementioned source file(s) for copyright and licensing information.      \let\x\ProvidesPackage    \fi  \expandafter\endgroup -\x{luatexbase}[2013/04/13 v0.5 Module utilities for LuaTeX] +\x{luatexbase}[2013/05/04 v0.6 Module utilities for LuaTeX]  %    \end{macrocode}  %  %    Make sure \luatex is used.  | 
