简体   繁体   中英

Include quote inside org-mode footnote when exporting to latex

I've tried both [fn:: ... ] and \\beging{quotation} ... \\end{quotation} . Neither of them exports the quote block inside the footnote. I've also used #+BEGIN_EXPORT latex ... #+END_EXPORT and had the same results. There is also an old question about this topic but there is any answer.

My org-mode version is 9.3.8 and I use org-plus-contrib. My emacs config is similar than scimax compiled with modules.

Here some usefull links

Old unsolved similar question

My emacs config

Thank you all in advance

您可以使用@@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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM