Bug#358806: Captions of \parpic disappear in figure list \listoffigures
Package: tetex-extra
Version: 3.0-17
Severity: minor
When I use the picins-package :
\usepackage{picins}
and assign a caption to a floated picture :
\piccaption{Caption of the figure}
\parpic[l]{\includegraphics[scale=1]{examplefigure.eps}
the caption disappear in the list of figures :
\listoffigures
For more information see :
http://groups.google.de/group/comp.text.tex/browse_frm/thread/5391eff1beb5051/dee2c4c3e1b4e85f?hl=de&lr=&rnum=9&prev=/groups%3Fq%3Dpicins%26hl%3Dde%26lr%3D%26selm%3Dpan.2002.04.28.00.24.57.150392.642%2540dada.it%26rnum%3D9#dee2c4c3e1b4e85f
To solve the problem, change the line nr. 79 in picins.sty
( /usr/share/texmf-tetex/tex/latex/picins/picins.sty ) from :
\def\piccaption{\@ifnextchar [{\@piccaption}{\@piccaption[]}}
to :
\def\piccaption{\@dblarg{\@piccaption}}
Reply to: