Status: Valid
Owner: ----
CC: [email protected]
Labels: Type-Defect Priority-Critical Documentation
New issue 3404 by [email protected]: Inkscape images for LaTeX Sphinx docs
do not work
http://code.google.com/p/sympy/issues/detail?id=3404
When I do make latex in the doc directory, I get
rm -rf sphinx
inkscape --file=src/modules/physics/mechanics/ex_rd.svg
--export-area-drawing --without-gui
--export-pdf=src/modules/physics/mechanics/ex_rd.pdf
(inkscape:62560): libgnomevfs-CRITICAL **: gboolean
gnome_vfs_uri_is_local(const GnomeVFSURI *): assertion `uri != NULL' failed
** (inkscape:62560): WARNING **: Invalid URI
** (inkscape:62560): WARNING **: Error: Could not open
file 'src/modules/physics/mechanics/ex_rd.svg' with VFS
(inkscape:62560): libgnomevfs-CRITICAL **: gboolean
gnome_vfs_uri_is_local(const GnomeVFSURI *): assertion `uri != NULL' failed
** (inkscape:62560): WARNING **: Invalid URI
** (inkscape:62560): WARNING **: Error: Could not open
file 'src/modules/physics/mechanics/ex_rd.svg' with VFS
** (inkscape:62560): WARNING **: Specified document
src/modules/physics/mechanics/ex_rd.svg cannot be opened (does not exist or
not a valid SVG file)
inkscape --file=src/modules/physics/mechanics/kin_1.svg
--export-area-drawing --without-gui
--export-pdf=src/modules/physics/mechanics/kin_1.pdf
(inkscape:62563): libgnomevfs-CRITICAL **: gboolean
gnome_vfs_uri_is_local(const GnomeVFSURI *): assertion `uri != NULL' failed
** (inkscape:62563): WARNING **: Invalid URI
** (inkscape:62563): WARNING **: Error: Could not open
file 'src/modules/physics/mechanics/kin_1.svg' with VFS
and the same for all the mechanics svg files. And indeed, they are not
there when I do make all in the latex directory.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.