Adjusting the space between the caption below a figureHorizontal line below figure captionHow can I modify...
Why are the books in the Game of Thrones citadel library shelved spine inwards?
Is there any risk in sharing info about technologies and products we use with a supplier?
False written accusations not made public - is there law to cover this?
Why are all my replica super soldiers young adults or old teenagers?
Does dispel magic end a master's control over their undead?
Why is Agricola named as such?
Python Pandas - difference between 'loc' and 'where'?
Why would space fleets be aligned?
How does Leonard in "Memento" remember reading and writing?
Why is working on the same position for more than 15 years not a red flag?
How do I append a character to the end of every line in an Excel cell?
Constexpr if with a non-bool condition
Consequences of lack of rigour
Why was Lupin comfortable with saying Voldemort's name?
How to make ice magic work from a scientific point of view?
When do I have to declare that I want to twin my spell?
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
What is the wife of a henpecked husband called?
Workflow Comment popup does not show up
Why did Luke use his left hand to shoot?
Can I announce prefix 161.117.25.0/24 even though I don't have all of /24 IPs?
How much mayhem could I cause as a sentient fish?
"on its way" vs. "in its way"
Clues on how to solve these types of problems within 2-3 minutes for competitive exams
Adjusting the space between the caption below a figure
Horizontal line below figure captionHow can I modify vertical space between figure and caption?Caption without text below "Figure''Reducing vertical space between figure and captionHow to fix the space between “Figure” and “5” in “Figure 5:” in figure caption?Space between caption and bottomruleAdjusting space between paragraphsCaption alignment below figureAdjusting the figure captionSpace between figure caption and bottom margin
I have the following:
documentclass[11pt, a4paper]{report}
usepackage{bm}
usepackage{amsfonts, graphicx, verbatim, amsmath,amssymb, amsthm}
usepackage{color}
usepackage{array}
usepackage{setspace}% if you must (for double spacing thesis)
usepackage{fancyhdr}
usepackage{enumitem}
usepackage{tikz}
usepackage{parskip}
usepackage{lipsum}
begin{document}
begin{example}
Consider a random walk on the $n$-cycle. Let $Omega = mathbb{Z}_n = lbrace 0, 1, 2, cdots, n-1 rbrace$ be the set of remainders modulo $n$. Also consider the transition matrix:
[
P(x,y) =
begin{cases}
frac{1}{2} & text{if } y=x+1;; (mod;n)\
frac{1}{2} & text{if } y=x-1;; (mod;n)\
0 & text{otherwise}
end{cases}
]
The associated Markov chain $X_t$ is called a random walk on the $n$-cycle. The sates can be visualised as equally spaced nodes arranged in a circle(see figure 1.1)
end{example}
begin{figure}[htbp]
centering
begin{tikzpicture}
foreach i in {90,54,...,-234} {
draw[ultra thick] (i:2)--({i-36}:2);
}
foreach i in {90,18,...,-198} {
draw[fill=black] (i:2) circle (1.25mm);
}
foreach i in {54,-18,...,-234} {
draw[fill=white] (i:2) circle (1.25mm);
}
begin{scope}[xshift=5cm]
foreach i in {90,50,...,-230} {
draw[ultra thick] (i:2)--({i-40}:2);
draw[fill=black] (i:2) circle (1.25mm);
}
end{scope}
end{tikzpicture}
caption{Random walk on $mathbb{Z}_10$ is periodic, since every step
goes from an even state to an odd state, or vice-versa. Random
walk on $mathbb{Z}_9$ is aperiodic.}
label{my:figure}
end{figure}
end{document}
now I want to adjust the spacing in the caption in the sense that i want to "push it into the middle", but I don't know how to proceed.
spacing captions
New contributor
add a comment |
I have the following:
documentclass[11pt, a4paper]{report}
usepackage{bm}
usepackage{amsfonts, graphicx, verbatim, amsmath,amssymb, amsthm}
usepackage{color}
usepackage{array}
usepackage{setspace}% if you must (for double spacing thesis)
usepackage{fancyhdr}
usepackage{enumitem}
usepackage{tikz}
usepackage{parskip}
usepackage{lipsum}
begin{document}
begin{example}
Consider a random walk on the $n$-cycle. Let $Omega = mathbb{Z}_n = lbrace 0, 1, 2, cdots, n-1 rbrace$ be the set of remainders modulo $n$. Also consider the transition matrix:
[
P(x,y) =
begin{cases}
frac{1}{2} & text{if } y=x+1;; (mod;n)\
frac{1}{2} & text{if } y=x-1;; (mod;n)\
0 & text{otherwise}
end{cases}
]
The associated Markov chain $X_t$ is called a random walk on the $n$-cycle. The sates can be visualised as equally spaced nodes arranged in a circle(see figure 1.1)
end{example}
begin{figure}[htbp]
centering
begin{tikzpicture}
foreach i in {90,54,...,-234} {
draw[ultra thick] (i:2)--({i-36}:2);
}
foreach i in {90,18,...,-198} {
draw[fill=black] (i:2) circle (1.25mm);
}
foreach i in {54,-18,...,-234} {
draw[fill=white] (i:2) circle (1.25mm);
}
begin{scope}[xshift=5cm]
foreach i in {90,50,...,-230} {
draw[ultra thick] (i:2)--({i-40}:2);
draw[fill=black] (i:2) circle (1.25mm);
}
end{scope}
end{tikzpicture}
caption{Random walk on $mathbb{Z}_10$ is periodic, since every step
goes from an even state to an odd state, or vice-versa. Random
walk on $mathbb{Z}_9$ is aperiodic.}
label{my:figure}
end{figure}
end{document}
now I want to adjust the spacing in the caption in the sense that i want to "push it into the middle", but I don't know how to proceed.
spacing captions
New contributor
add a comment |
I have the following:
documentclass[11pt, a4paper]{report}
usepackage{bm}
usepackage{amsfonts, graphicx, verbatim, amsmath,amssymb, amsthm}
usepackage{color}
usepackage{array}
usepackage{setspace}% if you must (for double spacing thesis)
usepackage{fancyhdr}
usepackage{enumitem}
usepackage{tikz}
usepackage{parskip}
usepackage{lipsum}
begin{document}
begin{example}
Consider a random walk on the $n$-cycle. Let $Omega = mathbb{Z}_n = lbrace 0, 1, 2, cdots, n-1 rbrace$ be the set of remainders modulo $n$. Also consider the transition matrix:
[
P(x,y) =
begin{cases}
frac{1}{2} & text{if } y=x+1;; (mod;n)\
frac{1}{2} & text{if } y=x-1;; (mod;n)\
0 & text{otherwise}
end{cases}
]
The associated Markov chain $X_t$ is called a random walk on the $n$-cycle. The sates can be visualised as equally spaced nodes arranged in a circle(see figure 1.1)
end{example}
begin{figure}[htbp]
centering
begin{tikzpicture}
foreach i in {90,54,...,-234} {
draw[ultra thick] (i:2)--({i-36}:2);
}
foreach i in {90,18,...,-198} {
draw[fill=black] (i:2) circle (1.25mm);
}
foreach i in {54,-18,...,-234} {
draw[fill=white] (i:2) circle (1.25mm);
}
begin{scope}[xshift=5cm]
foreach i in {90,50,...,-230} {
draw[ultra thick] (i:2)--({i-40}:2);
draw[fill=black] (i:2) circle (1.25mm);
}
end{scope}
end{tikzpicture}
caption{Random walk on $mathbb{Z}_10$ is periodic, since every step
goes from an even state to an odd state, or vice-versa. Random
walk on $mathbb{Z}_9$ is aperiodic.}
label{my:figure}
end{figure}
end{document}
now I want to adjust the spacing in the caption in the sense that i want to "push it into the middle", but I don't know how to proceed.
spacing captions
New contributor
I have the following:
documentclass[11pt, a4paper]{report}
usepackage{bm}
usepackage{amsfonts, graphicx, verbatim, amsmath,amssymb, amsthm}
usepackage{color}
usepackage{array}
usepackage{setspace}% if you must (for double spacing thesis)
usepackage{fancyhdr}
usepackage{enumitem}
usepackage{tikz}
usepackage{parskip}
usepackage{lipsum}
begin{document}
begin{example}
Consider a random walk on the $n$-cycle. Let $Omega = mathbb{Z}_n = lbrace 0, 1, 2, cdots, n-1 rbrace$ be the set of remainders modulo $n$. Also consider the transition matrix:
[
P(x,y) =
begin{cases}
frac{1}{2} & text{if } y=x+1;; (mod;n)\
frac{1}{2} & text{if } y=x-1;; (mod;n)\
0 & text{otherwise}
end{cases}
]
The associated Markov chain $X_t$ is called a random walk on the $n$-cycle. The sates can be visualised as equally spaced nodes arranged in a circle(see figure 1.1)
end{example}
begin{figure}[htbp]
centering
begin{tikzpicture}
foreach i in {90,54,...,-234} {
draw[ultra thick] (i:2)--({i-36}:2);
}
foreach i in {90,18,...,-198} {
draw[fill=black] (i:2) circle (1.25mm);
}
foreach i in {54,-18,...,-234} {
draw[fill=white] (i:2) circle (1.25mm);
}
begin{scope}[xshift=5cm]
foreach i in {90,50,...,-230} {
draw[ultra thick] (i:2)--({i-40}:2);
draw[fill=black] (i:2) circle (1.25mm);
}
end{scope}
end{tikzpicture}
caption{Random walk on $mathbb{Z}_10$ is periodic, since every step
goes from an even state to an odd state, or vice-versa. Random
walk on $mathbb{Z}_9$ is aperiodic.}
label{my:figure}
end{figure}
end{document}
now I want to adjust the spacing in the caption in the sense that i want to "push it into the middle", but I don't know how to proceed.
spacing captions
spacing captions
New contributor
New contributor
New contributor
asked 3 mins ago
MathMath
114
114
New contributor
New contributor
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
});
}
});
Math 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%2f476981%2fadjusting-the-space-between-the-caption-below-a-figure%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
Math is a new contributor. Be nice, and check out our Code of Conduct.
Math is a new contributor. Be nice, and check out our Code of Conduct.
Math is a new contributor. Be nice, and check out our Code of Conduct.
Math 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%2f476981%2fadjusting-the-space-between-the-caption-below-a-figure%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