From 0152ebfa557ae875b2135565bbc16ad01a55ab77 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 4 Jan 2019 21:47:52 +0000 Subject: lua-visual-debug (4jan19) git-svn-id: svn://tug.org/texlive/trunk@49595 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/luatex/lua-visual-debug/README.doc | 26 --------------- .../doc/luatex/lua-visual-debug/README.md | 37 +++++++++++++++++++++ .../doc/luatex/lua-visual-debug/lvdebug-doc.pdf | Bin 307718 -> 211678 bytes .../doc/luatex/lua-visual-debug/lvdebug-doc.tex | 2 +- .../doc/luatex/lua-visual-debug/sample-plain.pdf | Bin 49110 -> 51119 bytes .../doc/luatex/lua-visual-debug/sample.pdf | Bin 143012 -> 45255 bytes 6 files changed, 38 insertions(+), 27 deletions(-) delete mode 100644 Master/texmf-dist/doc/luatex/lua-visual-debug/README.doc create mode 100644 Master/texmf-dist/doc/luatex/lua-visual-debug/README.md (limited to 'Master/texmf-dist/doc/luatex') diff --git a/Master/texmf-dist/doc/luatex/lua-visual-debug/README.doc b/Master/texmf-dist/doc/luatex/lua-visual-debug/README.doc deleted file mode 100644 index 023ea89e372..00000000000 --- a/Master/texmf-dist/doc/luatex/lua-visual-debug/README.doc +++ /dev/null @@ -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@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 - diff --git a/Master/texmf-dist/doc/luatex/lua-visual-debug/README.md b/Master/texmf-dist/doc/luatex/lua-visual-debug/README.md new file mode 100644 index 00000000000..ad82c5a9366 --- /dev/null +++ b/Master/texmf-dist/doc/luatex/lua-visual-debug/README.md @@ -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 () and others (see Git information) + +Package version: 0.6 + +Public repository: + +Licensed under the MIT license. See the Lua file for details. + +The idea is heavily inspired by Hans Hagen's + + +Example output +-------------- + +

diff --git a/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.pdf b/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.pdf index 9986860499a..5fd0644ee5e 100644 Binary files a/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.pdf and b/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.pdf differ diff --git a/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.tex b/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.tex index b466530bc12..50ba8972794 100644 --- a/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.tex +++ b/Master/texmf-dist/doc/luatex/lua-visual-debug/lvdebug-doc.tex @@ -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, diff --git a/Master/texmf-dist/doc/luatex/lua-visual-debug/sample-plain.pdf b/Master/texmf-dist/doc/luatex/lua-visual-debug/sample-plain.pdf index 3b3851f39a3..817343c454b 100644 Binary files a/Master/texmf-dist/doc/luatex/lua-visual-debug/sample-plain.pdf and b/Master/texmf-dist/doc/luatex/lua-visual-debug/sample-plain.pdf differ diff --git a/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.pdf b/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.pdf index f6f6dc6e072..1029566cae9 100644 Binary files a/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.pdf and b/Master/texmf-dist/doc/luatex/lua-visual-debug/sample.pdf differ -- cgit v1.2.3