summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty')
-rw-r--r--Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty8
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")
}