Index of /tex-archive/web/noweb/contrib/leyn

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[   ]email16-Feb-2006 00:00 33
[TXT]README16-Feb-2006 00:00 495
[TXT]notangleall16-Feb-2006 00:00 653
[TXT]ttroots16-Feb-2006 00:00 1.0K

ttroots
=======

-Allows underscores in root chunks that are written to disk.
-All root chunks are printed out in the LaTeX document as 
 upright verbatim names.


notangleall
===========

-creates all required directories for the code chunks
-tangles all root chunks (as noweb -t)
-makes all scripts mared executable. The marking is done
 as follows:
 %unx chmod +x chunk_name
 <<chunk_name>>=
    ...
 @

 Can also be used for other UNIX commands that should be
 executed after the tangling.