diff options
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/luapstricks/luapstricks.lua')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/luapstricks/luapstricks.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/lualatex/luapstricks/luapstricks.lua b/Master/texmf-dist/tex/lualatex/luapstricks/luapstricks.lua index 9797073d2d9..1ab25e42929 100644 --- a/Master/texmf-dist/tex/lualatex/luapstricks/luapstricks.lua +++ b/Master/texmf-dist/tex/lualatex/luapstricks/luapstricks.lua @@ -18,8 +18,8 @@ if luatexbase then luatexbase.provides_module { name = 'luapstricks', - version = 'v0.9', - date = '2023-04-14', + version = 'v0.10', + date = '2023-05-23', description = 'PSTricks backend for LuaLaTeX', } end @@ -4191,7 +4191,7 @@ local fid = font.define{ ps_pos_x, ps_pos_y = pdf.getpos() n.xoffset = -ps_pos_x n.yoffset = -ps_pos_y - n = node.hpack(n) + n = node.hpack(n, 0, 1, 0) -- Default width, TLT vf.node(node.direct.todirect(n)) node.free(n) end} |