texlive[45145] Master/texmf-dist: placeat (27aug17)

commits+karl at tug.org commits+karl at tug.org
Mon Aug 28 01:56:21 CEST 2017


Revision: 45145
          http://tug.org/svn/texlive?view=revision&revision=45145
Author:   karl
Date:     2017-08-28 01:56:21 +0200 (Mon, 28 Aug 2017)
Log Message:
-----------
placeat (27aug17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/lualatex/placeat/placeat.pdf
    trunk/Master/texmf-dist/source/lualatex/placeat/placeat.dtx
    trunk/Master/texmf-dist/tex/lualatex/placeat/placeat.sty

Modified: trunk/Master/texmf-dist/doc/lualatex/placeat/placeat.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/lualatex/placeat/placeat.dtx
===================================================================
--- trunk/Master/texmf-dist/source/lualatex/placeat/placeat.dtx	2017-08-27 23:56:09 UTC (rev 45144)
+++ trunk/Master/texmf-dist/source/lualatex/placeat/placeat.dtx	2017-08-27 23:56:21 UTC (rev 45145)
@@ -110,7 +110,7 @@
 \begin{document}
 \centerline{\fontsize{40}{55}\selectfont place\ALT}
 
-\centerline{v0.1d}
+\centerline{v0.1d1}
 \centerline{\hspace*{2cm} Arno L. Trautmann}
 \centerline{\href{mailto:arno.trautmann at gmx.de}{arno.trautmann at gmx.de}}
 
@@ -395,7 +395,7 @@
 % The Lua file is not found by using a simple |dofile("placeat.lua")| call, but we have to use kpse's |find_file|.
 %    \begin{macrocode}
 \ProvidesPackage{placeat}%
-  [2017/08/19 v0.1d absolute content positioning]
+  [2017/08/19 v0.1d1 absolute content positioning]
 \RequirePackage{luatexbase}
 \RequirePackage{luacode}
 \RequirePackage{atbegshi}
@@ -505,7 +505,7 @@
 %    \end{macrocode}
 % Setup of variables and macros we need later.
 %    \begin{macrocode}
-\let\ifdrawgrid\iftrue
+\gdef\drawgridnum{1}
 \luaexec{
   arrowheadlength = 5
   drawgrid = false
@@ -632,6 +632,7 @@
 % Especially one thing will be annoying, the space-gobbling. Nice feature on one hand, but annoying inside the |\directlua| on the other hand. Therefore, we need the |~| to separate |gridnr| and |gridnry| below.
 %    \begin{macrocode}
 \ExplSyntaxOn
+\gdef\drawgridnum{1}
 \keys_define:nn{placeat}{
   alphanumgrid.code:n    = \directlua{alphanumgrid = true},
   arrowheadlength.code:n = \directlua{arrowheadlength=#1},

Modified: trunk/Master/texmf-dist/tex/lualatex/placeat/placeat.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/placeat/placeat.sty	2017-08-27 23:56:09 UTC (rev 45144)
+++ trunk/Master/texmf-dist/tex/lualatex/placeat/placeat.sty	2017-08-27 23:56:21 UTC (rev 45145)
@@ -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},



More information about the tex-live-commits mailing list