小编Pra*_*yak的帖子

使用 authblk 包在 Orgmode 中自定义多个作者隶属关系以进行 Latex 导出

我的 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

pdf输出

emacs latex hyperref org-mode

3
推荐指数
1
解决办法
2538
查看次数

标签 统计

emacs ×1

hyperref ×1

latex ×1

org-mode ×1