diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-20 18:08:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-20 18:08:12 +0000 |
commit | 6c74068e8e25a54e976521619559143d6e2245b8 (patch) | |
tree | 86bece017d73def2b47406e6813bde153db97f8a /Master/texmf-dist/doc/latex | |
parent | aba1a497da7708c4f143ed49ed034a4058fc2828 (diff) |
new latex package rjlparshap (13jul09)
git-svn-id: svn://tug.org/texlive/trunk@14343 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/rjlparshap/README | 50 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rjlparshap/rjlpshap.pdf | bin | 0 -> 126335 bytes |
2 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/rjlparshap/README b/Master/texmf-dist/doc/latex/rjlparshap/README new file mode 100644 index 00000000000..c834e663281 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rjlparshap/README @@ -0,0 +1,50 @@ + +Copyright (C) 2004 by Robert J Lee <latex@rjlee.homelinux.org> +-------------------------------------------------------------- + +This file may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.2 +of this license or (at your option) any later version. +The latest version of this license is in: + +http://www.latex-project.org/lppl.txt + +and version 1.2 or later is part of all distributions of LaTeX +version 1999/12/01 or later. + + + +Parshape macros for LaTeX2e +--------------------------- + +Provides a front-end to the standard TeX \parshape macro. Allows +length registers to be reused, and \parshape commands to be generated +using loops and other TeX and LaTeX constructs. + + +Example usage: + +\newlength{\len} + +\begin{parshapecollect} + \setlength{\len}{1em} + \parshapelenout{\len} \parshapelenout{15em} + \addtolength{\len}{6em} + \parshapelenout{\len} \parshapelenout{9em} + \addtolength{\len}{1em} + \parshapelenout{0em} \parshapelenout{\len} +\end{parshapecollect} +\texttt{The quick brown fox jumps over the lazy dog.} + + +Produces (assuming a tt font with 1em per character): + + The quick brown + fox jumps +over the +lazy dog + + + +Commands are also available to process arrays of lengths in various +different ways; see PDF documentation for details.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/rjlparshap/rjlpshap.pdf b/Master/texmf-dist/doc/latex/rjlparshap/rjlpshap.pdf Binary files differnew file mode 100644 index 00000000000..5d36be052ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/rjlparshap/rjlpshap.pdf |