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
As a user, I want to configure multiple page orientations so I can render both landscape and portrait pages in one pdf document.
Issue
When compiling test.qmd and test2.qmd, neither could produce a pdf document with multiple page orientations. I compiled both qmd files using quarto render <filename>. I kept the tex files for further debugging, and when rendering test.tex I got this warning:
Package typearea Warning: Bad type area settings!
(typearea) The detected line width is about 48%
(typearea) larger than the heuristically estimated maximum
(typearea) limit of typographical good line width.
(typearea) You should e.g. decrease DIV, increase fontsize
(typearea) or change papersize.
Package typearea Info: These are the values describing the layout:
(typearea) DIV = 11
(typearea) BCOR = 0.0pt
(typearea) \paperwidth = 794.96999pt
(typearea) \textwidth = 578.16002pt
(typearea) DIV departure = -48%
(typearea) \evensidemargin = 36.135pt
(typearea) \oddsidemargin = 36.135pt
(typearea) \paperheight = 614.295pt
(typearea) \textheight = 459.8002pt
(typearea) \topmargin = -53.82501pt
(typearea) \headheight = 17.0pt
(typearea) \headsep = 20.40001pt
(typearea) \topskip = 11.0pt
(typearea) \footskip = 47.6pt
(typearea) \baselineskip = 13.6pt
(typearea) on input line 152.
Package typearea Info: Using dirty hack to recalculate internal output
(typearea) dimensions of LaTeX on input line 152.
I had defined DIV=10, so I'm not sure what the cause of this warning. Meanwhile, when rendering test2.tex I had no warning or error.
I just installed the quarto pre-release 1.6.23 and landscape come out-of-the-box, see: #10581,
else you can use the extension from which it originates edvinsyk/quarto-landscape]
Bug description
User story
As a user, I want to configure multiple page orientations so I can render both landscape and portrait pages in one pdf document.
Issue
When compiling
test.qmd
andtest2.qmd
, neither could produce a pdf document with multiple page orientations. I compiled bothqmd
files usingquarto render <filename>
. I kept thetex
files for further debugging, and when renderingtest.tex
I got this warning:I had defined
DIV=10
, so I'm not sure what the cause of this warning. Meanwhile, when renderingtest2.tex
I had no warning or error.Steps to reproduce
Files to reproduce the issues
File
test.qmd
File
test2.qmd
Command used
Expected behavior
Both files should render as pdf documents with multiple page orientations, as demonstrated in:
Actual behavior
The pdf output only has portrait pages, screenshots are as follows:
Your environment
Configuration:
/home/lam/data/personal/programs/quarto-cli/package/src
/home/lam/data/personal/programs/quarto-cli/package
/home/lam/data/personal/programs/quarto-cli/package/dist
/home/lam/data/personal/programs/quarto-cli/package/dist/bin
/home/lam/data/personal/programs/quarto-cli/package/dist/share
/home/lam/data/personal/programs/quarto-cli/package/pkg-working
Quarto check output
The text was updated successfully, but these errors were encountered: