I would like to include a figure in an item list. This figure is very small and functions like an icon beside a keyword. But the figure is not vertically aligned to the item symbol (in this case a standard dash '-'). Instead, the buttom of the figure is on the same vertical position like the dash.
Code: Select all
Audio-example
\begin{itemize}
\item \movie[label=s3]{}{sounds/always_700cp_000cf.wav}
\hyperlinkmovie[]{s3}{\includegraphics[width=0.07\textwidth]{figures/sp-b.png} Soundsignal_1}
\end{itemize}
I would be thankful for any help