From c578c7bf126c81d7ccb7c72e69dafe83435fd49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 28 Mar 2011 12:05:50 +0200 Subject: update todo & fix typos in attr.pdf --- luatexbase-attr.dtx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'luatexbase-attr.dtx') diff --git a/luatexbase-attr.dtx b/luatexbase-attr.dtx index d377f7c..f5e3093 100644 --- a/luatexbase-attr.dtx +++ b/luatexbase-attr.dtx @@ -152,12 +152,12 @@ See source file '\inFileName' for details. % as |tex.atrribute.fooattr|, but not the attribute number). % % There are several ways to work around this. For example, it is possible to -% extract the number at any time from the |\meaning| of |\foobar|. +% extract the number at any time from the |\meaning| of |\fooattr|. % Alternatively, one could look at |\the\allocationnumber| just after the % definition of |\fooattr| and remember it in a Lua variable. For your % convenience, this is automatically done by |\newluatexattribute|: the number % is remembered in a dedicated Lua table so that you can get it as -% |luatexbase.attributes.foobar| (mind the absence of backslash here) at any +% |luatexbase.attributes.fooattr| (mind the absence of backslash here) at any % time. % % Also, two Lua functions are provided that are analogous to the above \tex @@ -399,8 +399,8 @@ end % \section{Test files} % % The tests done are very basic: we just make sure that the package loads -% correctly and the macros don't generate any error, under both LaTeX en -% Plain TeX. We also check that the attribute's number is remembered well, +% correctly and the macros don't generate any error, under both \latex and +% Plain \tex. We also check that the attribute's number is remembered well, % independently of the current value of |\escapechar|. % % \begin{macrocode} -- cgit v1.2.3