summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ted/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ted/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/ted/README')
-rw-r--r--macros/latex/contrib/ted/README51
1 files changed, 51 insertions, 0 deletions
diff --git a/macros/latex/contrib/ted/README b/macros/latex/contrib/ted/README
new file mode 100644
index 0000000000..71f7c3598a
--- /dev/null
+++ b/macros/latex/contrib/ted/README
@@ -0,0 +1,51 @@
+
+ The ted package
+
+ A (primitive) token list editor
+
+ 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 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
+one is maybe the most useful: it performs substitutions in token lists (even
+inside braces). The second displays each token of the list (one per line) with
+its catcode (in the list, not just the current one), and can be useful for
+debugging or for TeX learners.
+
+The ted package is designed to work well even if strange tokens (that is,
+unusual (charcode, catcode) pairs or tokens with a confusing meaning) occur in
+the list.
+
+Contents
+--------
+
+ted.sty: the package itself
+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 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
+-------
+
+This material is subject to the LaTeX Project Public License. See
+http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for the
+details of that license.
+