diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/tcldoc | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tcldoc')
-rw-r--r-- | Master/texmf-dist/doc/latex/tcldoc/README.txt | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tcldoc/README.txt b/Master/texmf-dist/doc/latex/tcldoc/README.txt new file mode 100644 index 00000000000..8ee02ad0c7c --- /dev/null +++ b/Master/texmf-dist/doc/latex/tcldoc/README.txt @@ -0,0 +1,45 @@ +README for the tclldoc package: +=============================== + +The purpose of the tclldoc package and class is to +simplify using the classical doc/docstrip style of +literate programming with Dr. John Ousterhout's +Tool Command Language (Tcl, pronounced "tickle", +a.k.a. The Cool Language). The tclldoc package is +a bit like the doc package is for LaTeX, whereas +the tclldoc class more parallels the ltxdoc class. + +tclldoc.dtx contains an introduction to how one +uses the .dtx file format for writing Tcl code. + +The tclldoc class uses the tclldoc package for most +of its functionality. The tclldoc package depends +on the xdoc2 and docidx2e packages for some of its +functionality. The latter two packages can be found +in the CTAN directory + macros/latex/contrib/xdoc + +The tools subdirectory of this directory contains +two tools that you may find useful complements to +the tclldoc package. Both are Tcl scripts that make +it possible to source Tcl code stored in a .dtx file +without using docstrip to generate any .tcl file in +between. Naturally, they are both distributed as +pairs of .dtx and .ins files, so they can also be +used as examples of using the tclldoc package. + +The examples subdirectory of this directory contains +two more examples of Tcl packages written in the +doc/docstrip style of literate programming. One is +a package for writing PDF files, the other a package +for parsing Tcl scripts. + +The LaTeX Project Public License applies for the +tclldoc package and class, as well as to all the +examples provided in the tools and examples folders. + +More information about Tcl can be found on +http://www.tcl.tk/ + +Lars Hellström, +20 July 2003 |