【问题标题】:Include quote inside org-mode footnote when exporting to latex导出到 Latex 时在 org-mode 脚注中包含引号
【发布时间】:2021-02-19 05:13:52
【问题描述】:
[fn:: ... ] 和\beging{quotation} ... \end{quotation} 我都试过了。他们都没有在脚注中导出引用块。我也使用了#+BEGIN_EXPORT latex ... #+END_EXPORT 并得到了相同的结果。还有一个关于这个话题的老问题,但有任何答案。
我的 org-mode 版本是 9.3.8,我使用的是 org-plus-contrib。
我的 emacs 配置与使用模块编译的 scimax 类似。
这里有一些有用的链接
Old unsolved similar question
My emacs config
提前谢谢大家
【问题讨论】:
标签:
emacs
latex
org-mode
footnotes
【解决方案1】:
您可以使用@@latex:...@@ 构造在脚注中获得引用环境,如下所示:
This *is* very interesting [fn:1:But not as interesting as it could be: @@latex:\begin{quotation}@@This would be a quote from somebody funny or smart.@@latex:\end{quotation}@@]. And we need to look at it.