<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<STYLE type="text/css"><!--
BODY {
  margin: 5px 5px 5px 5px;
  background-color: #FFFFFF;
}
/*----------Text Styles----------*/
HR { color: #000000}
BODY, TABLE /* Normal text */
{
 font-size: 9pt;
 font-family: 'Tahoma';
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
SPAN.RVTS1 /* Heading */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #0000FF;
}
SPAN.RVTS2 /* Subheading */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-weight: bold;
 color: #000080;
}
SPAN.RVTS3 /* Keywords */
{
 font-size: 10pt;
 font-family: 'Arial';
 font-style: italic;
 color: #800000;
}
A.RVTS4, SPAN.RVTS4 /* Jump 1 */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #008000;
 text-decoration: underline;
}
A.RVTS5, SPAN.RVTS5 /* Jump 2 */
{
 font-size: 10pt;
 font-family: 'Arial';
 color: #008000;
 text-decoration: underline;
}
SPAN.RVTS6
{
 font-style: italic;
}
SPAN.RVTS7
{
 font-weight: bold;
}
SPAN.RVTS8
{
 font-style: italic;
 font-weight: bold;
}
/*----------Para Styles----------*/
P,UL,OL /* Paragraph Style */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.RVPS1 /* Centered */
{
 text-align: center;
 white-space: normal;
}

--></STYLE>
</HEAD>
<BODY>

<P>Hello!</P>
<P><BR></P>
<P>I have a little problem, using TeXLive</P>
<P><BR></P>
<P>I have a problem with figure's caption.</P>
<P><BR></P>
<P>I'm using construction like this:</P>
<P><BR></P>
<P><SPAN class=RVTS7>\begin{figure}[ht]</SPAN></P>
<P><SPAN class=RVTS7> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\raggedright</SPAN></P>
<P><SPAN class=RVTS7> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\includegraphics{08_02.eps}</SPAN></P>
<P><SPAN class=RVTS7> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\caption{Figure's name}\label{fig:0808}</SPAN></P>
<P><SPAN class=RVTS7>\end{figure}</SPAN></P>
<P><BR></P>
<P><BR></P>
<P>And it's working fine!</P>
<P><BR></P>
<P>But I need to add a tiny picture (4mm height) of the button in the caption of the figure.</P>
<P>I've tried to use this construction:</P>
<P><BR></P>
<P><SPAN class=RVTS7>\begin{figure}[ht]</SPAN></P>
<P><SPAN class=RVTS7> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\raggedright</SPAN></P>
<P><SPAN class=RVTS7> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\includegraphics{08_02.eps}</SPAN></P>
<P><SPAN class=RVTS7> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\caption{Figure's name \raisebox{-.5ex}{\includegraphics{button.eps}}}\label{fig:0808}</SPAN></P>
<P><SPAN class=RVTS7>\end{figure}</SPAN></P>
<P><SPAN class=RVTS7><BR></SPAN></P>
<P>&nbsp;And LaTex has returned me the ErrOR:</P>
<P>"! Argument of \@caption has an extra }."</P>
<P><BR></P>
<P>I can't find out where is my fault?</P>
<P>May be I should use another package?!..</P>
<P><BR></P>
<P>If you can, give me please an advice!</P>
<P><BR></P>
<P>--&nbsp;</P>
<P>Best regards,</P>
<P>&nbsp;GreG &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;mailto:georgiadiy@yandex.ru</P>
<P><BR></P>

</BODY></HTML>