我怎样才能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}