From 1c3cc9603566ac83f6c79eddd39ca61a2d70a7ad Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Fri, 29 Nov 2013 14:40:22 +0100 Subject: [attr] fix error message --- luatexbase-attr.dtx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luatexbase-attr.dtx b/luatexbase-attr.dtx index 5b7288f..4d2cf2a 100644 --- a/luatexbase-attr.dtx +++ b/luatexbase-attr.dtx @@ -391,9 +391,9 @@ local unset_attribute local luatex_sty_counter = 'LuT@AllocAttribute' if tex.count[luatex_sty_counter] then if tex.count[luatex_sty_counter] > -1 then - error("luatexbase error: attribute 0 has already been set by \newattribute" - .."macro from luatex.sty, not belonging to this package, this makes" - .."luaotfload unusable. Please report to the maintainer of luatex.sty") + error("luatexbase error: Attribute 0 has already been set by the \\newattribute " + .."macro from luatex.sty, not belonging to this package. This makes " + .."luaotfload unusable. Please report to the maintainer of luatex.sty.") else tex.count[luatex_sty_counter] = 0 end -- cgit v1.2.3