Вот текст файла, который хочется сделать:
\documentclass[avery5371,frame]{flashcards}
\usepackage[english,russian]{babel}
\usepackage{graphicx,xcolor}
\usepackage{mhchem}
\cardfrontstyle{headings}
\begin{document}
\cardfrontfoot{Chemistry}
\begin{flashcard}[Write it on the blackboard]{Reaction producing barium sulphate?}
\Large \ce{SO4^2- + Ba^2+ -> BaSO4 v}
\end{flashcard}
\cardfrontfoot{Humor}
\begin{flashcard}[Acronyms]{ASAP}
{\large Act swiftly awesome pachyderm.} \\
(Dr Seuss' story \emph{Horton Hears a Who})
\includegraphics[width=2cm]{HortonHearsAWhoBookCover.jpg}
\end{flashcard}
% source image on
%
http://upload.wikimedia.org/wikipedia/e ... kCover.jpg \begin{flashcard}[Question]{How many types of people understand binary code?}
There are 10 types: \\[2ex]Those who understand binary, \\and those who don't.
\end{flashcard}
\cardfrontfoot{\LaTeX{}}
\begin{flashcard}[Question]{How to make flashcards?\\[1ex]
\includegraphics[width=2cm]{Puzzled}}
\Large Type \texttt{texdoc flashcards} \color{red} !!!
\end{flashcard}
% SVG image converted to PDF with inkscape, source on
%
http://upload.wikimedia.org/wikipedia/c ... Puzzld.svg\end{document}