diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-19 23:40:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-19 23:40:30 +0000 |
commit | 6171cab1f3d5dd9ec5b7b4765c40fe727be58d9a (patch) | |
tree | 8251f7adfa10d735e0ee7d464c4e0e90cc46db5d /Master/texmf-dist/tex/lualatex | |
parent | 08997fb6f3102311fc047d72d05996fee25271cf (diff) |
showhyphens (19feb16)
git-svn-id: svn://tug.org/texlive/trunk@39787 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty b/Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty index cf1cf02006a..38d1d2603af 100644 --- a/Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty +++ b/Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty @@ -1,4 +1,4 @@ -\ProvidesPackage{showhyphens}[2016/02/05 v0.5b Show hyphenation points (PGU)] +\ProvidesPackage{showhyphens}[2016/02/19 v0.5c Show hyphenation points (PGU)] \RequirePackage{ifluatex,luatexbase} % License: MIT style license @@ -59,12 +59,6 @@ show_hyph = function(head) return true end -require("viznodelist") - -showme = function(head) - - viznodelist.nodelist_visualize(head,"mybox.dot") -end luatexbase.add_to_callback("post_linebreak_filter",show_hyph,"show_hyph") } |