summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-05 23:35:28 +0000
committerKarl Berry <karl@freefriends.org>2016-02-05 23:35:28 +0000
commit51400e096ca50dd3c9303cf8aea839947ea4c0dc (patch)
tree5c69c06f5015157021ada1597fe12b8d84dbdf56 /Master/texmf-dist/doc/lualatex
parent58496e93da32b893f5958b37a5d1bf630a93dc15 (diff)
showhyphens (5feb16)
git-svn-id: svn://tug.org/texlive/trunk@39593 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r--Master/texmf-dist/doc/lualatex/showhyphens/README2
-rw-r--r--Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdfbin82101 -> 82999 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex22
3 files changed, 17 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/lualatex/showhyphens/README b/Master/texmf-dist/doc/lualatex/showhyphens/README
index 41d0b060fd3..cf245e5b752 100644
--- a/Master/texmf-dist/doc/lualatex/showhyphens/README
+++ b/Master/texmf-dist/doc/lualatex/showhyphens/README
@@ -7,5 +7,5 @@ Usage:
Requirements: The package only works with LuaLaTeX.
-Copyright 2011-2015 Patrick Gundlach (patrick@gundla.ch),
+Copyright 2011-2016 Patrick Gundlach (patrick@gundla.ch),
licensed under the MIT license. See the style for details.
diff --git a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf
index 292c4cf927d..85c52932a5b 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 c43ef2239a9..6a273113490 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.4a}
+\newcommand\pkgversion{0.5b}
\titlepage{%
title={The showhyphens package},
@@ -18,8 +18,8 @@
\section{Documentation}
-When you load the package \texttt{showhyphens} in your \LuaLaTeX\ document, \LaTeX\ will show all possible hyphenation points. This
-package requires you to process the document with \LuaLaTeX.
+When you load the package \texttt{showhyphens} in your Lua\LaTeX\ document, \LaTeX\ will show all possible hyphenation points. This
+package requires you to process the document with Lua\LaTeX.
\begin{verbatim}
\documentclass{article}
@@ -49,8 +49,9 @@ yields \vspace{5mm}
\section{Bugs and limitations}
% see http://tex.stackexchange.com/q/268884
-Ligatures will give incorrect results. For example \enquote{office} gives:
-offi'ce but should show of'fice instead. While it is possible to look inside
+Hyphenation points within ligatures cannot be shown correctly. The package marks the ligature with a horizontal bar on top. The hyphenation point is somewhere within the ligature.
+For example \enquote{office} gives the word \enquote{office} with a horizontal bar on top of \enquote{ffi} 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
@@ -67,6 +68,15 @@ pure luck, and therefore out of the scope of the package.
\section{Changes}
\begin{changelog}
+\begin{release}{0.5b}{2016-02-05}
+ \item Fix version number
+\end{release}
+\begin{release}{0.5a}{2016-02-05}
+ \item Remove debug message
+\end{release}
+\begin{release}{0.5}{2016-02-05}
+ \item Mark ligatures
+\end{release}
\begin{release}{0.4a}{2015-09-23}
\item Documentation update.
\end{release}
@@ -83,7 +93,7 @@ pure luck, and therefore out of the scope of the package.
\section{Copying}
-Copyright 2011-2014 Patrick Gundlach (patrick@gundla.ch), licensed under the MIT license. See the style for details.
+Copyright 2011-2016 Patrick Gundlach (patrick@gundla.ch), licensed under the MIT license. See the style for details.
\end{document}