Hello people, Two problems with tables:
1) Scrolling: When a table gets a bit large (mostly wide), scrolling becomes unmanageable. No scrollbar is available to move the screen around, so scrolling has to be done clicking columns. This gets a little tiring if a lot of editing has to be done. Selecting a cell can get very difficult, causing the table to jump around and making a correct selection nearly impossible. I already disabled the automatic table toolbar. The toolbar made things worse by causing extra scrolling. Is there any way to get a more predictable behaviour? 2) Table in table: I had to put a small table inside another table. The table borders are touching, which isn't too aesthetic... I found how to add \extrarowheight in table cells, but that seems to add space only at the top of the cell. How can I add extra margin at the bottom? (Also tried a DefSkip below the internal table, but this makes the bottom border of the cell disappear - weird) This is the generated PDF: http://jcoppens.com/univ/iua/hds/data/address_modes.pdf Thanks on beforehand! John