如何在边缘打印图片副标题?

如何在边缘打印图片副标题?

biditufte-handout课堂上,图表的标题会出现在页边空白处。
我喜欢这个功能。这很不错。
现在我想强制 LaTex 在页边空白处打印副标题。我该怎么做?

\documentclass{biditufte-handout}
\usepackage{ptext} 
\usepackage[demo]{graphicx}
\usepackage{subcaption}
\usepackage{xepersian}
 \settextfont{Yas}
\reversemarginpar
\begin{document} 
\section{یک عنوان بخش}
\ptext[1]
\begin{figure}
\includegraphics[width=\linewidth]{fig1}
\caption{یک عنوان شکل آزمایشی}
\label{fig1}
\end{figure}
 \ptext[8]
\begin{figure}
        \centering
        ~ %add desired spacing between images, e. g. ~, \quad, \qquad, \hfill etc.
      %(or a blank line to force the subfigure onto a new line)
    \begin{subfigure}[b]{0.4\textwidth}
            \includegraphics[width=\textwidth , height=.75\textwidth]{fig1}
            \caption{زاویه سوم ($\psi$)}
            \label{نمودار زاویه سوم جسم صلب}
    \end{subfigure}%
    ~
     \begin{subfigure}[b]{0.4\textwidth}
            \includegraphics[width=\textwidth , height=.75\textwidth]{fig1}
            \caption{زوایای اویلر تحت گشتاور نامتقارن}
            \label{زوایای اویلر تحت گشتاور نامتقارن}
    \end{subfigure}
    \caption{نمودار جسم صلب}\label{نمودار جسم صلب2}
\end{figure}
\ptext[1]
\end{document}

相关内容