diff options
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/lua-visual-debug/README')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lua-visual-debug/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lua-visual-debug/README b/Master/texmf-dist/doc/lualatex/lua-visual-debug/README new file mode 100644 index 00000000000..ffec4835ed8 --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/lua-visual-debug/README @@ -0,0 +1,15 @@ +The LaTeX package 'lua-visual-debug' shows boxes, glues, kerns and +penalties in the PDF output. + +Usage: + +\usepackage{lua-visual-debug} + +Requirements: The package only works with LuaLaTeX. + With other engines, a warning message will be shown. + +Copyright 2012 Patrick Gundlach (patrick@gundla.ch) +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 + |