summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/substr
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-22 00:10:59 +0000
committerKarl Berry <karl@freefriends.org>2009-11-22 00:10:59 +0000
commit1726c0d626780ea925457d8f77bf774ce27211c2 (patch)
treeb7714a796b54873f826e810987021997a0bfce79 /Master/texmf-dist/doc/latex/substr
parent85c2888835a33844b01fcf9a536dd6d481c99c49 (diff)
substr 1.2 (20oct09)
git-svn-id: svn://tug.org/texlive/trunk@16117 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/substr')
-rw-r--r--Master/texmf-dist/doc/latex/substr/ChangeLog3
-rw-r--r--Master/texmf-dist/doc/latex/substr/README4
-rw-r--r--Master/texmf-dist/doc/latex/substr/testsubstr.pdfbin18438 -> 18413 bytes
-rw-r--r--Master/texmf-dist/doc/latex/substr/testsubstr.tex13
4 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/substr/ChangeLog b/Master/texmf-dist/doc/latex/substr/ChangeLog
index 10327fe961c..c57dd3e4567 100644
--- a/Master/texmf-dist/doc/latex/substr/ChangeLog
+++ b/Master/texmf-dist/doc/latex/substr/ChangeLog
@@ -1,2 +1,5 @@
+2009/10/20 v1.2 Uwe Lück
+ - Fix \IfSubStringInString which did not work if the string was contained in the substring
+
2005/11/29 v1.1 Harald Harders
- Add \IfBeforeSubStringEmpty and \IfBehindSubStringEmpty.
diff --git a/Master/texmf-dist/doc/latex/substr/README b/Master/texmf-dist/doc/latex/substr/README
index 4e8554ee7db..95fef13824b 100644
--- a/Master/texmf-dist/doc/latex/substr/README
+++ b/Master/texmf-dist/doc/latex/substr/README
@@ -23,7 +23,7 @@ who improved and rewrote many parts of it.
-Copyright 2000, 2005 Harald Harders
+Copyright 2000, 2005, 2009 Harald Harders
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
@@ -31,6 +31,6 @@ archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
-2005-11-29
+2009-10-20
Harald Harders
h.harders@tu-bs.de
diff --git a/Master/texmf-dist/doc/latex/substr/testsubstr.pdf b/Master/texmf-dist/doc/latex/substr/testsubstr.pdf
index 515eb804d12..2d94070fb97 100644
--- a/Master/texmf-dist/doc/latex/substr/testsubstr.pdf
+++ b/Master/texmf-dist/doc/latex/substr/testsubstr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/substr/testsubstr.tex b/Master/texmf-dist/doc/latex/substr/testsubstr.tex
index 2b9054ae045..1429b7515a0 100644
--- a/Master/texmf-dist/doc/latex/substr/testsubstr.tex
+++ b/Master/texmf-dist/doc/latex/substr/testsubstr.tex
@@ -15,6 +15,19 @@
\IfSubStringInString{\subSTR}{\str}{Error}{No ``\subSTR'' in ``\str''}
+\IfSubStringInString{day after }{day after day}{JA}{NEIN}
+\IfSubStringInString{AMSTERD}{AMSTERDAM}{JA}{NEIN}
+\IfSubStringInString{bon}{bonbon}{JA}{NEIN}
+\IfSubStringInString{bono}{bonobo}{JA}{NEIN}
+\IfSubStringInString{ionizat}{ionization}{JA}{NEIN}
+
+\IfSubStringInString{day after day}{day after }{JA}{NEIN}
+\IfSubStringInString{AMSTERDAM}{AMSTERD}{JA}{NEIN}
+\IfSubStringInString{bonbon}{bon}{JA}{NEIN}
+\IfSubStringInString{bonobo}{bono}{JA}{NEIN}
+\IfSubStringInString{ionization}{ionizat}{JA}{NEIN}
+
+
\bigskip{\bfseries BeforeSubString and BehindSubString}