Replies: 1 comment 2 replies
-
Unfortunately, if you don't provide a small reproducible example, you'll unlikely get any help. Note that When using multiple formats, you can set the options under the specific format: format:
html:
embed-resources: true
pdf:
toc-location: right When working with LaTeX, you can (and should) take a look at the LaTeX code to understand what's going on. keep-md: true
keep-tex: true You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Description
Output in pdf is generating
blank pages
after almost every plot. Its the first time I have created apdf
output using quarto and I have been using almost the same code forhtml
but html files had no such issues.I am creating multiple charts using multiple tabs (around 10) and 1 chart in each tab. After most of these charts there is a blank page in pdf output and then the next chart again. 1-2 charts do not have any blank pages between them but most of them do.
I have another set of tabs that have tables in them and they do not have any such issues so it doesn't look like an issue because of tabs
Sharing the header:
Unfortunately the
Quarto version
I have is1.5.57
Please suggest how to get rid off the empty blank pages from the pdf output.
Thanks !!
Beta Was this translation helpful? Give feedback.
All reactions