summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/placeat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-18 23:32:58 +0000
committerKarl Berry <karl@freefriends.org>2014-04-18 23:32:58 +0000
commitb7046ed702ccc19fbe5e5ee9fdcd4f93f414804b (patch)
tree42f7f21204611de59c2b07953043b579b2041642 /Master/texmf-dist/tex/lualatex/placeat
parentd1d2d0181ea710ab92e90d157ea29f6d7fbc456d (diff)
placeat (18apr14)
git-svn-id: svn://tug.org/texlive/trunk@33526 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/placeat')
-rw-r--r--Master/texmf-dist/tex/lualatex/placeat/placeat.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/placeat/placeat.sty b/Master/texmf-dist/tex/lualatex/placeat/placeat.sty
index 59ac22fa518..a42edbb9373 100644
--- a/Master/texmf-dist/tex/lualatex/placeat/placeat.sty
+++ b/Master/texmf-dist/tex/lualatex/placeat/placeat.sty
@@ -13,12 +13,12 @@
%% of this license or (at your option) any later version. This work has the LPPL mainten-
%% ance status ‘maintained’.
\ProvidesPackage{placeat}%
- [2014/04/15 v0.1 absolute content positioning]
+ [2014/04/18 v0.1a absolute content positioning]
\RequirePackage{luatexbase}
\RequirePackage{luacode}
\RequirePackage{atbegshi}
\RequirePackage{xparse}
-\directlua{dofile(kpse.find_file("placeat.lua"))}
+\directlua{dofile(kpse.find_file("placeat.lua",'lua'))}
\NewDocumentCommand\placeat{ggd()d<>O{}mo}{
\IfValueT{#1}{ %% two coordinates in { }{ } pair.
\IfValueT{#2}{ %% if second argument is not given, everything breaks. not nice.