diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-04-04 13:44:36 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-04-04 13:44:36 +0000 |
commit | 4bb025fe6ea441f814e6765519a0d66eeb763344 (patch) | |
tree | 799e9a60ca54c77aad39062c6e3a75464b768492 /Master/texmf-dist/doc/latex/tcldoc/tools/README.txt | |
parent | 219d8e5ef3186a2e4847b387fc616c46065859ce (diff) |
tcldoc update (new PDF doc + tlpkg-ctan-check)
git-svn-id: svn://tug.org/texlive/trunk@21959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tcldoc/tools/README.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/tcldoc/tools/README.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tcldoc/tools/README.txt b/Master/texmf-dist/doc/latex/tcldoc/tools/README.txt new file mode 100644 index 00000000000..c8fd744afd8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tcldoc/tools/README.txt @@ -0,0 +1,46 @@ +README for eemenu and sourcetcl: +===================================== + +eemenu is a package for the Alpha/Alphatk text +editors. Among other things, it implements +a command that makes it possible to evaluate +all Tcl code in an open .dtx file window with +a single keypress. For more information, run +LaTeX on eemenu.dtx. + +Running LaTeX on eemenu.ins generates the two +files + eemenu.tcl + eefor7menu.tcl +Both implement the same commands, but eemenu.tcl +requires version 8 of the AlphaTcl library, +whereas eefor7menu.tcl requires version 7.5 or +7.6 of that library. + +See http://alphatcl.sourceforge.net/ and the +links there for more information about the +Alpha/Alphatk text editors. + + + +sourcedtx implements a Tcl command dtx::source +that one can use to source Tcl code directly from +a .dtx file. To generate sourcetcl.tcl, run LaTeX +on sourcetcl.ins. To typeset the documentation, +run LaTeX on sourcetcl.dtx. To see an example of +what it does, you can try the following commands +in a Tcl shell: + + source sourcedtx.tcl + dtx::source ../examples/pdf.dtx {pkg example1} + +(It assumes the tclldoc/examples directory is a +sibling of the current directory.) This should +generate a file hello.pdf in the current +directory, which contains a single page with the +two words "Hello world!". + + + +Lars Hellström, +20 July 2003 |