summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/placeat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-27 23:56:21 +0000
committerKarl Berry <karl@freefriends.org>2017-08-27 23:56:21 +0000
commit6d80d3a99e7d66cb09d38a9ba8aef64d181ad80d (patch)
tree18183b022cd41d372e6ab04a5405ca2442096988 /Master/texmf-dist/tex/lualatex/placeat
parent1ebb33e9902b2a96b03f5cd15dcf3f6c561f19ef (diff)
placeat (27aug17)
git-svn-id: svn://tug.org/texlive/trunk@45145 c570f23f-e606-0410-a88d-b1316a301751
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},