From 6171cab1f3d5dd9ec5b7b4765c40fe727be58d9a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 19 Feb 2016 23:40:30 +0000 Subject: showhyphens (19feb16) git-svn-id: svn://tug.org/texlive/trunk@39787 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Master/texmf-dist/tex/lualatex') 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") } -- cgit v1.2.3