From b4fc5f639874db951177ec539299d20908adb654 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:44:40 +0000 Subject: doc 4 git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tcldoc/README.txt | 45 +++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/tcldoc/README.txt (limited to 'Master/texmf-dist/doc/latex/tcldoc') 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 -- cgit v1.2.3