summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/lua-visual-debug/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-28 00:34:17 +0000
committerKarl Berry <karl@freefriends.org>2012-02-28 00:34:17 +0000
commit3896a3ce963e514325035018b02583376d23aa6c (patch)
treeb846e8081e3808d61fe8cc83f7c52da20cd1b473 /Master/texmf-dist/doc/luatex/lua-visual-debug/README
parent1c9cfa88a38e47a75fd3a9d1cb19d81330927028 (diff)
lua-visual-debug generic (24feb12)
git-svn-id: svn://tug.org/texlive/trunk@25517 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/lua-visual-debug/README')
-rw-r--r--Master/texmf-dist/doc/luatex/lua-visual-debug/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/lua-visual-debug/README b/Master/texmf-dist/doc/luatex/lua-visual-debug/README
new file mode 100644
index 00000000000..94fd2312ec9
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/lua-visual-debug/README
@@ -0,0 +1,25 @@
+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
+
+
+
+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 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
+