Passing [H] with the float package isn't working Announcing the arrival of Valued Associate...

How long can a nation maintain a technological edge over the rest of the world?

What's the difference between using dependency injection with a container and using a service locator?

Could a cockatrice have parasitic embryos?

Married in secret, can marital status in passport be changed at a later date?

What is a 'Key' in computer science?

Retract an already submitted Recommendation Letter (written for an undergrad student)

Putting Ant-Man on house arrest

Why did Israel vote against lifting the American embargo on Cuba?

What helicopter has the most rotor blades?

How to compute a Jacobian using polar coordinates?

How can I wire a 9-position switch so that each position turns on one more LED than the one before?

Are there existing rules/lore for MTG planeswalkers?

How did Elite on the NES work?

Why did Europeans not widely domesticate foxes?

All ASCII characters with a given bit count

Is there a possibility to generate a list dynamically in Latex?

How to begin with a paragraph in latex

Is there an efficient way for synchronising audio events real-time with LEDs using an MCU?

Why I cannot instantiate a class whose constructor is private in a friend class?

When speaking, how do you change your mind mid-sentence?

Can gravitational waves pass through a black hole?

"Working on a knee"

What is the evidence that custom checks in Northern Ireland are going to result in violence?

Suing a Police Officer Instead of the Police Department



Passing [H] with the float package isn't working



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)autoref with the float packageFloat positioning [ht] not working for algorithmHyperref and the float packagesyntonly + float package : not compatible`floatpag` package conflict with `float`Framed float with figuresIn my template [!h] isn't workingAIP conference proceedings template conflict with float packageHorizontal space problem when the float environment isn't usedError with float and floatrow












0















My LaTeX was similar to:



documentclass[man]{apa6}

usepackage{graphicx}
usepackage{float}
usepackage{babel}
usepackage{biblatex}

title{TITLE}
author{AUTHOR}
affiliation{UNIVERSITY}
subtitle{SUBTITLE}

begin{document}
maketitle

section*{SECTION A}
Paragraph text.

begin{figure}[H]
centering
includegraphics[width=linewidth]{IMAGE.png}
caption{INFORMATION OF FIGURE}
end{figure}

end{document}


I've tried passing different options through includegraphics such as [scale=0.2]. I've tried [!H]. I've tried vspace{-20pt} in the figure tag. I can't get the image to not appear on the next page. I've tried almost everything and couldn't find anything online about it (if you somehow find it... how?). I'm using TeXStudio on Windows. Any help would be appreciated.










share|improve this question

























  • Are you sure there's enough vertical space remaining on the current page to put the float there?

    – siracusa
    8 mins ago











  • Yes, I am sure. There are two sentences at the top of the page. Moreover, when I use the lipsum package and generate dummy text, even with passing [H], the image is on the last page. It doesn't matter even if I scale it [scale=0.1]. Help?

    – ZackaryCW
    1 min ago
















0















My LaTeX was similar to:



documentclass[man]{apa6}

usepackage{graphicx}
usepackage{float}
usepackage{babel}
usepackage{biblatex}

title{TITLE}
author{AUTHOR}
affiliation{UNIVERSITY}
subtitle{SUBTITLE}

begin{document}
maketitle

section*{SECTION A}
Paragraph text.

begin{figure}[H]
centering
includegraphics[width=linewidth]{IMAGE.png}
caption{INFORMATION OF FIGURE}
end{figure}

end{document}


I've tried passing different options through includegraphics such as [scale=0.2]. I've tried [!H]. I've tried vspace{-20pt} in the figure tag. I can't get the image to not appear on the next page. I've tried almost everything and couldn't find anything online about it (if you somehow find it... how?). I'm using TeXStudio on Windows. Any help would be appreciated.










share|improve this question

























  • Are you sure there's enough vertical space remaining on the current page to put the float there?

    – siracusa
    8 mins ago











  • Yes, I am sure. There are two sentences at the top of the page. Moreover, when I use the lipsum package and generate dummy text, even with passing [H], the image is on the last page. It doesn't matter even if I scale it [scale=0.1]. Help?

    – ZackaryCW
    1 min ago














0












0








0


1






My LaTeX was similar to:



documentclass[man]{apa6}

usepackage{graphicx}
usepackage{float}
usepackage{babel}
usepackage{biblatex}

title{TITLE}
author{AUTHOR}
affiliation{UNIVERSITY}
subtitle{SUBTITLE}

begin{document}
maketitle

section*{SECTION A}
Paragraph text.

begin{figure}[H]
centering
includegraphics[width=linewidth]{IMAGE.png}
caption{INFORMATION OF FIGURE}
end{figure}

end{document}


I've tried passing different options through includegraphics such as [scale=0.2]. I've tried [!H]. I've tried vspace{-20pt} in the figure tag. I can't get the image to not appear on the next page. I've tried almost everything and couldn't find anything online about it (if you somehow find it... how?). I'm using TeXStudio on Windows. Any help would be appreciated.










share|improve this question
















My LaTeX was similar to:



documentclass[man]{apa6}

usepackage{graphicx}
usepackage{float}
usepackage{babel}
usepackage{biblatex}

title{TITLE}
author{AUTHOR}
affiliation{UNIVERSITY}
subtitle{SUBTITLE}

begin{document}
maketitle

section*{SECTION A}
Paragraph text.

begin{figure}[H]
centering
includegraphics[width=linewidth]{IMAGE.png}
caption{INFORMATION OF FIGURE}
end{figure}

end{document}


I've tried passing different options through includegraphics such as [scale=0.2]. I've tried [!H]. I've tried vspace{-20pt} in the figure tag. I can't get the image to not appear on the next page. I've tried almost everything and couldn't find anything online about it (if you somehow find it... how?). I'm using TeXStudio on Windows. Any help would be appreciated.







floats apa6






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 7 mins ago









siracusa

5,35011429




5,35011429










asked 19 mins ago









ZackaryCWZackaryCW

5717




5717













  • Are you sure there's enough vertical space remaining on the current page to put the float there?

    – siracusa
    8 mins ago











  • Yes, I am sure. There are two sentences at the top of the page. Moreover, when I use the lipsum package and generate dummy text, even with passing [H], the image is on the last page. It doesn't matter even if I scale it [scale=0.1]. Help?

    – ZackaryCW
    1 min ago



















  • Are you sure there's enough vertical space remaining on the current page to put the float there?

    – siracusa
    8 mins ago











  • Yes, I am sure. There are two sentences at the top of the page. Moreover, when I use the lipsum package and generate dummy text, even with passing [H], the image is on the last page. It doesn't matter even if I scale it [scale=0.1]. Help?

    – ZackaryCW
    1 min ago

















Are you sure there's enough vertical space remaining on the current page to put the float there?

– siracusa
8 mins ago





Are you sure there's enough vertical space remaining on the current page to put the float there?

– siracusa
8 mins ago













Yes, I am sure. There are two sentences at the top of the page. Moreover, when I use the lipsum package and generate dummy text, even with passing [H], the image is on the last page. It doesn't matter even if I scale it [scale=0.1]. Help?

– ZackaryCW
1 min ago





Yes, I am sure. There are two sentences at the top of the page. Moreover, when I use the lipsum package and generate dummy text, even with passing [H], the image is on the last page. It doesn't matter even if I scale it [scale=0.1]. Help?

– ZackaryCW
1 min ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487297%2fpassing-h-with-the-float-package-isnt-working%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487297%2fpassing-h-with-the-float-package-isnt-working%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...