Search found 7 matches

by Saam
Mon Nov 12, 2012 7:59 am
Forum: Graphics, Figures & Tables
Topic: apa6 | Manuscript Mode with the "floatsintext" Option
Replies: 11
Views: 11294

apa6 | Manuscript Mode with the "floatsintext" Option

rophys wrote: I'm trying to put some figures in the right places in text but is not working.
Have you tried putting a \newpage before the figure?

-Saam
by Saam
Mon Nov 12, 2012 7:57 am
Forum: Graphics, Figures & Tables
Topic: apa6 | Manuscript Mode with the "floatsintext" Option
Replies: 11
Views: 11294

apa6 | Manuscript Mode with the "floatsintext" Option

As far as I can see it \fitfigure scales the images to fit a whole page. This might not always be what one wants. Also, this can be the reason for putting the float to another position in the text.

However, if things are working for you now: never mind.

Regards

Celemens,

I had suspected so and ...
by Saam
Sun Nov 11, 2012 2:56 am
Forum: Graphics, Figures & Tables
Topic: apa6 | Manuscript Mode with the "floatsintext" Option
Replies: 11
Views: 11294

apa6 | Manuscript Mode with the "floatsintext" Option


The behaviour looks expected to me. If you need the figure nearer to where you put it in the source you can add ! to the float specifier:

\begin{figure}[!ht]
\centering
\fitfigure{sample.jpg}
\caption{The first figure's caption}
\label{fig:sample}
\end{figure}


Wonderful! It worked! I ...
by Saam
Sat Nov 10, 2012 1:06 am
Forum: Graphics, Figures & Tables
Topic: apa6 | Manuscript Mode with the "floatsintext" Option
Replies: 11
Views: 11294

apa6 | Manuscript Mode with the "floatsintext" Option

Saam wrote: Thanks Clemens for the link - it was extremely helpful. I have made a MWE which is attached to this post. Obviously \rule did not work instead of figures as you need actual figures to see the behaviour. I am also attaching a simple JPG figure.

Thanks again.

-Saam
Sorry, forgot to attach them!
by Saam
Sat Nov 10, 2012 1:04 am
Forum: Graphics, Figures & Tables
Topic: apa6 | Manuscript Mode with the "floatsintext" Option
Replies: 11
Views: 11294

apa6 | Manuscript Mode with the "floatsintext" Option

As I said before: a more concrete example would be helpful. But maybe Frank Mittelbach's great post about LaTeX floats can help you to understand why floating works the way it does and how you can influence it.

Regards

Thanks Clemens for the link - it was extremely helpful. I have made a MWE ...
by Saam
Fri Nov 09, 2012 3:17 am
Forum: Graphics, Figures & Tables
Topic: apa6 | Manuscript Mode with the "floatsintext" Option
Replies: 11
Views: 11294

apa6 | Manuscript Mode with the "floatsintext" Option

Hi Saam,

Welcome to the LaTeX community!

The figure should appear near to where you placed it in the source possibly at the top of a page (that's what you allow with [ht] ). It that is not the case please make a complete (if you do not know what that is please follow the link) for us.

Regards ...
by Saam
Thu Nov 08, 2012 11:59 am
Forum: Graphics, Figures & Tables
Topic: apa6 | Manuscript Mode with the "floatsintext" Option
Replies: 11
Views: 11294

apa6 | Manuscript Mode with the "floatsintext" Option

Hello everyone,

This is my first post here. I am pretty new to LaTeX, but so far I am enjoying it. I am writing a document, which unlike manuscripts, requires to have figures and tables in the text rather than at the end. Here are the relevant(I think!) parts of the code:


\documentclass[man ...