Macro Language Reference > Macros > Accolade > ttacc
  
ttacc
Description
Invokes the Insert Accolade dialog box, which enables you to create an accolade control stream. The control stream will insert a variety of bracket(s)/symbols alongside text or frames from a designated start and end command.
 
Example 1. Example code produced by basic accolade control stream
This example shows the resulting code that is produced by a basic accolade control stream, acc1 being the control stream name.
<?accolade "acc1">...text...<?accolade>...
 
Example 2. Example code produced by basic accolade control stream with parameters
This is an example of the resulting code from an accolade control stream. It is set as level 1 and to display 50% of the accolade.
<?accolade "acc1",1,50>...text...<?accolade 1>...
Syntax
Additional Information
The majority of control stream generation and modification will be done through the dialog box but circumstances may require you to edit the control stream directly. The keywords for an accolade control stream are documented below in the order they are generated:
loffset 3mm roffset 3mm colour Black
sides "lr" location "t" ldelim 1,"\llap{\asleft\{\raise %mtruemm{}
\right.}"
rdelim 1,"\rlap{\asleft\}\raise %mtruemm{}\right.}" spoff 3 epoff
3
Related Links