summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-19 23:40:30 +0000
committerKarl Berry <karl@freefriends.org>2016-02-19 23:40:30 +0000
commit6171cab1f3d5dd9ec5b7b4765c40fe727be58d9a (patch)
tree8251f7adfa10d735e0ee7d464c4e0e90cc46db5d /Master/texmf-dist
parent08997fb6f3102311fc047d72d05996fee25271cf (diff)
showhyphens (19feb16)
git-svn-id: svn://tug.org/texlive/trunk@39787 c570f23f-e606-0410-a88d-b1316a301751
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")
}