diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-18 17:26:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-18 17:26:10 +0000 |
commit | 631b6655bbfd0b59762273a7e4ce27877f7f44dd (patch) | |
tree | 6a3b8b4a8fef33a85d81ddac8d6dcf7f130292b7 /Master/texmf-dist/doc/latex | |
parent | afd45ac19186679e9df1580e4732f3295ebdb49d (diff) |
new latex package spverbatim (11aug09)
git-svn-id: svn://tug.org/texlive/trunk@14749 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/spverbatim/README | 43 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/spverbatim/spverbatim.pdf | bin | 0 -> 117132 bytes |
2 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/spverbatim/README b/Master/texmf-dist/doc/latex/spverbatim/README new file mode 100644 index 00000000000..85e512887d2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/spverbatim/README @@ -0,0 +1,43 @@ + +-------------------------------------------------+ + | SPVERBATIM: Verbatim text with breakable spaces | + | By Scott Pakin, scott+spverb@pakin.org | + +-------------------------------------------------+ + + +Description +----------- + +LaTeX's \verb macro treats its argument as an unbreakable unit of +text. This can lead to poor typesetting, especially when the argument +is long. The spverbatim package provides an \spverb macro that is +analogous to \verb and an spverbatim environment that is analogous to +verbatim with the difference being that \spverb and spverbatim allow +LaTeX to break lines at space characters. + + +Installation +------------ + +There's nothing special about building spverbatim: + + latex spverbatim.ins <== Generate spverbatim.sty + +If you're new to this, see +http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages for more +information on installing packages. + + +Copyright and license +--------------------- + +Copyright (C) 2009 Scott Pakin, scott+spverb@pakin.org + +This package may be distributed and/or modified under the conditions +of the LaTeX Project Public License, either version 1.3c 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.3c or later is part of all distributions of LaTeX version +2006/05/20 or later. diff --git a/Master/texmf-dist/doc/latex/spverbatim/spverbatim.pdf b/Master/texmf-dist/doc/latex/spverbatim/spverbatim.pdf Binary files differnew file mode 100644 index 00000000000..23ba173d509 --- /dev/null +++ b/Master/texmf-dist/doc/latex/spverbatim/spverbatim.pdf |