-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line wrapping in the row of a table #190
Comments
@ViWaldi Could you add a bit more context? For text or for tables? What should happen? |
Maybe split the text on line break and then add lines/rows as long as there is still space on the page. If there are no line break in the text, then do nothing. it's the problem of the user. |
You want to split a table cell in sub cells? like
which could break right after PAREND and the secondpar goes into the next table cell? |
Layout suggestion:
Definition:
for valign middle we have no idea. Pseudo logic:
We can also chat for more details. |
I was afraid that you ask for that. Unfortunately this is hard to do. I will leave this Feature request open for a while to think about that. This will probably take me two days to get it right (including testing etc.) so I need a sponsor for that. |
I am sorry to close this. It won't make much sens to keep it open. I know that a inter cell linebreak would be very nice, but without somebody paying for that, I can't implement it. |
This is okay, we have an equal problem, currently. In our internal tracker it will stay open. |
Hello @pgundlach Thanks For context: currently, I'm doing some automated PDF generation (from markdown -> latex -> PDF using TexLive). I've not found a solution to do line wrapping on multiple page in latex. In fact, if the line wraps to next page only, there is a solution but if it goes to a third page, none of the tested package works. |
Feature request: enter an attribute for the row definition that the row can be wrapped to the next page.
The text was updated successfully, but these errors were encountered: