TikZ/PGF exporter ready for testing
Dear Inkscape-users,
For some time now I have been working on an Inkscape extension for exporting to TikZ/PGF format for use with (La)TeX: http://code.google.com/p/inkscape2tikz/
It is similar in nature to the pstricks exporter already available in Inkscape. One obvious difference is that it relies on the PGF macro package. Another difference is that the output is higher level and easier to modify. Text is exported as plain TikZ nodes
There are still a few rough edges, but the exporter is already in a usable state. If someone wants to experiment with it I would appreciate feedback and ideas on how to improve the exporter.
Enjoy!
Regards, Kjell Magne Fauske
I am trying to get Inkscape (WinVista) to create and print a 11 x 17 document. Document properties are set to 11x17, the print driver is told it has 11x17 paper but when it prints (or print preview) only the top-left 8.5 x 11 inches prints.
The only way I can output the full image is to export it as a bitmap then print the bitmap from another program.
Is there a way around this?
On Mon, Sep 1, 2008 at 9:03 AM, Kjell Magne Fauske <kjellmf@...155...> wrote:
Dear Inkscape-users,
For some time now I have been working on an Inkscape extension for exporting to TikZ/PGF format for use with (La)TeX: http://code.google.com/p/inkscape2tikz/
One small thing without even trying the code: since this is an export extension, you don't need the live preview, so add
needs-live-preview="false"
to the effect element in your inx file to suppress the checkbox.
On Mon, Sep 1, 2008 at 8:18 PM, bulia byak <buliabyak@...155...> wrote:
On Mon, Sep 1, 2008 at 9:03 AM, Kjell Magne Fauske <kjellmf@...155...> wrote:
Dear Inkscape-users,
For some time now I have been working on an Inkscape extension for exporting to TikZ/PGF format for use with (La)TeX: http://code.google.com/p/inkscape2tikz/
One small thing without even trying the code: since this is an export extension, you don't need the live preview, so add
needs-live-preview="false"
to the effect element in your inx file to suppress the checkbox.
Thanks for the suggestion. I have updated the inx file. I have also added a missing input field for setting the output file path.
- Kjell Magne Fauske
participants (3)
-
bulia byak
-
Howard Goff
-
Kjell Magne Fauske