halamalala / inkscape2tikz

Automatically exported from code.google.com/p/inkscape2tikz
Other
22 stars 2 forks source link

exporting to .tex for tikz does not work #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. save as
2. tikz
3.

What is the expected output? What do you see instead?
expected is tex code reproducing the image when compiled. I obtain some sort of 
an empty code

What version of the product are you using? On what operating system?
inkscape 0.47. OS is linux, debian

Please provide any additional information below.
I get the following code from the export of a simple graph:

#---------------------------------------------------
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{tikz}

\begin{document}

\begin{tikzpicture}[y=0.80pt,x=0.80pt,yscale=-1, inner sep=0pt, outer sep=0pt]
  \begin{scope}[cm={{2.9117064,0.0,0.0,-3.9990916,(-4.5539107,823.7421)}}]
    \begin{scope}[scale=0.100]
      \begin{scope}[cm={{2304.0,0.0,0.0,1195.2,(141.732,141.732)}}]
      \end{scope}
    \end{scope}
  \end{scope}

\end{tikzpicture}
\end{document}

I have the following files in file /home/squeeze/.config/inkscape/extensions/ 
directory:

tikz_export_output.inx

tikz_export_effect.inx

tikz_export.py

simplestyle.pyc

simplestyle.py

simplepath.pyc

simplepath.py

inkex.pyc

inkex.py

Any idea what is going wrong?

CHeers,

Original issue reported on code.google.com by jean.u...@yahoo.fr on 13 Jun 2012 at 1:07

GoogleCodeExporter commented 8 years ago
Hard to say what the problem is. Have you tried to use 
Extensions>Export->Export to TikZ path instead?

Original comment by kjel...@gmail.com on 15 Jul 2012 at 8:09

GoogleCodeExporter commented 8 years ago
Not enough information.

Original comment by kjel...@gmail.com on 17 Apr 2014 at 3:26