Login  Register

asciidoctor-pdf: "pagestretch" role for a table?

Posted by afrey on Oct 21, 2019; 10:40am
URL: https://discuss.asciidoctor.org/asciidoctor-pdf-pagestretch-role-for-a-table-tp7268.html

Hi!

With issue #1335, we can now set section-indent in the theme and all sections are indented by that amount.

I would like some big tables to stretch beyond the section indent up to the page margins. I have seen that it's pretty easy to do it by overriding the method convert_table of the converter based on a role attached to the table.

Questions:
1. Does such a possibility already exist?
2. If not, what would be your suggestion for the name of the role (I was thinking ".pagestretch")
3. Is it worth adding this role in the converter (I will then file an issue) or should I keep it in my extension?

-- Alex