我的 Orgmode 文档中有此设置,它不会将作者隶属关系导出到 Latex 或 pdf。相反,我得到一个启发式“立即”来代替我已将 Latex 添加到 Org -babel-Load languages in .emacs 的作者,必须做什么才能允许 babel 评估 Latex 代码块?是否有我必须更改的 hyperef 设置?
#+Title: Multiple Author affiliations in OrgMode Latex export
#+date: 11 Feb 2016
#+latex_class: article
#+latex_class_options: [a4paper]
#+OPTIONS: toc:nil
#+OPTIONS: author:nil
#+latex_header: \usepackage{float}
#+latex_header: \usepackage{graphicx}
#+latex_header: \usepackage{authblk}
#+BEGIN_LATEX
\author[1]{Author One}
\author[1]{Author TwoTwo}
\author[1]{Author TwoTwoo}
\author[1,2]{Author TwoTwooo}
\author[1]{Author Three}
\author[1]{Author TwoTw}
\author[1]{Author Four}
\author[1]{Author Fourrr}
\author[2]{Author Fourrrr}
\author[2]{Author Twenty}
\affil[1]{Guided Therapeutics Centre}
\affil[2]{Division of theatre}
#+END_LATEX
Run Code Online (Sandbox Code Playgroud)
我得到这个pdf