texlive[49595] Master/texmf-dist: lua-visual-debug (4jan19)

commits+karl at tug.org commits+karl at tug.org
Fri Jan 4 22:47:53 CET 2019


Revision: 49595
          http://tug.org/svn/texlive?view=revision&revision=49595
Author:   karl
Date:     2019-01-04 22:47:52 +0100 (Fri, 04 Jan 2019)
Log Message:
-----------
lua-visual-debug (4jan19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.pdf
    trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.tex
    trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/sample-plain.pdf
    trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.pdf
    trunk/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua
    trunk/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/README.md

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/README.doc

Deleted: trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/README.doc
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/README.doc	2019-01-04 21:47:32 UTC (rev 49594)
+++ trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/README.doc	2019-01-04 21:47:52 UTC (rev 49595)
@@ -1,26 +0,0 @@
-The LuaTeX package 'lua-visual-debug' shows boxes, glues, kerns and
-penalties in the PDF output.
-
-Usage:
-
-LaTeX:
-
-\usepackage{lua-visual-debug}
-
-or (plain)
-
-\input lua-visual-debug.sty
-
-
-
-Requirements: The package has only been tested with LuaTeX and
-  the formats plain and LaTeX. Other formats might work as well,
-  but other engines only show a warning message.
-
-
-Copyright 2012–2016 Patrick Gundlach (patrick at gundla.ch) and others (see Git information)
-Package version: 0.5
-Public repository: https://github.com/pgundlach/lvdebug
-Licensed under the MIT license. See the Lua file for details.
-The idea is heavily inspired by Hans Hagen's http://pragma-ade.com/articles/art-visi.pdf
-

Added: trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/README.md	2019-01-04 21:47:52 UTC (rev 49595)
@@ -0,0 +1,37 @@
+Visual debugging for LuaTeX
+===========================
+
+The LuaTeX package `lua-visual-debug` shows boxes, glues, kerns and penalties in the PDF output.
+
+Usage:
+
+LaTeX:
+
+    \usepackage{lua-visual-debug}
+
+or (plain)
+
+    \input lua-visual-debug.sty
+
+
+
+Requirements: The package has only been tested with LuaTeX and
+  the formats plain and LaTeX. Other formats might work as well,
+  but other engines only show a warning message.
+
+
+Copyright 2012–2019 Patrick Gundlach (<patrick at gundla.ch>) and others (see Git information)
+
+Package version: 0.6
+
+Public repository: <https://github.com/pgundlach/lvdebug>
+
+Licensed under the MIT license. See the Lua file for details.
+
+The idea is heavily inspired by Hans Hagen's <http://pragma-ade.com/articles/art-visi.pdf>
+
+
+Example output
+--------------
+
+<p align="center"><img width="300px" src="https://i.imgur.com/S78jTxb.png"></p>


Property changes on: trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.tex	2019-01-04 21:47:32 UTC (rev 49594)
+++ trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.tex	2019-01-04 21:47:52 UTC (rev 49595)
@@ -1,6 +1,6 @@
 \documentclass{article}
 \usepackage{graphicx,listings,lmodern,luatextra}
-\newcommand\pkgversion{0.5}
+\newcommand\pkgversion{0.6}
 
 \newcommand*\pgsmall{\fontsize{8.5}{8.7}\selectfont\ttfamily}
 \lstset{basicstyle=\pgsmall,

Modified: trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/sample-plain.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua	2019-01-04 21:47:32 UTC (rev 49594)
+++ trunk/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua	2019-01-04 21:47:52 UTC (rev 49595)
@@ -1,6 +1,6 @@
 -- Copyright 2012 Patrick Gundlach, patrick at 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,

Modified: trunk/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty	2019-01-04 21:47:32 UTC (rev 49594)
+++ trunk/Master/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty	2019-01-04 21:47:52 UTC (rev 49595)
@@ -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



More information about the tex-live-commits mailing list