Macro Language Reference > Macros > Text (Page Level) > tdrev
  
tdrev
Description
Allows you to specify the settings for blacklining (revision markers) in PTC ALD .
 
Example 305. Set parameters for revision information
This example will turn on all the revision parameters and include level 1 revision markers in the current document.
tdrev "cntr",u1,r1,s1(1),p1(1)
Syntax
tdrev control_streams:t? params:b levels:n?
tdrev
[no parameter]
Invoke the Document Revision Info dialog box.
control_streams
The name of the revision control stream to be used
params
u
Save text undo information to a separate stream, to allow the use of the undo feature when you reopen the document, accessed from Edit > Undo.
r
Save revision marker information, to allow the review of previous revision markers in the document.
s
Display revision markers on screen. The level of revision markers that are displayed on screen depends on the value specified in the levels parameter.
p
Print revision markers when the document is sent to print (see tprint). The level of revision markers that are printed depends on the value specified in levels.
levels
A list or range of revision marker levels that are to be included, for example, (1,2) or (1-2).
Additional Information
Revision markers are detailed further in the PTC ALD Manual Blacklining in PTC ALD.
Related Links