diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf | bin | 81844 -> 82101 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf Binary files differindex f5da2d56113..292c4cf927d 100644 --- a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf +++ b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf diff --git a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex index 27b3656af71..c43ef2239a9 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.4} +\newcommand\pkgversion{0.4a} \titlepage{% title={The showhyphens package}, @@ -50,11 +50,11 @@ yields \vspace{5mm} % see http://tex.stackexchange.com/q/268884 Ligatures will give incorrect results. For example \enquote{office} gives: -offi'ce but should show of'ffice instead. While it is possible to look inside +offi'ce but should show of'fice instead. While it is possible to look inside the ffi ligature and find out where the original hyphen character was placed (between the first f and the following component fi), it is very hard to draw the line indicating the hyphenation point correctly. The ffi ligature is one -opaque rectancgle to the package. Drawing a line at the correct position is +opaque rectangle to the package. Drawing a line at the correct position is pure luck, and therefore out of the scope of the package. \section{Options} @@ -67,6 +67,9 @@ pure luck, and therefore out of the scope of the package. \section{Changes} \begin{changelog} +\begin{release}{0.4a}{2015-09-23} + \item Documentation update. +\end{release} \begin{release}{0.4}{2015-09-22} \item Document limitation on ligatures. \end{release} diff --git a/Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty b/Master/texmf-dist/tex/lualatex/showhyphens/showhyphens.sty index 2d6f35bc0c8..b8e0c480851 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}[2015/09/22 v0.4 Show hyphenation points (PGU)] +\ProvidesPackage{showhyphens}[2015/09/23 v0.4a Show hyphenation points (PGU)] \RequirePackage{ifluatex,luatexbase} % License: MIT style license |