Introduce a new field that simply draws a gap of the specified height between two rows and a centered text.
I.e.
gap(1cm)[] or gap[] for some small default length (maybe 5pt + text height?)
If specified between two fields of the same row, draw blank fields after the previous field until the end of the row
draw the gap and in the next row start with blank fields up to the column of the field after the gap.
without gap:
bits(3)[XXX], bits(3)[OOO]
|XXXOOO|
with gap
bits(3)[XXX], gap[text], bits(3)[OOO]
|XXX |
| text |
| OOO|
Introduce a new field that simply draws a gap of the specified height between two rows and a centered text.
I.e.
gap(1cm)[]orgap[]for some small default length (maybe 5pt + text height?)If specified between two fields of the same row, draw blank fields after the previous field until the end of the row
draw the gap and in the next row start with blank fields up to the column of the field after the gap.
without gap:
with gap