Changeset 654

Show
Ignore:
Timestamp:
04/13/06 20:53:21 (3 years ago)
Author:
coderanger
Message:

TocMacro:

Adding a new option, nofloat, to make the macro produce no output.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tocmacro/0.9/tractoc/macro.py

    r652 r654  
    108108                params['title_index'] = True 
    109109                heading = '' 
     110            elif arg == 'nofloat': 
     111                return '' 
    110112            elif arg.startswith('heading='): 
    111113                heading = arg[8:]