Let LaTeX decide where to place figures Announcing the arrival of Valued Associate #679: Cesar...
Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?
When speaking, how do you change your mind mid-sentence?
Compiling and throwing simple dynamic exceptions at runtime for JVM
Why aren't these two solutions equivalent? Combinatorics problem
Can the van der Waals coefficients be negative in the van der Waals equation for real gases?
Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?
Reflections in a Square
Can this water damage be explained by lack of gutters and grading issues?
Weaponising the Grasp-at-a-Distance spell
Determine the generator of an ideal of ring of integers
/bin/ls sorts differently than just ls
Will I be more secure with my own router behind my ISP's router?
Why does my GNOME settings mention "Moto C Plus"?
What's the difference between using dependency injection with a container and using a service locator?
“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?
Why doesn't the university give past final exams' answers?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
Why is one lightbulb in a string illuminated?
lm and glm function in R
Is there a way to convert Wolfram Language expression to string?
Is my guitar’s action too high?
How to mute a string and play another at the same time
How to leave only the following strings?
2 sample t test for sample sizes - 30,000 and 150,000
Let LaTeX decide where to place figures
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Floats - how to restrict floating to subsection only in one section of the document?Float positioned in the middle of an otherwise empty pageProtect text from being interrupted by figures or tablesThe place of my tableForbid LaTeX to place float before mentionProblem in code for inserting the Figures and Tables in top of next page81 figures in a Latex documentPreventing floats of being before sectionHow to place all floats currently in holding queue at specific pointForce floats to appear where referenced
There are too many posts that complains LaTeX is not doing a good enough job in placing floats such as figures, and ways to work around them ([!htbp]
, usepackage{float}
, etc.). Upon curiosity I cannot help thinking it the other way around. If I am satisfied with the mechanism that LaTeX position the floats and I know exactly which figures I want to appear "here" (the first time they are referenced), which I am happy to place on the top of the pages, and which I am happy even if they appear on a separate page, and that I am feeling lazy (in the sense that I want LaTeX to make the decisions for me),
Is there a way to put the source code for all the floats (you may restrict the discussion to figures if you like) in a tex file that is to be input
or include
ed, with all the necessary position specifiers given, and let LaTeX automatically insert them where appropriate by referencing them?
Side question: I don't understand why people should use floats at all if they are using the [H]
specifier of the float
package.
floats positioning
add a comment |
There are too many posts that complains LaTeX is not doing a good enough job in placing floats such as figures, and ways to work around them ([!htbp]
, usepackage{float}
, etc.). Upon curiosity I cannot help thinking it the other way around. If I am satisfied with the mechanism that LaTeX position the floats and I know exactly which figures I want to appear "here" (the first time they are referenced), which I am happy to place on the top of the pages, and which I am happy even if they appear on a separate page, and that I am feeling lazy (in the sense that I want LaTeX to make the decisions for me),
Is there a way to put the source code for all the floats (you may restrict the discussion to figures if you like) in a tex file that is to be input
or include
ed, with all the necessary position specifiers given, and let LaTeX automatically insert them where appropriate by referencing them?
Side question: I don't understand why people should use floats at all if they are using the [H]
specifier of the float
package.
floats positioning
add a comment |
There are too many posts that complains LaTeX is not doing a good enough job in placing floats such as figures, and ways to work around them ([!htbp]
, usepackage{float}
, etc.). Upon curiosity I cannot help thinking it the other way around. If I am satisfied with the mechanism that LaTeX position the floats and I know exactly which figures I want to appear "here" (the first time they are referenced), which I am happy to place on the top of the pages, and which I am happy even if they appear on a separate page, and that I am feeling lazy (in the sense that I want LaTeX to make the decisions for me),
Is there a way to put the source code for all the floats (you may restrict the discussion to figures if you like) in a tex file that is to be input
or include
ed, with all the necessary position specifiers given, and let LaTeX automatically insert them where appropriate by referencing them?
Side question: I don't understand why people should use floats at all if they are using the [H]
specifier of the float
package.
floats positioning
There are too many posts that complains LaTeX is not doing a good enough job in placing floats such as figures, and ways to work around them ([!htbp]
, usepackage{float}
, etc.). Upon curiosity I cannot help thinking it the other way around. If I am satisfied with the mechanism that LaTeX position the floats and I know exactly which figures I want to appear "here" (the first time they are referenced), which I am happy to place on the top of the pages, and which I am happy even if they appear on a separate page, and that I am feeling lazy (in the sense that I want LaTeX to make the decisions for me),
Is there a way to put the source code for all the floats (you may restrict the discussion to figures if you like) in a tex file that is to be input
or include
ed, with all the necessary position specifiers given, and let LaTeX automatically insert them where appropriate by referencing them?
Side question: I don't understand why people should use floats at all if they are using the [H]
specifier of the float
package.
floats positioning
floats positioning
asked 4 mins ago
Weijun ZhouWeijun Zhou
1568
1568
add a comment |
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f486136%2flet-latex-decide-where-to-place-figures%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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f486136%2flet-latex-decide-where-to-place-figures%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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