In OpenOffice and LibreOffice, one can specify the height (depth?) of the column separator rule in a multi-column section. It can be e.g. 50% of the columns’ height. I would like to be able to do the same in LaTeX, with multicol.
I came upon this question about changing the appearance of the column separator. I find this very interesting, but it is not quite what I am looking for. For one thing, I do not yet know enough plain TeX to adequately modify the provided solution for my needs.
How can I achieve something like this:
text text text text text text
text text text text text text
text text text | text text text
text text text | text text text
text text text | text text text
text text text text text text
text text text text text text
Where, as in OO/LibO, the column separator does not span the full height of the columns?
I’d like to go even further and be able to create fancier separators, for example:
text text text text text text
text text text text text text
text text text | text text text
text text text • text text text
text text text | text text text
text text text text text text
text text text text text text
or other similar patterns, with rules and symbols such as bullets.
I am open to solutions based on environments other than multicols, but ideally it would be an environment that keeps the benefits of multicols and the possibility of changing width as in adjmulticol.
