wrapfig 环境中的脚注

wrapfig 环境中的脚注

我想将一些文本放入环绕图浮动中,因为我发现这是让常规文本环绕其的唯一方法。但是,似乎我无法在环境中的文本中使用任何脚注。这是一个限制吗?有解决方法吗?


\documentclass[crown, 11pt]{octavo}
\usepackage{blindtext}
\usepackage{wrapfig}
\usepackage{reledmac}


\Xarrangement[A]{paragraph}

%To have critical footnotes before familiar footnotes
\fnpos{critical-familiar}
\Xbeforenotes[A]{1.8em}
\beforenotesX[A]{1.8em}
\beforenotesX[B]{1.8em}
\Xafterrule[A]{7pt}
\afterruleX[A]{7pt}
\afterruleX[B]{7pt}

\usepackage{hyperref}
\usepackage{polyglossia}
\usepackage{ebgaramond}
\setdefaultlanguage{italian}
\setotherlanguage{hebrew}



\begin{document}
\section{Something}

This is sample text. \footnote{This is it} This is sample text. This is sample text. This is sample text. This is sample text. This is sample text. This is sample text. This is sample text. This is sample text. This is sample text. This is sample text. This is sample text. 

\begin{wrapfigure}{i}{.5\textwidth}

\footnotesize
\paragraph{Sample float in wrap fig}
This is a sample float. \footnote{This is it 2} This is a sample float. This is a sample float. This is a sample float. This is a sample float. This is a sample float. This is a sample float. 
\end{wrapfigure}
\blindtext[1]

\end{document}

相关内容