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

Create PDF #9

Open
ChangQing-SH opened this issue Jun 28, 2021 · 1 comment
Open

Create PDF #9

ChangQing-SH opened this issue Jun 28, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@ChangQing-SH
Copy link

Hi,

Try to use make latexpdf, but get this error:
Unknown graphics extension: .svg.

after google, this one works for me:
https://nbsphinx.readthedocs.io/en/0.4.2/markdown-cells.html#SVG-support-for-LaTeX

  1. install inkscape
  2. pip install sphinxcontrib-svg2pdfconverter
  3. add sphinxcontrib.inkscapeconverter to the extensions list in your conf.py

Hope this can help someone encounter the same issue
Best,
Cequn

@jsiegle
Copy link
Member

jsiegle commented Jun 28, 2021

Thanks, this is helpful to know!

@jonnew jonnew added the documentation Improvements or additions to documentation label Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants