Add {|} to specify a column. Label specification will be divided into left and right sides. The basic usage somewhat overlaps with label division specification (except can divide only one area). You can specify proportions for each column e.g. {3|2} to have the left column be 3/5 of the area and the right to be 2/5 of the area. You can also specify multiple divisions, and the total label area will be divided up proportionally.
Added alignment specifiers {<} and {>}. These cause all lines in the label to be left-aligned, or right aligned. It's an error to specify these anywhere except the start of a label (or a column). This is a convenient alternative to adding a spacer fragment ({...}) at the start or end of every line, and gives identical results.
{|}
to specify a column. Label specification will be divided into left and right sides. The basic usage somewhat overlaps with label division specification (except can divide only one area). You can specify proportions for each column e.g.{3|2}
to have the left column be 3/5 of the area and the right to be 2/5 of the area. You can also specify multiple divisions, and the total label area will be divided up proportionally.{<}
and{>}
. These cause all lines in the label to be left-aligned, or right aligned. It's an error to specify these anywhere except the start of a label (or a column). This is a convenient alternative to adding a spacer fragment ({...}
) at the start or end of every line, and gives identical results.