Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种简单的方法可以让 emacs 将 tex-shell 输出放在后台缓冲区中?即与默认行为相反,它自动使拆分窗口显示tex-shell。
通常情况下,我不需要在渲染后查看 tex-shell 输出,它只是不必要地占用了我必须修复的窗口空间(这是一个公认的小烦恼,但仍然是一个烦恼)。
谢谢
您应该使用AUCTeX(它比内置的 tex 模式好得多),它只会在您要求时打开 TeX shell。