caption spacing between figuresSplitting figures' caption apartWhy are my Images not correctly...
What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
How much RAM could one put in a typical 80386 setup?
Email Account under attack (really) - anything I can do?
How can I make my BBEG immortal short of making them a Lich or Vampire?
Why don't electron-positron collisions release infinite energy?
How to find program name(s) of an installed package?
If I cast Expeditious Retreat, can I Dash as a bonus action on the same turn?
What is the word for reserving something for yourself before others do?
Why doesn't H₄O²⁺ exist?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Smoothness of finite-dimensional functional calculus
In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?
Theorem, big Paralist and Amsart
Languages that we cannot (dis)prove to be Context-Free
How can bays and straits be determined in a procedurally generated map?
Is it unprofessional to ask if a job posting on GlassDoor is real?
Theorems that impeded progress
Today is the Center
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
Did Shadowfax go to Valinor?
What typically incentivizes a professor to change jobs to a lower ranking university?
Why can't I see bouncing of a switch on an oscilloscope?
To string or not to string
caption spacing between figures
Splitting figures' caption apartWhy are my Images not correctly centered?Figures captionChange caption of a single/few figuresHow to change spacing between caption numbering and text?Space between table caption and caption textcaption vertical spacing brokenhuge spacing between caption and longtabuSpacing between table and captionConsistent spacing between caption and TikZ and EPS figures
I have been trying to put 2 figures next to each other, however i have noticed that the spacing between caption is non existing,
begin{figure}
centering
begin{minipage}[b]{0.52textwidth}
includegraphics[width=1textwidth]{Figures/badtimes2.eps}
caption{Stock index, 2nd half, shaded areas highlight the bad time}
end{minipage}%
begin{minipage}[b]{0.52textwidth}
includegraphics[width=1textwidth]{Figures/decr-sent.eps}
caption{Sentiment index. Shaded areas highlight the periods of increasing and decreasing sentiment.}
end{minipage}
end{figure}
can someone help me fix this problem? Thanks in advance
captions overleaf
New contributor
add a comment |
I have been trying to put 2 figures next to each other, however i have noticed that the spacing between caption is non existing,
begin{figure}
centering
begin{minipage}[b]{0.52textwidth}
includegraphics[width=1textwidth]{Figures/badtimes2.eps}
caption{Stock index, 2nd half, shaded areas highlight the bad time}
end{minipage}%
begin{minipage}[b]{0.52textwidth}
includegraphics[width=1textwidth]{Figures/decr-sent.eps}
caption{Sentiment index. Shaded areas highlight the periods of increasing and decreasing sentiment.}
end{minipage}
end{figure}
can someone help me fix this problem? Thanks in advance
captions overleaf
New contributor
2
Welcome to TeX.SE! Try it withbegin{minipage}[b]{0.45textwidth}
instead ofbegin{minipage}[b]{0.52textwidth}
– Kurt
6 hours ago
4
@Kurt Andhfill
in between them
– egreg
5 hours ago
thank you so much guys, that worked magic!
– Filip Pierzgalski
2 hours ago
add a comment |
I have been trying to put 2 figures next to each other, however i have noticed that the spacing between caption is non existing,
begin{figure}
centering
begin{minipage}[b]{0.52textwidth}
includegraphics[width=1textwidth]{Figures/badtimes2.eps}
caption{Stock index, 2nd half, shaded areas highlight the bad time}
end{minipage}%
begin{minipage}[b]{0.52textwidth}
includegraphics[width=1textwidth]{Figures/decr-sent.eps}
caption{Sentiment index. Shaded areas highlight the periods of increasing and decreasing sentiment.}
end{minipage}
end{figure}
can someone help me fix this problem? Thanks in advance
captions overleaf
New contributor
I have been trying to put 2 figures next to each other, however i have noticed that the spacing between caption is non existing,
begin{figure}
centering
begin{minipage}[b]{0.52textwidth}
includegraphics[width=1textwidth]{Figures/badtimes2.eps}
caption{Stock index, 2nd half, shaded areas highlight the bad time}
end{minipage}%
begin{minipage}[b]{0.52textwidth}
includegraphics[width=1textwidth]{Figures/decr-sent.eps}
caption{Sentiment index. Shaded areas highlight the periods of increasing and decreasing sentiment.}
end{minipage}
end{figure}
can someone help me fix this problem? Thanks in advance
captions overleaf
captions overleaf
New contributor
New contributor
New contributor
asked 6 hours ago
Filip PierzgalskiFilip Pierzgalski
1
1
New contributor
New contributor
2
Welcome to TeX.SE! Try it withbegin{minipage}[b]{0.45textwidth}
instead ofbegin{minipage}[b]{0.52textwidth}
– Kurt
6 hours ago
4
@Kurt Andhfill
in between them
– egreg
5 hours ago
thank you so much guys, that worked magic!
– Filip Pierzgalski
2 hours ago
add a comment |
2
Welcome to TeX.SE! Try it withbegin{minipage}[b]{0.45textwidth}
instead ofbegin{minipage}[b]{0.52textwidth}
– Kurt
6 hours ago
4
@Kurt Andhfill
in between them
– egreg
5 hours ago
thank you so much guys, that worked magic!
– Filip Pierzgalski
2 hours ago
2
2
Welcome to TeX.SE! Try it with
begin{minipage}[b]{0.45textwidth}
instead of begin{minipage}[b]{0.52textwidth}
– Kurt
6 hours ago
Welcome to TeX.SE! Try it with
begin{minipage}[b]{0.45textwidth}
instead of begin{minipage}[b]{0.52textwidth}
– Kurt
6 hours ago
4
4
@Kurt And
hfill
in between them– egreg
5 hours ago
@Kurt And
hfill
in between them– egreg
5 hours ago
thank you so much guys, that worked magic!
– Filip Pierzgalski
2 hours ago
thank you so much guys, that worked magic!
– Filip Pierzgalski
2 hours ago
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
});
}
});
Filip Pierzgalski is a new contributor. Be nice, and check out our Code of Conduct.
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%2f483597%2fcaption-spacing-between-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
Filip Pierzgalski is a new contributor. Be nice, and check out our Code of Conduct.
Filip Pierzgalski is a new contributor. Be nice, and check out our Code of Conduct.
Filip Pierzgalski is a new contributor. Be nice, and check out our Code of Conduct.
Filip Pierzgalski is a new contributor. Be nice, and check out our Code of Conduct.
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%2f483597%2fcaption-spacing-between-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
2
Welcome to TeX.SE! Try it with
begin{minipage}[b]{0.45textwidth}
instead ofbegin{minipage}[b]{0.52textwidth}
– Kurt
6 hours ago
4
@Kurt And
hfill
in between them– egreg
5 hours ago
thank you so much guys, that worked magic!
– Filip Pierzgalski
2 hours ago