Search found 5 matches

by Amlaser
Sat Apr 10, 2021 1:26 pm
Forum: Graphics, Figures & Tables
Topic: Spacing between figure and text
Replies: 2
Views: 5110

Spacing between figure and text

Thanks
by Amlaser
Thu Apr 08, 2021 11:23 pm
Forum: Graphics, Figures & Tables
Topic: centering the figure and justifying its caption
Replies: 5
Views: 13932

centering the figure and justifying its caption

Thanks Stefan,

Actually, I'm new here and I couldn't express what I meant well.
Thanks again
by Amlaser
Wed Apr 07, 2021 1:58 pm
Forum: Graphics, Figures & Tables
Topic: centering the figure and justifying its caption
Replies: 5
Views: 13932

centering the figure and justifying its caption

Here is an example

Code: Select all

      \begin{figure}[h]
      	\centering
      	\includegraphics[scale=0.30]{Figures/Figure}
      	\caption{XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.}
      	\label{RelativeIntensity}
      \end{figure}
by Amlaser
Wed Apr 07, 2021 10:25 am
Forum: Graphics, Figures & Tables
Topic: centering the figure and justifying its caption
Replies: 5
Views: 13932

centering the figure and justifying its caption

How can I center the figure and justify its caption at the same time? Normally, I use \centering to center the figure, but it centers the caption also. I don't need this. I need to center the figure and justify its caption. Can anyone help?

Regards
by Amlaser
Wed Apr 07, 2021 10:17 am
Forum: Graphics, Figures & Tables
Topic: Spacing between figure and text
Replies: 2
Views: 5110

Spacing between figure and text

I'm currently writing my thesis using latex and normally there are a lot of figures and texts. For figures, I use [h] to place the float here. If the paragraph after the figure is not enough to fill the whole page, Latex makes a gap between the figure and the text to fill the whole page, see the ...