آره میدونم درست نیست.با اینکه این روش، کاملاً نادرست هستش، کد زیر رو بعد از فراخوانی بسته زیپرشین قرار بدید. بدیهیه که مسئولیت استفاده از این کد، با شما خواهد بود.
ولی متأسفانه با این ترتیبی که گفتم، لازمه!
کد: [انتخاب]
\makeatletter
\renewcommand \thesection {\@arabic\c@section\@SepMark\thechapter}
\renewcommand\thesubsection{\@arabic\c@subsection\@SepMark\thesection}
\renewcommand \thetable
{\ifnum \c@chapter>\z@ \@arabic\c@table\@SepMark\fi \thechapter}
\renewcommand \thefigure
{\ifnum \c@chapter>\z@ \@arabic\c@figure\@SepMark\fi \thechapter}
\makeatother