Answers:
我安装了TexText,对我来说效果很好。我正在使用UBUNTU 13.10和Ink-scape版本0.48
这是我所做的:
=>首先安装Inkscape
=>从此处
下载最新的TexText版本
=>现在解压缩下载的tar.gz文件,并将所有文件复制到〜/ .config / inkscape / extensions /
=>现在需要pstoedit扩展名才能安装(转到Ubuntu software center
>搜索Inkscape
>单击More info>向下滚动>在可选附加组件下pstoedit
>检查它>单击Apply Changes)
=>重新启动Inkscape
,现在您可以Tex Text
在Extension
菜单下看到选项。选择Extension
> Tex Text
=>打开Gedit或您喜欢的任何文本编辑器。
类型
\usepackage{amsfonts}
另存为 anyname.ini
=>现在在TexText
1.进行Preamble file
浏览,然后选择anyname.ini
2.更改比例因子。我将其更改为6.50
3。在文本内部粘贴任何乳胶文本,例如
\begin{Large}
Hello world!
Have you yet checked out my new integral equations?
%
\begin{small}
\[ M^\bot = \{ f \in V' : f(m) = 0 \mbox{ for all } m \in M \}.\]
\end{small}
%
\end{Large}
4.单击确定,仅此而已