diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-13 22:53:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-13 22:53:49 +0000 |
commit | 737df2d11a464a5d565da5ac24076a08944d4221 (patch) | |
tree | 83376cfb686fe670feb9e3d44126123f3d59e95c /Master/texmf-dist/doc/lualatex | |
parent | e646dedf9c5e492e2598cdfd13cda820ad2f62a7 (diff) |
new lualatex package showhyphens (13sep11)
git-svn-id: svn://tug.org/texlive/trunk@23937 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/showhyphens/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.pdf | bin | 0 -> 67382 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-doc.tex | 41 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-sample.pdf | bin | 0 -> 17790 bytes |
4 files changed, 52 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000000..a267772d9e1 --- /dev/null +++ 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 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 Binary files differnew file mode 100644 index 00000000000..1a961538abc --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/showhyphens/showhyphens-sample.pdf |