Skip to content
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

BUG: Issue with PDF Generation for Julia Plots Output #119

Open
mmcky opened this issue Jan 24, 2023 · 0 comments
Open

BUG: Issue with PDF Generation for Julia Plots Output #119

mmcky opened this issue Jan 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mmcky
Copy link
Member

mmcky commented Jan 24, 2023

Describe the bug

When using Julia and the Plots.jl package the default plot mime type in ipynb json is svg+xml

The LaTeX builder doesn't know how to convert these images using sphinx.ext.imgconverter so we will need to figure out how to support these mime types either:

  1. upstream in a sphinx package
  2. locally converting these mime types in this package.

The preference is to focus on upstream solutions

Reproduce the bug

Build the https://github.com/QuantEcon/lecture-julia.myst project using the latex builder and the plots will be missing

List your environment

No response

@mmcky mmcky added the bug Something isn't working label Jan 24, 2023
@mmcky mmcky changed the title BUG: Issue with PDF Generational for Julia Plots Output BUG: Issue with PDF Generation for Julia Plots Output Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant