Commit Graph

8 Commits

Author SHA1 Message Date
Juergen Spitzmueller
67fc95d8cd Assure print function compatibility in python 2.x
(cherry picked from commit eb2dbb8b09)
2017-11-24 11:58:27 +01:00
Juergen Spitzmueller
8994d89266 Use python3 print syntax
(cherry picked from commit 4f10c0a14b)
2017-11-23 08:17:45 +01:00
Uwe Stöhr
21380b9012 svg2pdftex.py: make print work with Python 2 and 3
(cherry picked from commit 913619c80a)
2017-11-23 08:17:10 +01:00
Juergen Spitzmueller
e8dd6702fd svg2*tex.py: final fixes for Windows
Fixes: #10679
2017-09-12 07:57:29 +02:00
Juergen Spitzmueller
0b6207d771 svg2*tex.py: use subprocess in order to handle path with spaces.
See #10679
2017-09-10 17:02:58 +02:00
Juergen Spitzmueller
b3d67c8139 Improve the svg2*tex.py scripts.
The inkscape command was hardcoded, but it seems that we need the full
patch on Windows. Therefore we check in configure.py if inkscape is
installed and pass the proper name (and possibly path) to the scripts.

Should address problems mentioned in #10679
2017-08-28 08:00:56 +02:00
Juergen Spitzmueller
21615fe6ba Add proper author info and license header to the inkscape.xtemplate related files 2017-08-26 16:13:11 +02:00
Martin Vermeer
10c88aa58f Initial commit of Inkscape SVG LaTeX + PDF support
Based on Daniel Groger's work of five years ago, with minor changes

http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg169820.html

This extends the support for Xfig LaTeX + PDF to a more modern and
actively developed vector graphics editor. Embedded Objects manual
updated, also to include a workaround for an Inkscape 0.91 bug.
2016-10-04 00:01:18 +02:00