图题中有 LTRFootnote

图题中有 LTRFootnote

我怎样才能LTRfootnote在图片标题中看到?

答案1

您可以尝试这样的事情:

\documentclass{book}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{bidi}

\begin{document}
\begin{figure}
\includegraphics{example-image}
\caption[Test]{Test\footnotemark}
\end{figure}
\LTRfootnotetext{some footnote text}

Here is some text\LTRfootnote{a test footnote}
\end{document} 

相关内容