-
Notifications
You must be signed in to change notification settings - Fork 26
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
Conflict of titlepage-pdf with margin figure captions #54
Comments
Seems to have to do with the --- title: Test case format: pdf: documentclass: scrartcl geometry: - top=30mm - left=20mm --- # Introduction \newgeometry{left=10mm,right= 80mm,top=25mm,bottom=25mm} ```{r} #| label: fig-ecdfm #| fig-cap: Empirical CDF #| echo: false #| include: true #| column: margin #| fig-pos: center #| fig-width: 4 #| fig-asp: .75 #| out-width: 2.5in x <- rnorm(10000,-0.75,1) hist(x) ``` \clearpage \restoregeometry |
After adding the geometry include with no success,I tried your example with the same result. Then I took out the |
A test case. Has to do I think with geometry package in LaTeX.
\clearpage
|
I'm using titlepage-pdf format for a quarto document. It works great except that when I use that format, the captions for margin figures are clipped to ~0.75" and the caption is hyphenated and wraps around to the next line. If I use the standard pdf format, the caption extends across the full width of the margin before wrapping. I've attached the pdf file produced using titlepage-pdf (see p. 2 of the file)
Tester.pdf
with format: titlepage
with format: pdf
format: pdf or titlepage-pdf
editor: visual
\newgeometry{left=10mm,right= 80mm,top=25mm,bottom=25mm}
\clearpage
\restoregeometry
`
The text was updated successfully, but these errors were encountered: