14 Oct
2024
14 Oct
'24
9:35 p.m.
Am 14.10.24 um 20:09 schrieb Kirill Davidov:
i should have probably mentioned ahead of time that i needed this since i wanted to replicate a booktabs style table layout with normal text spacing, like one would have in LaTeX with the appropriate package. the plan was to have a top/bottom rule enabled for a row. sadly it seems like with this solution rule thickness is added no matter if the frame is on or off.
is an equivalent negative offset added to the appropriate rows a proper way around this? i measured the baseline skip in Inkscape, and it seems to be correct.
To avoid the rule thickness, you usually use offset=overlay; I don’t know if it works with TABLE cells. Hraban