summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ted/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ted/README')
-rw-r--r--Master/texmf-dist/doc/latex/ted/README17
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/ted/README b/Master/texmf-dist/doc/latex/ted/README
index 16453f8795a..71f7c3598a1 100644
--- a/Master/texmf-dist/doc/latex/ted/README
+++ b/Master/texmf-dist/doc/latex/ted/README
@@ -3,13 +3,13 @@
A (primitive) token list editor
- Manuel P\'egouri\'e-Gonnard <mpg@math.jussieu.fr>
+ Manuel P\'egouri\'e-Gonnard <mpg@elzevir.fr>
Presentation
------------
Just like sed is a stream editor, ted is a token list editor. Actually, it is
-not as powerfull as sed, but its main feature is that it really works with
+not as powerful as sed, but its main feature is that it really works with
tokens, not only characters.
The ted package provides two user macros: \Substitute and \ShowTokens. The first
@@ -26,16 +26,21 @@ Contents
--------
ted.sty: the package itself
-ted.pdf: the (english) documentation and commented code
-ted-fr.pdf: the french documentation
+ted.pdf: the (English) documentation and commented code
+ted-fr.pdf: the French documentation
ted.dtx: single source for both documentations and package
Version info
------------
-2007-12-09 v1.0 first release
-2007-12-12 v1.01 trivial bug fix
+2007-12-09 v1.0 First release.
+2007-12-12 v1.01 Fixed a stupid bug.
+2008-03-02 v1.05 - Fixed a bug when trying to substitute AA in a
+ string ending with A. Also removed a spurious space.
+ - Added an occurrence counter.
+2008-03-07 v1.06 - Fixed a bug in \ShowTokens with active spaces.
+ - Slightly expanded the doc (examples).
License
-------