Dataframe rendering in PDF: page overflow for cells with long text #11977
Unanswered
gabrielparriaux
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Could you fix your example to use code cells? None of the code will execute in the current state of the example. Quarto or Pandoc does not control how long content overflow in the underlying technology, and it won't modify the input based on some opinionated rules. You can see the LaTeX code with Note that there is a Discussion board in the repository which is better suited for questions as highlighted in the issue template you just filled: https://github.com/quarto-dev/quarto-cli/discussions Edit: below is a small reproducible example |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
I’m rendering a document with a dataframe in PDF format.
When the content of one cell of the dataframe is too long to fit on a single page (for example, a long string), the dataframe in the PDF output overflows the page and runs off the bottom of the page. A part of the text disappears and is not displayed.
Any help is greatly appreciated!
Steps to reproduce
Here is an example:
Expected behavior
I would like the rendering process to split the content of the cell and to display it on two or more pages if needed.
Actual behavior
The dataframe in the PDF output overflows the page and runs off the bottom of the page. A part of the text disappears and is not displayed.
Your environment
— Positron Version: 2024.12.0 (Universal) build 96
Code - OSS Version: 1.93.0
Commit: c5ce275dc502f6b15433b271802cb33e1ba5ef68
Date: 2024-11-28T02:47:29.898Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.3.0
— MacOS Sequoia 15.3
Quarto check output
Quarto 1.6.40
[✓] Checking environment information...
Quarto cache location: /Users/p2955/Library/Caches/quarto
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.4.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.46.3: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.6.40
Path: /Applications/quarto/bin
[✓] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[✓] Checking LaTeX....................OK
Using: Installation From Path
Path: /Library/TeX/texbin
Version: 2023
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.11.7
Path: /Users/p2955/.pyenv/versions/3.11.7/bin/python
Jupyter: (None)
[✓] Checking R installation...........OK
Version: 4.4.2
Path: /Library/Frameworks/R.framework/Resources
LibPaths:
- /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library
knitr: 1.49
rmarkdown: 2.29
[✓] Checking Knitr engine render......OK
Beta Was this translation helpful? Give feedback.
All reactions