View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001010 | context | bug report | public | 2019-07-22 17:10 | 2019-07-22 17:10 |
Reporter | itoijala | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001010: xtables stretch width | ||||
Description | Using the options stretch and width can result in a table that does not take up the full \textwidth. This means that the content is shrunk further than necessary. I think this is due to a bug in xtables.reflow_width. I think the "width" in line 674 of tabl-xtb.lua should be widetotal instead, giving: local factor = (widetotal + delta) / widetotal This makes sense as the equation we want to solve is widetotal + delta = factor * widetotal | ||||
Steps To Reproduce | See the attached file. This includes a copy of the patched function that can be activated by removing some comment markers. It should be run as context xtables-demo.tex --trackers=xtable.construct --debug | ||||
Tags | No tags attached. | ||||