Vim:LaTeX 套件目录

发布于 2024-10-15 06:36:09 字数 137 浏览 3 评论 0原文

也许我完全忽略了一些琐碎的事情,但是 Vim(带有 LaTeX-suite)是否有可能查看目录?

更准确地说,我正在寻找相当于 emacs'/AucTeX' Cc = 的东西,它在单独的缓冲区中显示一个漂亮的可读目录。

maybe I'm drastically overlooking something trivial, but is there any possibility in Vim (with LaTeX-suite) to view the table of contents?

To be more precisely, I'm looking for something equivalent to emacs'/AucTeX' C-c =, which displays a nice readable table of contents in a separate buffer.

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

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

发布评论

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

评论(1

红玫瑰 2024-10-22 06:36:09

也许使用:

:let @a=''
:g/\\\(part\|chapter\|section\|subsection\|subsubsection\|paragraph\|subparagraph\)\>/y A
:winc n
:put a

也许有一个函数可以做到这一点并将您喜欢的任何内容映射到该函数。

maybe use:

:let @a=''
:g/\\\(part\|chapter\|section\|subsection\|subsubsection\|paragraph\|subparagraph\)\>/y A
:winc n
:put a

maybe have a function to do that and map whatever you like to that.

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