Frank schrieb:
> Can I use .svg images when using the LaTex backend?

Not as such, but you can provide a PNG or PDF fallback, by giving
it the same name (only ending in .png or .pdf) and using

.. image:: basename.*

instead of

.. image:: basename.svg

in the image directive.  HTML will then use SVG, and LaTeX PNG or PDF.

Georg

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to