How to reduce white space around floats
Can I grease a crank spindle/bracket without disassembling the crank set?
can anyone help me with this awful query plan?
How to pronounce 'c++' in Spanish
How can I practically buy stocks?
Extension of 2-adic valuation to the real numbers
Philosophical question on logistic regression: why isn't the optimal threshold value trained?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Contradiction proof for inequality of P and NP?
What is the philosophical significance of speech acts/implicature?
How to limit Drive Letters Windows assigns to new removable USB drives
"The cow" OR "a cow" OR "cows" in this context
What does ゆーか mean?
How did Captain America manage to do this?
Why must Chinese maps be obfuscated?
Minor Revision with suggestion of an alternative proof by reviewer
Phrase for the opposite of "foolproof"
If a planet has 3 moons, is it possible to have triple Full/New Moons at once?
Two field separators (colon and space) in awk
As an international instructor, should I openly talk about my accent?
Rivers without rain
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
What is causing the white spot to appear in some of my pictures
Can SQL Server create collisions in system generated constraint names?
Should the Death Curse affect an undead PC in the Tomb of Annihilation adventure?
How to reduce white space around floats
I have a two column document that features a couple of high aspect ratio (tall) floats which, including the caption, take up more than half, but not a full column. When I compile Latex always seems to give the figures their own full column and pad around them with white space. Is there a way I can "push up" the text after the floats to fill in the column and minimize this white space?
Here is a MWE:
documentclass[10pt,twocolumn]{article}
usepackage[margin=0.5in,showframe]{geometry}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{graphicx}
usepackage{lipsum}
begin{document}
lipsum[1-10]
begin{figure}
begin{center}
includegraphics[width=50 pt, keepaspectratio]{./1x6.pdf}
caption{lipsum[2]}
end{center}
end{figure}
lipsum[1-10]
begin{figure}
begin{center}
includegraphics[width=50 pt, keepaspectratio]{./1x6.pdf}
caption{lipsum[2]}
end{center}
end{figure}
lipsum[1-20]
end{document}
A screenshot of the output is shown below, where the black boxes are the 1x6.pdf that I want to include. Sorry, I couldn't figure out how to include the 1x6.pdf in this post for the community to reproduce this.
floats includegraphics white-space
add a comment |
I have a two column document that features a couple of high aspect ratio (tall) floats which, including the caption, take up more than half, but not a full column. When I compile Latex always seems to give the figures their own full column and pad around them with white space. Is there a way I can "push up" the text after the floats to fill in the column and minimize this white space?
Here is a MWE:
documentclass[10pt,twocolumn]{article}
usepackage[margin=0.5in,showframe]{geometry}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{graphicx}
usepackage{lipsum}
begin{document}
lipsum[1-10]
begin{figure}
begin{center}
includegraphics[width=50 pt, keepaspectratio]{./1x6.pdf}
caption{lipsum[2]}
end{center}
end{figure}
lipsum[1-10]
begin{figure}
begin{center}
includegraphics[width=50 pt, keepaspectratio]{./1x6.pdf}
caption{lipsum[2]}
end{center}
end{figure}
lipsum[1-20]
end{document}
A screenshot of the output is shown below, where the black boxes are the 1x6.pdf that I want to include. Sorry, I couldn't figure out how to include the 1x6.pdf in this post for the community to reproduce this.
floats includegraphics white-space
add a comment |
I have a two column document that features a couple of high aspect ratio (tall) floats which, including the caption, take up more than half, but not a full column. When I compile Latex always seems to give the figures their own full column and pad around them with white space. Is there a way I can "push up" the text after the floats to fill in the column and minimize this white space?
Here is a MWE:
documentclass[10pt,twocolumn]{article}
usepackage[margin=0.5in,showframe]{geometry}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{graphicx}
usepackage{lipsum}
begin{document}
lipsum[1-10]
begin{figure}
begin{center}
includegraphics[width=50 pt, keepaspectratio]{./1x6.pdf}
caption{lipsum[2]}
end{center}
end{figure}
lipsum[1-10]
begin{figure}
begin{center}
includegraphics[width=50 pt, keepaspectratio]{./1x6.pdf}
caption{lipsum[2]}
end{center}
end{figure}
lipsum[1-20]
end{document}
A screenshot of the output is shown below, where the black boxes are the 1x6.pdf that I want to include. Sorry, I couldn't figure out how to include the 1x6.pdf in this post for the community to reproduce this.
floats includegraphics white-space
I have a two column document that features a couple of high aspect ratio (tall) floats which, including the caption, take up more than half, but not a full column. When I compile Latex always seems to give the figures their own full column and pad around them with white space. Is there a way I can "push up" the text after the floats to fill in the column and minimize this white space?
Here is a MWE:
documentclass[10pt,twocolumn]{article}
usepackage[margin=0.5in,showframe]{geometry}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{graphicx}
usepackage{lipsum}
begin{document}
lipsum[1-10]
begin{figure}
begin{center}
includegraphics[width=50 pt, keepaspectratio]{./1x6.pdf}
caption{lipsum[2]}
end{center}
end{figure}
lipsum[1-10]
begin{figure}
begin{center}
includegraphics[width=50 pt, keepaspectratio]{./1x6.pdf}
caption{lipsum[2]}
end{center}
end{figure}
lipsum[1-20]
end{document}
A screenshot of the output is shown below, where the black boxes are the 1x6.pdf that I want to include. Sorry, I couldn't figure out how to include the 1x6.pdf in this post for the community to reproduce this.
floats includegraphics white-space
floats includegraphics white-space
asked 56 secs ago
CanaryyellowCanaryyellow
204
204
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%2f487860%2fhow-to-reduce-white-space-around-floats%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%2f487860%2fhow-to-reduce-white-space-around-floats%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