Graphics, Figures & Tables ⇒ disable endfloat in apa.cls
disable endfloat in apa.cls
My assignment follows APA formatting in pretty much every way except that figures need to be mixed with the text, so is there an easy way to prevent apa.cls from using endfloat, while keeping the rest?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
disable endfloat in apa.cls
[1] apa.cls - Float placement, loading, and content
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: disable endfloat in apa.cls
When inserting figures (not plain graphics) and using the "manuscript" document type, endfloat is used (lines ~771-897 in apa.cls), but I would like to prevent it from using endfloat, while retaining the rest of the "manuscript" formatting.
- Attachments
-
- mwe.tex
- (189 Bytes) Downloaded 253 times
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: disable endfloat in apa.cls
-
- Posts: 1
- Joined: Wed Jan 06, 2010 9:52 am
Re: disable endfloat in apa.cls
Since there seems to be no possibility to disable endfloat, does anyone know of an alternative to apa.cls? It would save me a great deal of work, since everything else looks just fine.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: disable endfloat in apa.cls
Re: disable endfloat in apa.cls
In order to use this class, you just need to add the option intextfloat in the class declaration (e.g. \documentclass[man,intextfloat]{apa}).
Guillaume Jourjon.
- Attachments
-
- apa.cls
- Modified apa.cls for in-text floating objects
- (57.14 KiB) Downloaded 374 times
-
- Posts: 1
- Joined: Wed Aug 24, 2011 11:14 am
Re: disable endfloat in apa.cls
if you use /footnote, it places it at the end of the document in a new page under "Footnotes".
if you want your footnote at the same page as where you refer to it, use:
\footnotemark[1]
\footnotetext[1]{yourtext}
I know nobody asked about this, but i think it should be at the same place where the solution for the floats is given.