Mines working but I'm I'm still getting the errors:
I'm using Ubuntu 10.10 "code name Maverick Meerkat" with Inkscape 0.48 I did the following:
1) Download Inkscape 0.48 using Software Center in Ubuntu.
a) Applications -> Ubuntu Software Center
b) Click on Graphics.
c) Scroll down to find Inkscape.
d) Click the install button.
If you use Synaptic Package Manager "System -> Administration -> Synaptic Package Manager" to download and install Inkscape it will download version 0.47
NOT 0.48
Maybe there's a way using the the terminal but I couldn't find the right package name. It's usually:
1) Applications -> Accessories -> Terminal
2) Type: sudo apt-get install ThePackageNameHere
The download page shows the packages as:
inkscape_0.48.0-1ubuntu1_i386.deb "For Intel processors"
inkscape_0.48.0-1ubuntu1_amd64.deb "For amd 64bit processors"
http://packages.ubuntu.com/maverick/graphics/inkscape "Download inkscape at the bottom of the page"
2) Download textex
http://pav.iki.fi/software/textext/ listed about half way down the page. For Ubuntu it's
http://pav.iki.fi/software/textext/textext-0.4.4.tar.gza) A dialog box should appear. Select either Archive Manager or "Save File"
b) Go to the folder where you downloaded the file. If you using Firefox like I am, it's automatically saved to: home\owner\downloads.
This is set in Firefox in Edit -> Preferences -> General
You can get to it from the desktop by clicking on Places -> Downloads
b) If you just save it you'll then need to extract it by right clicking and select: Open with archive manger.
The two resulting files: textext.py and textext.inx must be placed in Inkscape/Extensions, but to copy them to the folder you must enable permissions for the two files and the destination.
3) Applications -> Accessories -> Terminal
a) Type: cd \Downloads ( cd is "Change directory", Yes it must be a captal "D" )
b) Type: sudo chmod 777 textext.py "Then press enter"
c) Type: sudo chmod 777 textext.inx "Then press enter"
d) Type: sudo chmod 777 /usr/share/inkscape/extensions "Then press enter"
e) Type: cp textext.py /usr/share/inkscape/extensions "Then press enter"
f) Type: cp textext.inx /usr/share/inkscape/extensions "Then press enter"
4) Create the preamble file, From the desktop:
a) Applications -> Accessories -> Gedit
b) On the first line type: \usepackage{amsfonts}
c) File -> Save as:
d) Type: AnyNameYouWantHere.ini
e) Click: Save
5) launch Inkscape, from the desktop:
a) Applications -> Graphics
b) Go to: Extensions -> textext
c) In the dialog box where it says: "Preamble" navigate to: AnyNameYouWantHere.ini
d) In the text box type: Testing
e) Click: OK
A message box will appear with errors shown below. Just click "OK" and it will work anyway.
Inkscape has received additional data from the script executed. The script did not return an error, but this may indicate the results will not be as expected.
textext.py:55: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import os, sys, tempfile, traceback, glob, re, md5, copy
Some commands for font size in math mode don't work such as:
You just use the following for everything:
Code: Select all
\tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge