home *** CD-ROM | disk | FTP | other *** search
/ Media Depot 5 / mediadepotvolume51993.iso / FILES / 13 / FAQ202S.ZIP / faq / chapxref.sed < prev    next >
Encoding:
Text File  |  1995-10-16  |  465 b   |  13 lines

  1. s/comment --- transform a list of nodenames followed by chapter ---/&/
  2. s/comment --- or section name, into a Sed script which changes  ---/&/
  3. s/comment --- node names into chapter numbers in cross-references. ---/&/
  4.  
  5. /^@node[     ]/ {
  6.   N
  7.   s/\n/!!=!!/
  8.   /^@node  *Top[^a-z]/d
  9.   s/^@node  *\([^,][^,]*\),.*!!=!!@\([a-z][a-z]*\)[     ][     ]*\([0-9]\(\.*[0-9]\)*\).*/s|ref{\1,|ref{\2 \3,|/
  10.   s/chapter \([0-9][0-9.]*\)/Chapter \1/
  11.   s/section \([0-9][0-9.]*\)/Section \1/
  12. }
  13.