【发布时间】:2011-07-14 10:14:08
【问题描述】:
我正在关注这个tutorial,当我尝试将演示文稿导出到乳胶时出现此错误:
No definition for class `beamer' in `org-export-latex-classes'
注意:
我从 Ubuntu 的存储库中安装了 emacs。以下是我系统中可用的相关软件包:
emacs-snapshot
emacs-snapshot-bin-common
emacs-snapshot-common
emacsen-common
latex-beamer
latex-xcolor
preview-latex-style
texlive-latex-base
texlive-latex-extra
texlive-latex-recommended
我错过了什么吗?我需要配置其他东西吗?
【问题讨论】:
-
您能否发布
M-x org-version的输出并指定您的安装方式?我认为您需要 org-beamer.el 并且不确定 emacs 附带的 org-mode 是否具有它。当我执行$ locate org-beamer时,我对org-beamer.el的唯一点击是在我当前版本或组织模式的git 克隆中。 -
请注意,在第 8 版中,它们似乎对处理导出的方式进行了大修,但它(还)不包括
beamer的合理默认值。代码导出代码现在都是ox-*。
标签: emacs latex org-mode beamer