
原来一直以为 Gedit 只是一个具有少许代码高亮效果的记事本,实际上 Gedit 可以通过插件扩展,增强自己的功能。
这次介绍的是 Gedit 的 LaTeX 插件,通过这个插件,Gedit 可以提供 LaTeX 的语法自动完成功能,还有在工具栏中显示常见的任务。

Gedit 的 LaTeX 插件的主页: http://live.gnome.org/Gedit/LaTeXPlugin
评论 (9)
is-Programmer 是一个面向 Linux 爱好者与程序员的 Blog 系统,具有简洁的风格,方便的代码高亮和数学公式插入功能,适合撰写学习笔记和技术文档。
© is-Programmer.com All rights reserved. | Power by Chito 1.1.4
2007年12月20日 19:21 支持一个!~
2007年12月22日 00:00 想不到的强大
2007年12月22日 00:16 ** (gedit:19093): WARNING **: Cannot load Python plugin '/home/niclau/.gnome2/gedit/plugins/LaTeXPlugin.gedit-plugin' since gedit was not compiled with Python support. 怎么搞...
2007年12月22日 07:19 gedit was not compiled with Python support. 说明的你的gedit编译的时候没有加入python的支持,加入python支持重新编译就可以了
2008年1月01日 04:14 终于可以不用kile了
2008年4月06日 13:31 gedit was not compiled with Python support. 说明的你的gedit编译的时候没有加入python的支持,加入python支持重新编译就可以了 具体怎么弄阿 ???急
2008年4月06日 14:47 看看你的 ./configure --help
2008年4月06日 21:05 回ls.... 我不是用源码装的。。。直接通过suse的yast2装的。。。。
2008年4月07日 02:23 那就不清楚了……