summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdfbin82999 -> 83289 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex5
-rw-r--r--Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty8
3 files changed, 5 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf
index 85c52932a5b..06a175f3255 100644
--- a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf
+++ b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex
index 6a273113490..0ec28752900 100644
--- a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex
+++ b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex
@@ -1,7 +1,7 @@
\documentclass{ltxdockit}
\usepackage{dtklogos,csquotes,graphicx}
-\newcommand\pkgversion{0.5b}
+\newcommand\pkgversion{0.5c}
\titlepage{%
title={The showhyphens package},
@@ -68,6 +68,9 @@ pure luck, and therefore out of the scope of the package.
\section{Changes}
\begin{changelog}
+\begin{release}{0.5c}{2016-02-19}
+ \item Remove viz-nodelist
+\end{release}
\begin{release}{0.5b}{2016-02-05}
\item Fix version number
\end{release}
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")
}