File: exE6.block

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (11 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
##Change default block alignment
##block alignment left right top bottom default diagonal
##Left-to-right default layout achieved by assigning 'mleft=prev@mright' and 'middle=prev@middle' with a lower priority than attributes specified directly. Top-to-bottom uses 'mtop=prev@mbottom' and 'center=prev@center' - essentially the content of the 'col' style. Setting 'mleft' (or 'left' to exclude margins) in a column setting will have higher priority than the default and will override the 'center=prev@center' and result in diagonal layout.
box: A;
box: B;   #follows in a row
use col;
box: C;   #follows in a col
box: D;   #follows in a col
use mleft=prev@mright;
box: E;   #follows diagonally
box: F;   #follows diagonally