open-ephys / gui-docs

Documentation for the Open Ephys GUI
https://open-ephys.github.io/gui-docs/
Creative Commons Attribution Share Alike 4.0 International
2 stars 18 forks source link

Create PDF #9

Open ChangQing-SH opened 3 years ago

ChangQing-SH commented 3 years ago

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 commented 3 years ago

Thanks, this is helpful to know!