next up previous contents index
Next: Page layout operators Up: Step layout Previous: \visible_area_height   Contents   Index

Subsections


\visible_area_width

Description 

\visible_area_width allows user to define the horizontal limit for steps clipping box. It takes only one parameter which is the length in millimeter. This operator can be found in several different locations :

First location is inside the global diagram information block, the scope of the operator is global. It can be seen as the set of a default value. If \visible_area_width is found between two step blocks, it means that the possible default value defined in the header block is now replace by its value. Finally, if the operator is found inside a step block this specified the local change of the width of this step only. Next steps width will be different according to the previous value globally defined.

Usage

  \diagram_header{
    ....
    \visible_area_width(100); % global default step width value of 10cm
    ....
  }
    ....

  \step {
    ....
    \visible_area_width(150); % this step needs a wider horizontal
                              % limit than default
    ....
  }

  \visible_area_width(80); % now we can reduce next steps width 

  \step {  
    ....  % width of this step is 8cm (same for nexts)
  }

Formal structure

  \visible_area_width(WIDTH);

Parameters

  WIDTH
  Description    : Indicates the step width value in millimeter.
  Type           : Integer.
  Allowed values : Any positive integer value in range [0, 210].


next up previous contents index
Next: Page layout operators Up: Step layout Previous: \visible_area_height   Contents   Index
Doodle reference manual HTML version generated using LaTeX2HTML by Jérôme Gout, 2001-10-29
Doodle is hosted by Sourceforge, go to SourceForge Logo for more information
©2000-2001 Doodle