summaryrefslogtreecommitdiff
path: root/luatex.dtx
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-04-27 17:09:42 +0200
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-04-27 17:09:42 +0200
commitb4e1f1e6c19a0784f88fd2696f976e190e3614e3 (patch)
tree57c81ab5213fc853e450f18e40a683bcb97339a4 /luatex.dtx
parent9f6a0549cd37e642e4e3fd6c31a210544b6e93a0 (diff)
downloadluatexbase-b4e1f1e6c19a0784f88fd2696f976e190e3614e3.tar.gz
Hack to make newattributes work in cooperation with the oberdiek bundle
Diffstat (limited to 'luatex.dtx')
-rw-r--r--luatex.dtx8
1 files changed, 8 insertions, 0 deletions
diff --git a/luatex.dtx b/luatex.dtx
index 2830f0d..699aee5 100644
--- a/luatex.dtx
+++ b/luatex.dtx
@@ -227,6 +227,14 @@ See the aforementioned source file(s) for copyright and licensing information.
\fi
% \end{macrocode}
%
+% We set |LuT@AllocAttribute| in order for the hacks in luatexbase-attr to
+% work.
+%
+% \begin{macrocode}
+\newcount\LuT@AllocAttribute
+\LuT@AllocAttribute=\m@ne
+% \end{macrocode}
+%
% \subsection{Packages loading}
%
% \begin{macrocode}