Re: Problem using Asciidoctor-PDF to format wide autowidth table header cells
Posted by
mojavelinux on
URL: https://discuss.asciidoctor.org/Problem-using-Asciidoctor-PDF-to-format-wide-autowidth-table-header-cells-tp7220p7239.html
That's precisely what I was going to suggest. So you've got it.
Best,
-Dan
On Wed, Oct 16, 2019 at 1:43 PM jtkorb [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
Thanks for your advice. I've found autowidth handy to avoid embedding of column width knowledge in the markup, but, as you suggest, we can use column ratios and page width percentage as a workaround. (Autowidth seems to work well in HTML generation, but since we're trying to generate HTML and PDF (and, eventually, EPUB3) from one set of sources, it seems we should avoid autowidth altogether).
--