From 737df2d11a464a5d565da5ac24076a08944d4221 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 13 Sep 2011 22:53:49 +0000 Subject: new lualatex package showhyphens (13sep11) git-svn-id: svn://tug.org/texlive/trunk@23937 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/lualatex/showhyphens/README | 11 ++++++ .../doc/lualatex/showhyphens/showhyphens-doc.pdf | Bin 0 -> 67382 bytes .../doc/lualatex/showhyphens/showhyphens-doc.tex | 41 +++++++++++++++++++++ .../lualatex/showhyphens/showhyphens-sample.pdf | Bin 0 -> 17790 bytes 4 files changed, 52 insertions(+) create mode 100644 Master/texmf-dist/doc/lualatex/showhyphens/README create mode 100644 Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf create mode 100644 Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex create mode 100644 Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-sample.pdf (limited to 'Master/texmf-dist/doc/lualatex/showhyphens') diff --git a/Master/texmf-dist/doc/lualatex/showhyphens/README b/Master/texmf-dist/doc/lualatex/showhyphens/README new file mode 100644 index 00000000000..1305b5cdc6f --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/showhyphens/README @@ -0,0 +1,11 @@ +The LaTeX package 'showhyphens' shows all possible hyphenation points in +the PDF output. + +Usage: + +\usepackage{showhyphens} + +Requirements: The package only works with LuaLaTeX. + +Copyright 2011 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 new file mode 100644 index 00000000000..a267772d9e1 Binary files /dev/null and b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf differ diff --git a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex new file mode 100644 index 00000000000..1b85d473d9e --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex @@ -0,0 +1,41 @@ +\documentclass{article} +\usepackage{graphics} +\newcommand\LuaLaTeX{Lua\LaTeX} + +\begin{document} +\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. + +\begin{verbatim} +\documentclass{article} +\usepackage{showhyphens} + +\begin{document} +A wonderful serenity has taken +possession of my entire soul, like these +sweet mornings of spring which I enjoy +with my whole heart. I am alone, and +feel the charm of existence in this +spot, which was created for the bliss of +souls like mine. I am so happy, my dear +friend, so absorbed in the exquisite +sense of mere tranquil existence, that I +neglect my talents. I should be +incapable of drawing a single stroke at +the present moment; and yet I feel that +I never was a greater artist than now. +\end{document} +\end{verbatim} + +yields \vspace{5mm} + +\noindent \includegraphics{showhyphens-sample} + +\section{Copying} + +Copyright 2011 Patrick Gundlach (patrick@gundla.ch), licensed under the MIT license. See the style for details. + + +\end{document} diff --git a/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-sample.pdf b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-sample.pdf new file mode 100644 index 00000000000..1a961538abc Binary files /dev/null and b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-sample.pdf differ -- cgit v1.2.3