定制 Literate Haskell +乳胶模式

发布于 2024-10-26 17:53:05 字数 251 浏览 1 评论 0原文

我很难强制 literate-haskell-mode 默认生成 PDFlatex 输出。当我使用 Cc Ct Cf 时,它只是使用乳胶二进制文件解析 lhs 文件,生成 dvi。我知道我总是可以使用 shell 手动运行 pdflatexwhatever.lhs,但这不是 emacs 的方式。一定有一种方法可以自定义默认的 Cc Ct Cf 行为,但我一直在谷歌上搜索,但仍然没有找到我要找的东西。

有人吗?

干杯; 皮奥特尔

I'm having a hard time forcing literate-haskell-mode to produce PDFlatex output by default. When I use C-c C-t C-f it just parses the lhs file with latex binary producing dvi. I know I can always use the shell to manually run pdflatex whatever.lhs, but that's not the emacs way. There must be a way of customizing the default C-c C-t C-f behavior, but I've been googling and searching, and I still haven't found what I'm looking for.

Anyone?

Cheers;
Piotr

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

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

发布评论

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

评论(1

影子是时光的心 2024-11-02 17:53:05

我想这在后端使用 LaTeX-mode,所以可能这样的东西应该有所帮助:

(setq TeX-PDF-mode t)

这告诉 LaTeX-mode 默认情况下使用 pdflatex。

I guess this uses LaTeX-mode in the backend so probably something like this should help:

(setq TeX-PDF-mode t)

This tell LaTeX-mode to use pdflatex by default.

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