summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ted
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-12-14 01:45:54 +0000
committerKarl Berry <karl@freefriends.org>2007-12-14 01:45:54 +0000
commitfc77b8d3f3622ede43e4c3277b3fbab79fb8d19c (patch)
tree5b178626d2021fb7ecaead7949df9b86b5fa0591 /Master/texmf-dist/doc/latex/ted
parenteb1442008618eb247e459e968cfb19e013fa7d02 (diff)
new latex package ted (12dec07)
git-svn-id: svn://tug.org/texlive/trunk@5772 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ted')
-rw-r--r--Master/texmf-dist/doc/latex/ted/README46
-rw-r--r--Master/texmf-dist/doc/latex/ted/ted-fr.pdfbin0 -> 49813 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ted/ted.pdfbin0 -> 129411 bytes
3 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ted/README b/Master/texmf-dist/doc/latex/ted/README
new file mode 100644
index 00000000000..16453f8795a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ted/README
@@ -0,0 +1,46 @@
+
+ The ted package
+
+ A (primitive) token list editor
+
+ Manuel P\'egouri\'e-Gonnard <mpg@math.jussieu.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
+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 trivial bug fix
+
+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.
+
diff --git a/Master/texmf-dist/doc/latex/ted/ted-fr.pdf b/Master/texmf-dist/doc/latex/ted/ted-fr.pdf
new file mode 100644
index 00000000000..f6fa6c0bb6e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ted/ted-fr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ted/ted.pdf b/Master/texmf-dist/doc/latex/ted/ted.pdf
new file mode 100644
index 00000000000..5084ebbd0bb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ted/ted.pdf
Binary files differ