【发布时间】:2014-05-19 04:24:01
【问题描述】:
我正在尝试创建一个 Anki 套牌,例如,前面有一个单词。然后我在背面添加带有定义的单词以及图片。但是当已经有两个字段(正面文本和背面文本)时,我无法包含图形。这是一个示例注释:
\begin{note}
\begin{field}
\textbf{\large ruminate}
\end{field}
\begin{field}
\textbf{\large ruminate}
\begin{description}
\item[verb] \hfill \\
chew the cuds
\item[verb] \hfill \\
reflect deeply on a subject
\end{description}
\end{field}
\end{note}
这个注释很好用,但是当我尝试包含图形时(如下所示)Anki 不会让我在背面有两个字段。
\begin{note}
\begin{field}
\textbf{\large ruminate}
\end{field}
\begin{field}
\textbf{\large ruminate}
\begin{description}
\item[verb] \hfill \\
chew the cuds
\item[verb] \hfill \\
reflect deeply on a subject
\end{description}
\end{field}
\xplain(<img src="files/image.jpg" />)
\end{note}
我尝试使用\includegraphics(Anki 禁止这样做,但我更改了源并让包工作)但是在编译图像时找不到。
【问题讨论】: