diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-11-21 16:51:10 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-11-21 16:51:14 +0100 |
commit | 7d8afd6591e978a6a85bf29bbcdbeb3e3936d4d5 (patch) | |
tree | e4ba77b39dc3c3fe6eb5f3a66513afb32c5990ca | |
parent | 94cdd2f5302cac287d8149eb9f1dcf725588c580 (diff) | |
download | lualibs-7d8afd6591e978a6a85bf29bbcdbeb3e3936d4d5.tar.gz |
doc: avoid overloading primitive in our macrosv2.3-rc1
-rw-r--r-- | lualibs.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lualibs.dtx b/lualibs.dtx index 3e1b69f..d1cee61 100644 --- a/lualibs.dtx +++ b/lualibs.dtx @@ -149,7 +149,7 @@ and the derived file lualibs.lua. \definehighlight [fileent][\ttfamily\restoreunderscore] %% files, dirs \definehighlight [texmacro][\sffamily\itshape\textbackslash] %% cs -\definehighlight[luafunction][\sffamily\itshape\restoreunderscore] %% lua identifiers +\definehighlight [luaident][\sffamily\itshape\restoreunderscore] %% lua identifiers \definehighlight [identifier][\sffamily] %% names \definehighlight [abbrev][\rmfamily\scshape] %% acronyms \definehighlight [emphasis][\rmfamily\slshape] %% level 1 emph @@ -246,7 +246,7 @@ and the derived file lualibs.lua. % \CONTEXT loads with every run. % } % the \identifier{lualibs} package can skip loading of the latter on demand. -% The \luafunction{config} table needs to be present prior to loading the +% The \luaident{config} table needs to be present prior to loading the % package for this to work (in the future this may be achieved by an option of % \texmacro{usepackage}) for \LATEX users). % In the \verb|lualibs| field, set \verb|load_extended| to false: @@ -282,7 +282,7 @@ and the derived file lualibs.lua. % % \noindent % If your code is run by the \fileent{texlua} intepreter, you will need to -% initialize \luafunction{kpse} library so that |require()| can find files +% initialize \luaident{kpse} library so that |require()| can find files % under \abbrev{texmf} tree: |kpse.set_program_name("luatex")|. % % \section{Files} @@ -370,7 +370,7 @@ and the derived file lualibs.lua. % \identifier{luaotfload} and \identifier{luatex-fonts}. % \identifier{Luaotfload}, a port of the \CONTEXT fontloader for Plain and % \LATEX, has a hard dependency on the functionality provided by the % -\identifer{Lualibs} package. The packages should not be updated independently. +% \identifier{Lualibs} package. The packages should not be updated independently. % % If \CONTEXT is installed on the system, the merge files can be created % by running: |