Why does `endfloat` package reserve a whole page for each float when they are small enough to be put...
I use endfloat
package to stack all floats after the document has ended, but it seems that even if some floats are small enough to be put together in one page, endfloat
will still place each one in a whole page. How can I get endfloat
to place as much floats as it could in one page?
Another question. How can I increase the text body (i.e., reduce horizontal and vertical margins) in the final pages that will host the postponed floats?
I use wrapfig
because with any suggested solutions, I do not want figures inside wrapfigure
to be sent to the end of the document.
documentclass[a4paper,12pt]{article}
usepackage[x11names]{xcolor}
usepackage[T1]{fontenc}
usepackage{graphicx}
usepackage{wrapfig}
usepackage{blindtext}
usepackage[showframe]{geometry}
usepackage{ragged2e}
usepackage[nofiglist, notablist]{endfloat}
renewcommand{figureplace}{floatplace{figure}}
renewcommand{tableplace}{floatplace{table}}
renewcommand{floatplace}[1]{
begin{center}
color{DodgerBlue3} normalsize textbf{
[~csname #1nameendcsname˜
csname thepost#1endcsname~ is about here.~]
}
end{center}
}
begin{document}
begin{wrapfigure}{O}{0.35linewidth}
includegraphics[width=linewidth]{example-image-a}
centering This is a circuit
end{wrapfigure}
blindtext
begin{figure}
centering
includegraphics[width=0.3linewidth]{example-image-b}
caption{My Fig}
end{figure}
begin{figure}
centering
includegraphics[width=0.3linewidth]{example-image-c}
caption{My Fig}
end{figure}
end{document}
floats positioning margins wrapfigure endfloat
add a comment |
I use endfloat
package to stack all floats after the document has ended, but it seems that even if some floats are small enough to be put together in one page, endfloat
will still place each one in a whole page. How can I get endfloat
to place as much floats as it could in one page?
Another question. How can I increase the text body (i.e., reduce horizontal and vertical margins) in the final pages that will host the postponed floats?
I use wrapfig
because with any suggested solutions, I do not want figures inside wrapfigure
to be sent to the end of the document.
documentclass[a4paper,12pt]{article}
usepackage[x11names]{xcolor}
usepackage[T1]{fontenc}
usepackage{graphicx}
usepackage{wrapfig}
usepackage{blindtext}
usepackage[showframe]{geometry}
usepackage{ragged2e}
usepackage[nofiglist, notablist]{endfloat}
renewcommand{figureplace}{floatplace{figure}}
renewcommand{tableplace}{floatplace{table}}
renewcommand{floatplace}[1]{
begin{center}
color{DodgerBlue3} normalsize textbf{
[~csname #1nameendcsname˜
csname thepost#1endcsname~ is about here.~]
}
end{center}
}
begin{document}
begin{wrapfigure}{O}{0.35linewidth}
includegraphics[width=linewidth]{example-image-a}
centering This is a circuit
end{wrapfigure}
blindtext
begin{figure}
centering
includegraphics[width=0.3linewidth]{example-image-b}
caption{My Fig}
end{figure}
begin{figure}
centering
includegraphics[width=0.3linewidth]{example-image-c}
caption{My Fig}
end{figure}
end{document}
floats positioning margins wrapfigure endfloat
add a comment |
I use endfloat
package to stack all floats after the document has ended, but it seems that even if some floats are small enough to be put together in one page, endfloat
will still place each one in a whole page. How can I get endfloat
to place as much floats as it could in one page?
Another question. How can I increase the text body (i.e., reduce horizontal and vertical margins) in the final pages that will host the postponed floats?
I use wrapfig
because with any suggested solutions, I do not want figures inside wrapfigure
to be sent to the end of the document.
documentclass[a4paper,12pt]{article}
usepackage[x11names]{xcolor}
usepackage[T1]{fontenc}
usepackage{graphicx}
usepackage{wrapfig}
usepackage{blindtext}
usepackage[showframe]{geometry}
usepackage{ragged2e}
usepackage[nofiglist, notablist]{endfloat}
renewcommand{figureplace}{floatplace{figure}}
renewcommand{tableplace}{floatplace{table}}
renewcommand{floatplace}[1]{
begin{center}
color{DodgerBlue3} normalsize textbf{
[~csname #1nameendcsname˜
csname thepost#1endcsname~ is about here.~]
}
end{center}
}
begin{document}
begin{wrapfigure}{O}{0.35linewidth}
includegraphics[width=linewidth]{example-image-a}
centering This is a circuit
end{wrapfigure}
blindtext
begin{figure}
centering
includegraphics[width=0.3linewidth]{example-image-b}
caption{My Fig}
end{figure}
begin{figure}
centering
includegraphics[width=0.3linewidth]{example-image-c}
caption{My Fig}
end{figure}
end{document}
floats positioning margins wrapfigure endfloat
I use endfloat
package to stack all floats after the document has ended, but it seems that even if some floats are small enough to be put together in one page, endfloat
will still place each one in a whole page. How can I get endfloat
to place as much floats as it could in one page?
Another question. How can I increase the text body (i.e., reduce horizontal and vertical margins) in the final pages that will host the postponed floats?
I use wrapfig
because with any suggested solutions, I do not want figures inside wrapfigure
to be sent to the end of the document.
documentclass[a4paper,12pt]{article}
usepackage[x11names]{xcolor}
usepackage[T1]{fontenc}
usepackage{graphicx}
usepackage{wrapfig}
usepackage{blindtext}
usepackage[showframe]{geometry}
usepackage{ragged2e}
usepackage[nofiglist, notablist]{endfloat}
renewcommand{figureplace}{floatplace{figure}}
renewcommand{tableplace}{floatplace{table}}
renewcommand{floatplace}[1]{
begin{center}
color{DodgerBlue3} normalsize textbf{
[~csname #1nameendcsname˜
csname thepost#1endcsname~ is about here.~]
}
end{center}
}
begin{document}
begin{wrapfigure}{O}{0.35linewidth}
includegraphics[width=linewidth]{example-image-a}
centering This is a circuit
end{wrapfigure}
blindtext
begin{figure}
centering
includegraphics[width=0.3linewidth]{example-image-b}
caption{My Fig}
end{figure}
begin{figure}
centering
includegraphics[width=0.3linewidth]{example-image-c}
caption{My Fig}
end{figure}
end{document}
floats positioning margins wrapfigure endfloat
floats positioning margins wrapfigure endfloat
asked 8 mins ago
Al-Motasem AldaoudeyehAl-Motasem Aldaoudeyeh
1,548312
1,548312
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%2f476108%2fwhy-does-endfloat-package-reserve-a-whole-page-for-each-float-when-they-are-sm%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%2f476108%2fwhy-does-endfloat-package-reserve-a-whole-page-for-each-float-when-they-are-sm%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