File: README

package info (click to toggle)
noweb 2.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,540 kB
  • sloc: sh: 2,580; ansic: 1,829; makefile: 903; perl: 781; lisp: 757; awk: 174; csh: 3
file content (23 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.