diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-04 21:47:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-04 21:47:52 +0000 |
commit | 0152ebfa557ae875b2135565bbc16ad01a55ab77 (patch) | |
tree | e25e025c2d5266bb28f15a052afc508b47bfdf41 /Master/texmf-dist/tex | |
parent | 901a1fb76ec83a7a3472b6ed56ae5c95df44d68e (diff) |
lua-visual-debug (4jan19)
git-svn-id: svn://tug.org/texlive/trunk@49595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua b/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua index eb962c06804..a933706b3d1 100644 --- a/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua +++ b/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua @@ -1,6 +1,6 @@ -- Copyright 2012 Patrick Gundlach, patrick@gundla.ch -- Public repository: https://github.com/pgundlach/lvdebug (issues/pull requests,...) --- Version: 0.5 +-- Version: 0.6 -- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the -- "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, diff --git a/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty b/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty index 0f250b4563f..35cd17380e1 100644 --- a/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty +++ b/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty @@ -1,7 +1,7 @@ % see lua file for copyright information (MIT License) -\def\lvdebugpkgdate{2016/05/30} -\def\lvdebugpkgversion{0.5} +\def\lvdebugpkgdate{2019/01/04} +\def\lvdebugpkgversion{0.6} \expandafter\ifx\csname ProvidesPackage\endcsname\relax \input ifluatex.sty\relax |