-
Notifications
You must be signed in to change notification settings - Fork 328
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
Matplotlib image does not apepar on margin in pdf #6863
Comments
cc @dragonstyle |
This appears to be related to some recent work in Quarto related to handling of figures and cross references. Thanks for letting us know we'll get it fixed asap! (worked in |
The bug is that |
Thank you for the report and reproduction! PR with fix is up on #6865, will be merged once tests pass. |
Thank you so much for the report again. We fixed the bug on |
* regression: forward classes correctly. Closes #6863 * add test
Hi,
I'd like to use Tufte style with Matplotlib images for both HTML and PDF. The following code produce expected HTML, however, in PDF, the image is placed in the main text, not at the margin.
Looking at the Latex-file, I can see that \marginnote is just absent. When I try to enclose the code into another {.column-margin} div:
it still works in HTML, but it makes error in PDF, as it produces Latex
figure
environment inside \marginnote.figure
?{.column-margin}
.Many thanks!
The text was updated successfully, but these errors were encountered: