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中呈现pdf文件的可能性。我注意到 w3m 浏览一个带有 pdf 链接的网页,它实际上是用另一个缓冲区中的 doc 查看它打开的(如您所见)。我怎么能用其他包做到这一点?
只要您安装了 Ghostscript,您就可以在 Emacs 中查看 PDF 文件,只需将它们作为任何其他文件打开,使用C-x C-f. doc-view-mode应该自动启动,但如果没有,您可以使用M-x doc-view-mode. 手册中提供了更多信息。
doc-view-mode
你可以试试 pdf-tools for emacs。 pdf-tools 只需使用 Mx package-install-file RET pdf-tools 安装它