|
|
|||
|
|
|
| Automatic | separately size items to fit within the total formatting width | |
| All | make all items the same width and height | |
| Full | allow every item its full width and height | |
| w | give all items width w | |
| Scaled[s] | give all items a fraction s of the total formatting width | |
| {w,h} | make all items the specified width and height |
| spec | apply spec to all items | |
| {specx} | apply | |
| {specx,specy} | apply |
| {s1,s2,...,sn} | use | |
| {{c}} | use c in all cases | |
| {{c1,c2}} | alternate between | |
| {{c1,c2,...}} | cycle through all | |
| {s,{c}} | use s, then repeatedly use c | |
| {s1,{c},sn} | use | |
| {s1,s2,...,{c1,c2,...},sm,...,sn} | use the first sequence of | |
| {s1,s2,...,{},sm,...,sn} | use the first sequence of | |
| {i1->v1,i2->v2,...} | specify what to use at positions | |
| {spec,rules} | use rules to override specifications in spec |