如何在 MacVim 中拥有类似 xEmacs 的 Auctex?

发布于 2024-07-14 04:33:45 字数 48 浏览 12 评论 0原文

我希望在我的 MacVim 中有一个数字,类似于 xEmacs 的 AucTex。

I would like to have a figures right in my MacVim, similarly as in xEmacs' AucTex.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南巷近海 2024-07-21 04:33:45

Vim 是纯文本,因此它无法复制 preview-latex :

AUCTeX 包含预览乳胶,通过将选定的源块(例如单个公式或图形)直接可视化为源缓冲区中的图像,使 LaTeX 成为编辑工作流程中紧密集成的组件。

因此,如果您需要将该功能集成到编辑器中(而不是从编辑器中调用以进行快速外部预览,这是可能的),那么您就不走运了。

至于功能列表的其余部分,其中大部分看起来都可以使用 vim 。 您可能会对 VIM-LaTexauctex.vim

Vim is pure-text, and so it wouldn't be able to replicate preview-latex:

AUCTeX includes preview-latex which makes LaTeX a tightly integrated component of your editing workflow by visualizing selected source chunks (such as single formulas or graphics) directly as images in the source buffer.

So if that's a feature you need integrated into the editor (rather than calling out from the editor for a quick external preview, which would be possible) than you're out of luck.

As for the rest of the feature list, much of it looks vim-able. You may have some luck with VIM-LaTex or auctex.vim

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文