diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-11-05 23:29:15 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-11-05 23:29:27 +0100 |
commit | 4540a7d25d8a2dbbc3c773f2f27f2f1d7604b2ea (patch) | |
tree | 6bd688da73132baf5e1ec780560117bb488c2f9d /doc/luaotfload-latex.tex | |
parent | 6b80e23341e454f6416d8c36c16820dcdf9a7bba (diff) | |
download | luaotfload-4540a7d25d8a2dbbc3c773f2f27f2f1d7604b2ea.tar.gz |
[doc] fix manual build
``\luafunction`` appears to now have some fragile semantics that we’d
rather avoid. Also the Latex folks finally got rid of the ``\luatex…``
namespace for primitives.
Diffstat (limited to 'doc/luaotfload-latex.tex')
-rw-r--r-- | doc/luaotfload-latex.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/luaotfload-latex.tex b/doc/luaotfload-latex.tex index 34c494d..9f09f4f 100644 --- a/doc/luaotfload-latex.tex +++ b/doc/luaotfload-latex.tex @@ -1,4 +1,4 @@ -\luatexsuppresslongerror1%% sigh ... +\suppresslongerror1%% sigh ... %% Copyright (C) 2009-2014 %% %% by Elie Roux <elie.roux@telecom-bretagne.eu> @@ -129,7 +129,7 @@ \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 @@ -301,7 +301,7 @@ \definelist [descriptions]{\normalitem {\textbf \first}\hfill\break} \definelist [definitions]{\normalitem {\fileent {\first}}} \definelist [filelist]{\normalitem {\fileent {\first}}\space--\hskip 1em} -\definelist [functionlist]{\normalitem {\luafunction {\first}}\hfill\break} +\definelist [functionlist]{\normalitem {\luaident {\first}}\hfill\break} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% columns |