帶數字的抽認卡

帶數字的抽認卡

我想製作一些我的解剖筆記的抽認卡,我想我需要使用這flashcards門課。但我的問題是我的抽認卡上沒有圖形/圖像,它無法編譯;它給出了錯誤

“未定義的控制序列”

我究竟做錯了什麼?

\documentclass[avery5388,grid,frame]{flashcards}

\cardfrontstyle[\large\slshape]{headings}
\cardbackstyle{empty}

\begin{document}

\cardfrontfoot{Functional Analysis}

\begin{flashcard}[Definition]{Lever celler}
  \includegraphics[width=.8\linewidth]{billeder/0604}
 \end{flashcard}


\begin{flashcard}[Definition]{Inner Product}

Let $X$ be a complex linear space. An \emph{inner product} on $X$ is
a mapping that associates to each pair of vectors $x$, $y$ a scalar,
denoted $(x,y)$, that satisfies the following properties:

\medskip

\begin{description}
\item [Additivity] $(x+y,z) = (x,z) + (y,z)$,
\item [Homogeneity] $(\alpha \: x, y) = \alpha (x,y)$,
\item [Symmetry] $(x,y) = \overline{(y,x)}$,
\item [Positive Definiteness] $(x,x) > 0$, when $x\neq0$.
\end{description}
\end{flashcard}
    \end{document}

謝謝

相關內容