diff options
Diffstat (limited to 'Master/texmf-dist/doc/luatex/lua-visual-debug/README.md')
-rw-r--r-- | Master/texmf-dist/doc/luatex/lua-visual-debug/README.md | 37 |
1 files changed, 37 insertions, 0 deletions
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 (<patrick@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> |