簡體   English   中英

導出到 Latex 時在 org-mode 腳注中包含引號

[英]Include quote inside org-mode footnote when exporting to latex

我已經嘗試過[fn:: ... ]\\beging{quotation} ... \\end{quotation} 它們都沒有導出腳注內的引用塊。 我還使用了#+BEGIN_EXPORT latex ... #+END_EXPORT並得到了相同的結果。 還有一個關於這個話題的老問題,但有任何答案。

我的組織模式版本是 9.3.8,我使用 org-plus-contrib。 我的 emacs 配置類似於用模塊編譯的 scimax。

這里有一些有用的鏈接

舊的未解決的類似問題

我的 emacs 配置

謝謝大家

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM