Daniel Lohmann wrote:
> Just an untested idea: Have you tried (mis-)using the "note" field for
> this purpose?
>
> @book {...
>
> note={\includegraphics{...}}
> }
>
Yes but the lists of references is basically a list and if you include a
graphics at the end of an item of the list, LaTeX is going to do wild
things.
You would need to redefine the bibliography environment to create some kind
of tabular where the reference is printed in one cell and the image in the
adjacent cell.
It is possible (but some work) to do it with some tweaking of biblatex but
you must have some knowledge of LaTeX.
Charles