--
To post to this group, email to utmthesi...@googlegroups.com
To unsubscribe, email to utmthesis-disc...@googlegroups.com
For more, visit http://groups.google.com/group/utmthesis-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "LaTeX for UTM Thesis" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utmthesis-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi dr Yap,
i already edited cls file..but it working only on the certain figure ...not all..
i edited this part:
% Copied from book.cls:
% \@makecaption - defines table/figure caption formatting
%
\long\def\@makecaption#1#2{%
\vskip\abovecaptionskip
\sbox\@tempboxa{\bfseries #1: \normalfont #2}% change caption label to bold, period.
\ifdim \wd\@tempboxa >\hsize
\textbf{#1} #2\par
\else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
\fi
\vskip\belowcaptionskip}
Thanks in advance for your help
--