Search found 23 matches

by nphaibk
Tue Sep 30, 2008 10:33 am
Forum: General
Topic: include pictures with wrong scale
Replies: 5
Views: 5243

include pictures with wrong scale

Hi all,

I have 2 pictures with the same size (712x484). I used \includegraphics(width=6.5cm){filename) to add them into my paper but the pictures appearing in the pdf document have different heights.

In my opinion, because the pictures have the same size and I set the same widths, their heights ...
by nphaibk
Thu Sep 25, 2008 1:26 pm
Forum: General
Topic: How to make Table captions bold?
Replies: 19
Views: 55835

Re: How to make Table captions bold?

Hi Stefan,

Yeah, you were right. I forgot to add {}, another option is: \renewcommand{\figurename}{\bf Figure}
by nphaibk
Fri Sep 19, 2008 4:51 pm
Forum: General
Topic: How to make Table captions bold?
Replies: 19
Views: 55835

Re: How to make Table captions bold?

Hello, have you tried

\renewcommand{\tablename}{\textbf TABLE}
\renewcommand{\figurename}{\textbf Figure}

Caption package is one of the solutions but using packages in you text is not necessary!!! goodluck