summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/stringstrings
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-01 00:29:26 +0000
committerKarl Berry <karl@freefriends.org>2008-04-01 00:29:26 +0000
commitf75d6cc3f99e24feb4fa05d04ff9be31ac3372ba (patch)
tree993d29c2a865525d0b4ecf89e1ae18a0cd02f371 /Master/texmf-dist/doc/latex/stringstrings
parent396c32d3bf0da9bc7b24122e15b65454634fe851 (diff)
new latex package stringstrings (31mar08)
git-svn-id: svn://tug.org/texlive/trunk@7272 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/stringstrings')
-rw-r--r--Master/texmf-dist/doc/latex/stringstrings/README24
-rw-r--r--Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdfbin0 -> 301212 bytes
2 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/stringstrings/README b/Master/texmf-dist/doc/latex/stringstrings/README
new file mode 100644
index 00000000000..b423e7d339f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stringstrings/README
@@ -0,0 +1,24 @@
+ The stringstrings package
+ =========================
+
+This package provides a large and sundry array of routines for the
+manipulation of strings. The routines are developed not only for
+cosmetic application, such as the changing of letter cases, selective
+removal of character classes, and string substitution, but also for
+programming application, such as character look-ahead applications,
+argument parsing, if-tests for various string conditions, etc. A key
+tenet employed during the development of this package (unlike, for
+comparison, the \uppercase and \lowercase routines) was to have
+resultant strings be ``expanded'' (i.e., the product of an \edef), so
+that the \stringstrings routines could be strung together sequentially and
+nested (after a fashion) to achieve very complex manipulations.
+
+Run `stringstrings.ins' through LaTeX to produce stringstrings.sty
+ from stringstrings.dtx.
+Run `stringstrings.dtx' through LaTeX to produce the documentation.
+
+This program can be redistributed and/or modified, with attribution.
+
+ Steven Segletes <steven@arl.army.mil>
+ 28 March 2008
+
diff --git a/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf b/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf
new file mode 100644
index 00000000000..2470e1d3756
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/stringstrings/stringstrings.pdf
Binary files differ