From 1d864db4b9bf32da99c0166a256ef52b08c8f132 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 3 Oct 2015 23:10:26 +0000 Subject: luatexbase (3oct15) git-svn-id: svn://tug.org/texlive/trunk@38539 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/luatex/luatexbase/luatexbase.dtx | 24 +++++++++++++++++++--- .../source/luatex/luatexbase/luatexbase.ins | 2 ++ 2 files changed, 23 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/source/luatex/luatexbase') diff --git a/Master/texmf-dist/source/luatex/luatexbase/luatexbase.dtx b/Master/texmf-dist/source/luatex/luatexbase/luatexbase.dtx index 9e1c907cd3c..5dc0e37e520 100644 --- a/Master/texmf-dist/source/luatex/luatexbase/luatexbase.dtx +++ b/Master/texmf-dist/source/luatex/luatexbase/luatexbase.dtx @@ -30,7 +30,7 @@ \ProvidesFile{luatexbase.dtx} % %<*tex,sty> -[2015/10/02 v1.1 +[2015/10/03 v1.2 % % luatexbase interface to LuaTeX % luatexbase interface to LuaTeX (legacy subpackage) @@ -205,7 +205,7 @@ % % \noindent % \DescribeMacro{add\_to\_callback}\meta{name}\meta{function}\meta{description}\meta{priority}\\% -% This function is defined as a wraper around the kernel-level +% This function is defined as a wrapper around the kernel-level % implementation, which does not have the fourth \meta{priority} % argument. % @@ -588,7 +588,6 @@ end %<*whatsit> \directlua{% % \end{macrocode} - % % \begin{macrocode} local user_whatsits = { __unassociated = { } } @@ -824,4 +823,23 @@ luatexbase.dumpregisteredwhatsits = dump_registered_whatsits % % \end{macrocode} % +% \subsection{Legacy Lua code} +% +% \changes{v1.2}{2015/10/03}{Provide \texttt{luatexbase.loader.lua}} +% +% The original \textsf{luatexbase} included a file |luatexbase.loader.lua| +% that could be loaded independently of the rest of the package. This really +% doesn't need to do anything! +% \begin{macrocode} +%<*emu-lua> +% \end{macrocode} +% +% \begin{macrocode} +luatexbase = luatexbase or { } +% \end{macrocode} +% +% \begin{macrocode} +% +% \end{macrocode} +% % \Finale diff --git a/Master/texmf-dist/source/luatex/luatexbase/luatexbase.ins b/Master/texmf-dist/source/luatex/luatexbase/luatexbase.ins index 5ebba2f69e4..9730a753317 100644 --- a/Master/texmf-dist/source/luatex/luatexbase/luatexbase.ins +++ b/Master/texmf-dist/source/luatex/luatexbase/luatexbase.ins @@ -14,4 +14,6 @@ \generate{\file{luatexbase-cctb.sty}{\from{luatexbase.dtx}{sty,emu-cct}}} \generate{\file{luatexbase-mcb.sty}{\from{luatexbase.dtx}{sty,emu-mcb}}} +\generate{\file{luatexbase.loader.lua}{\from{luatexbase.dtx}{emu-lua}}} + \endbatchfile -- cgit v1.2.3