Macro Language Reference > PIs > Text > <?eblock>
  
<?eblock>
Description
This command is used to mark the end of a block. It can be used to delimit Maths commands such as \tboxx or in conjunction with <?ruby> text. The start of the block is marked by the <?bblock> or <?bb>commands.
 
This command is an alias of the <?eb> and <?boxend> commands.
 
Example 452. Define start of block of ruby text commands
This sequence of commands shown below is an example of ruby text using <?bb> and <?eb>:
<?tchrrot=3><?bb><?tchrrot=1><?ruby=1>AND<?rt=1>
<?tic=red>Before<?tic><?rta=1><?tic=blue>After<?tic>
<?ruby><?tchrrot=3><?eb><?tchrrot>
Syntax
<?eblock>
Related Links