Red Hat 的 Latex 编辑器
谁能给我推荐一个好的 RedHat LInux 乳胶编辑器 (GUI)。我的机器上安装了 tex,这对于在命令行模式下编译文档来说很好,但是如果没有 GUI 编辑器(带有代码完成功能),起草新的 tex 文档确实很困难。
我查看了 Kile,尽管多次尝试,但仍无法将其安装在我的 Redhat 机器上。另外两个最流行的 GUI Latex 编辑器 - Texnic center 和 Led 没有 Linux 版本:-(
Can anyone suggest me a good latex editor (GUI) for RedHat LInux. I have tex installed on my machine which is fine for compiling documents in command line mode, but without a GUI editor (with code completion facility) it is really difficult to draft a new tex document.
I have looked at Kile and I am not able to install it on my Redhat machine despite repeated attempts. Also two of the most popular GUI latex editors - Texnic center and Led don't have Linux versions :-(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您尝试过 Texmaker 吗?据我所知,它应该可以在 RH 存储库中使用。
Have you tried Texmaker? From what I see here it should be available into the RH repositories.
带有 YaTeX 模式的 emacs 怎么样,尽管它不是 LaTeX 的 GUI? YaTeX 为 TeX 命令提供补全功能。 Emacs 还具有文本文件中任何单词的动态缩写功能(默认绑定到 Meta-/ 键序列)。您还可以自定义 emacs 来调用 shell 命令。除非您确实想单击按钮来编译 LaTeX 文档,否则我认为这可能是一个不错的选择。
YaTeX 网站
http://www.yatex.org/
How about emacs with YaTeX mode though it's not a GUI for LaTeX? YaTeX provides a completion functionality for TeX commands. Emacs also has the dynamic abbreviation functionality (bound to Meta-/ key sequence by default) for any word in your text file. You can also customize emacs to invoke shell commands. Unless you definitely want to click a button to compile a LaTeX document, I think this may be a good option.
YaTeX Web site
http://www.yatex.org/