summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/placeat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/placeat')
-rw-r--r--Master/texmf-dist/tex/lualatex/placeat/placeat.sty5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/placeat/placeat.sty b/Master/texmf-dist/tex/lualatex/placeat/placeat.sty
index ccb1ffdce11..1fec067a56f 100644
--- a/Master/texmf-dist/tex/lualatex/placeat/placeat.sty
+++ b/Master/texmf-dist/tex/lualatex/placeat/placeat.sty
@@ -13,7 +13,7 @@
%% of this license or (at your option) any later version. This work has the LPPL mainten-
%% ance status ‘maintained’.
\ProvidesPackage{placeat}%
- [2017/08/19 v0.1d absolute content positioning]
+ [2017/08/19 v0.1d1 absolute content positioning]
\RequirePackage{luatexbase}
\RequirePackage{luacode}
\RequirePackage{atbegshi}
@@ -91,7 +91,7 @@
}
\def\firstof #1,#2X{#1}
\def\secondof #1,#2X{#2}
-\let\ifdrawgrid\iftrue
+\gdef\drawgridnum{1}
\luaexec{
arrowheadlength = 5
drawgrid = false
@@ -197,6 +197,7 @@
}
}
\ExplSyntaxOn
+\gdef\drawgridnum{1}
\keys_define:nn{placeat}{
alphanumgrid.code:n = \directlua{alphanumgrid = true},
arrowheadlength.code:n = \directlua{arrowheadlength=#1},