Am 22.03.2011 um 01:02 schrieb Pavel Striz: > \def\Picture#1#2#3% > {% > \vbox to 3in% > {% > \vfil% > \placefigure[left][#3]% > {% > \hangindent=0.5pt\hangafter=1{}% > #2% > }% > {% > \hskip-11pt\hbox to 3in% > {% > \Text% > {% > \externalfigure[#1][width=3in]% > }% > \hss% > }% > }% > }% > }% \def\Picture#1#2#3% {\placefigure [][#3]{#2}% {\leftaligned{\externalfigure[#1][width=3in,background=Label,backgroundoffset=1ex]}}} or \def\Picture#1#2#3% {\placefigure [][#3]{#2}% {\framed [align={flushleft,low},frame=off,height=3in,width=broad] {\externalfigure[#1][width=3in,background=Label,backgroundoffset=1ex]}}} Wolfgang