Index of /archives/text/CTAN/web/noweb/contrib/leyn

Icon  Name                                   Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 1998-08-17 21:08 495 [   ] email 1998-08-17 21:06 33 [TXT] notangleall 1998-08-17 21:08 653 [TXT] ttroots 1998-08-17 21:07 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.