You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to use fit_to_width() to produce tables with Quarto that fit a specific width within the page of the PDF. Unfortunately, autofit() has not helped, and fit_to_width() has not worked as intended. Whenever I use it, it replaces the table content with some placeholder text.
The text was updated successfully, but these errors were encountered:
pedrohbraga
changed the title
fit_to_width() is not working properly within Quarto and its PDF outcomesfit_to_width() replaces content with ---- within Quarto and its PDF outcomes
Aug 26, 2024
Thank you for your response, @davidgohel! I understand your recommendation and will implement it!
I have an additional issue that I have been experiencing and observed in your output as well. The repeating header appears to overlap the content of tables split across pages, as in the example you pasted above. Would you have a recommendation on what I could do to fix this issue?
davidgohel
changed the title
fit_to_width() replaces content with ---- within Quarto and its PDF outcomes
PDF - repeated headers overlap the content of merged cell
Nov 2, 2024
I have been trying to use
fit_to_width()
to produce tables with Quarto that fit a specific width within the page of the PDF. Unfortunately,autofit()
has not helped, andfit_to_width()
has not worked as intended. Whenever I use it, it replaces the table content with some placeholder text.Please find the code and the issue below:
Outcome:
The text was updated successfully, but these errors were encountered: