Search found 4 matches
- Wed Dec 09, 2015 7:13 am
- Forum: Help with using Inkscape
- Topic: coordinate transforms in Inkscape extensions
- Replies: 10
- Views: 1793
Re: coordinate transforms in Inkscape extensions
Hi, I would say that pdf+latex export option is quite similar to what I did. When I tried pdf+latex very long time ago, I had a hard time to get text alignment correct. The key difference is that I added a \makebox(0,0)[b]{ ... } command, which instructs Latex to center the text at the text position...
- Wed Dec 09, 2015 5:20 am
- Forum: Help with using Inkscape
- Topic: coordinate transforms in Inkscape extensions
- Replies: 10
- Views: 1793
Re: coordinate transforms in Inkscape extensions
Hi, I finished coding and testing the first version of my extension. Thanks for the support from this forum. This Inkscape extension converts the selected text elements of your svg image into a format understood by the Latex package overpic. To be specific, the text is the text in Inkscape and the c...
- Sun Dec 06, 2015 8:14 pm
- Forum: Help with using Inkscape
- Topic: coordinate transforms in Inkscape extensions
- Replies: 10
- Views: 1793
Re: coordinate transforms in Inkscape extensions
Hi Moini,
thanks a lot for your hint. That pointed in the right direction and so I solved the problem.
Now I can finish the actual coding ...
Cheers
thanks a lot for your hint. That pointed in the right direction and so I solved the problem.
Now I can finish the actual coding ...
Cheers
- Sun Dec 06, 2015 8:32 am
- Forum: Help with using Inkscape
- Topic: coordinate transforms in Inkscape extensions
- Replies: 10
- Views: 1793
coordinate transforms in Inkscape extensions
Hi, my first post in this forum :-) I'm currently working on an extension based on inkex and Python which exports the coordinates of all selected text objects. The code works fine, however, I do not manage to obtain the coordinates as they are displayed on the screen. The coordinates I get using .ge...