How to add indent after formula?
I have stuation like this:

I need indent after formulas (where question mark is). How to do that?
spacing
New contributor
ttt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have stuation like this:

I need indent after formulas (where question mark is). How to do that?
spacing
New contributor
ttt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Since an indent is used to signify a new paragraph, you merely need to leave a blank line in your tex file after the formula to cause a new paragraph. That said, new paragraphs following a formula are often frowned upon.
– Steven B. Segletes
6 hours ago
@StevenB.Segletes but it makes empty space after formula. How can I fix it?
– ttt
6 hours ago
1
That is why it is frowned upon :^)
– Steven B. Segletes
6 hours ago
Instead of the blank line, you can addhspace{parindent}after the formula.
– Steven B. Segletes
6 hours ago
1
@StevenB.Segletes -- Ordinarily,hspacedisappears at the beginning of a line.hspace*would be preserved there.
– barbara beeton
4 hours ago
add a comment |
I have stuation like this:

I need indent after formulas (where question mark is). How to do that?
spacing
New contributor
ttt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have stuation like this:

I need indent after formulas (where question mark is). How to do that?
spacing
spacing
New contributor
ttt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ttt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ttt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 6 hours ago
tttttt
112
112
New contributor
ttt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
ttt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
ttt is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
Since an indent is used to signify a new paragraph, you merely need to leave a blank line in your tex file after the formula to cause a new paragraph. That said, new paragraphs following a formula are often frowned upon.
– Steven B. Segletes
6 hours ago
@StevenB.Segletes but it makes empty space after formula. How can I fix it?
– ttt
6 hours ago
1
That is why it is frowned upon :^)
– Steven B. Segletes
6 hours ago
Instead of the blank line, you can addhspace{parindent}after the formula.
– Steven B. Segletes
6 hours ago
1
@StevenB.Segletes -- Ordinarily,hspacedisappears at the beginning of a line.hspace*would be preserved there.
– barbara beeton
4 hours ago
add a comment |
2
Since an indent is used to signify a new paragraph, you merely need to leave a blank line in your tex file after the formula to cause a new paragraph. That said, new paragraphs following a formula are often frowned upon.
– Steven B. Segletes
6 hours ago
@StevenB.Segletes but it makes empty space after formula. How can I fix it?
– ttt
6 hours ago
1
That is why it is frowned upon :^)
– Steven B. Segletes
6 hours ago
Instead of the blank line, you can addhspace{parindent}after the formula.
– Steven B. Segletes
6 hours ago
1
@StevenB.Segletes -- Ordinarily,hspacedisappears at the beginning of a line.hspace*would be preserved there.
– barbara beeton
4 hours ago
2
2
Since an indent is used to signify a new paragraph, you merely need to leave a blank line in your tex file after the formula to cause a new paragraph. That said, new paragraphs following a formula are often frowned upon.
– Steven B. Segletes
6 hours ago
Since an indent is used to signify a new paragraph, you merely need to leave a blank line in your tex file after the formula to cause a new paragraph. That said, new paragraphs following a formula are often frowned upon.
– Steven B. Segletes
6 hours ago
@StevenB.Segletes but it makes empty space after formula. How can I fix it?
– ttt
6 hours ago
@StevenB.Segletes but it makes empty space after formula. How can I fix it?
– ttt
6 hours ago
1
1
That is why it is frowned upon :^)
– Steven B. Segletes
6 hours ago
That is why it is frowned upon :^)
– Steven B. Segletes
6 hours ago
Instead of the blank line, you can add
hspace{parindent} after the formula.– Steven B. Segletes
6 hours ago
Instead of the blank line, you can add
hspace{parindent} after the formula.– Steven B. Segletes
6 hours ago
1
1
@StevenB.Segletes -- Ordinarily,
hspace disappears at the beginning of a line. hspace* would be preserved there.– barbara beeton
4 hours ago
@StevenB.Segletes -- Ordinarily,
hspace disappears at the beginning of a line. hspace* would be preserved there.– barbara beeton
4 hours ago
add a comment |
1 Answer
1
active
oldest
votes
To avoid the extra space that comes with an actual par, you can issue a hspace*{parindent} following the formula.
As had been my original comment to the OP, David also suggests using an actual blank line (par) after the formula to actually force a new paragraph. However, for those using parskip, this will cause additional vertical space to be inserted. Since the OP replied to that comment, making reference to undesirable "empty space" being inserted, this perhaps applies to the OP's particular case.
The MWE shows the unusual case where both parskip and parindent are active. I have set parskip unusually large to amplify the effect.
documentclass{article}
usepackage[showframe]{geometry}
parskip 4exrelax% TO EXAGGERATE
newcommandfauxpar{hspace*{parindent}}
begin{document}
text text text text text text
text text text text text text
[y = x]
fauxpar Faux Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
[y = x]
Normal Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
end{document}

It would be better to use a real paragraph with a blank line. (It doesn't add vertical space)
– David Carlisle
5 hours ago
@DavidCarlisle ...unlessparskipis active.
– Steven B. Segletes
5 hours ago
1
but it isn't here. and if it was then parindent should be 0pt anyway, as having non zero parindent and parskip is somewhat unusual.
– David Carlisle
4 hours ago
add a comment |
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
});
}
});
ttt 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%2f482807%2fhow-to-add-indent-after-formula%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
To avoid the extra space that comes with an actual par, you can issue a hspace*{parindent} following the formula.
As had been my original comment to the OP, David also suggests using an actual blank line (par) after the formula to actually force a new paragraph. However, for those using parskip, this will cause additional vertical space to be inserted. Since the OP replied to that comment, making reference to undesirable "empty space" being inserted, this perhaps applies to the OP's particular case.
The MWE shows the unusual case where both parskip and parindent are active. I have set parskip unusually large to amplify the effect.
documentclass{article}
usepackage[showframe]{geometry}
parskip 4exrelax% TO EXAGGERATE
newcommandfauxpar{hspace*{parindent}}
begin{document}
text text text text text text
text text text text text text
[y = x]
fauxpar Faux Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
[y = x]
Normal Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
end{document}

It would be better to use a real paragraph with a blank line. (It doesn't add vertical space)
– David Carlisle
5 hours ago
@DavidCarlisle ...unlessparskipis active.
– Steven B. Segletes
5 hours ago
1
but it isn't here. and if it was then parindent should be 0pt anyway, as having non zero parindent and parskip is somewhat unusual.
– David Carlisle
4 hours ago
add a comment |
To avoid the extra space that comes with an actual par, you can issue a hspace*{parindent} following the formula.
As had been my original comment to the OP, David also suggests using an actual blank line (par) after the formula to actually force a new paragraph. However, for those using parskip, this will cause additional vertical space to be inserted. Since the OP replied to that comment, making reference to undesirable "empty space" being inserted, this perhaps applies to the OP's particular case.
The MWE shows the unusual case where both parskip and parindent are active. I have set parskip unusually large to amplify the effect.
documentclass{article}
usepackage[showframe]{geometry}
parskip 4exrelax% TO EXAGGERATE
newcommandfauxpar{hspace*{parindent}}
begin{document}
text text text text text text
text text text text text text
[y = x]
fauxpar Faux Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
[y = x]
Normal Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
end{document}

It would be better to use a real paragraph with a blank line. (It doesn't add vertical space)
– David Carlisle
5 hours ago
@DavidCarlisle ...unlessparskipis active.
– Steven B. Segletes
5 hours ago
1
but it isn't here. and if it was then parindent should be 0pt anyway, as having non zero parindent and parskip is somewhat unusual.
– David Carlisle
4 hours ago
add a comment |
To avoid the extra space that comes with an actual par, you can issue a hspace*{parindent} following the formula.
As had been my original comment to the OP, David also suggests using an actual blank line (par) after the formula to actually force a new paragraph. However, for those using parskip, this will cause additional vertical space to be inserted. Since the OP replied to that comment, making reference to undesirable "empty space" being inserted, this perhaps applies to the OP's particular case.
The MWE shows the unusual case where both parskip and parindent are active. I have set parskip unusually large to amplify the effect.
documentclass{article}
usepackage[showframe]{geometry}
parskip 4exrelax% TO EXAGGERATE
newcommandfauxpar{hspace*{parindent}}
begin{document}
text text text text text text
text text text text text text
[y = x]
fauxpar Faux Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
[y = x]
Normal Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
end{document}

To avoid the extra space that comes with an actual par, you can issue a hspace*{parindent} following the formula.
As had been my original comment to the OP, David also suggests using an actual blank line (par) after the formula to actually force a new paragraph. However, for those using parskip, this will cause additional vertical space to be inserted. Since the OP replied to that comment, making reference to undesirable "empty space" being inserted, this perhaps applies to the OP's particular case.
The MWE shows the unusual case where both parskip and parindent are active. I have set parskip unusually large to amplify the effect.
documentclass{article}
usepackage[showframe]{geometry}
parskip 4exrelax% TO EXAGGERATE
newcommandfauxpar{hspace*{parindent}}
begin{document}
text text text text text text
text text text text text text
[y = x]
fauxpar Faux Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
[y = x]
Normal Par
text text text text text text
text text text text text text
text text text text text text
text text text text text text
end{document}

edited 4 hours ago
answered 6 hours ago
Steven B. SegletesSteven B. Segletes
160k9205413
160k9205413
It would be better to use a real paragraph with a blank line. (It doesn't add vertical space)
– David Carlisle
5 hours ago
@DavidCarlisle ...unlessparskipis active.
– Steven B. Segletes
5 hours ago
1
but it isn't here. and if it was then parindent should be 0pt anyway, as having non zero parindent and parskip is somewhat unusual.
– David Carlisle
4 hours ago
add a comment |
It would be better to use a real paragraph with a blank line. (It doesn't add vertical space)
– David Carlisle
5 hours ago
@DavidCarlisle ...unlessparskipis active.
– Steven B. Segletes
5 hours ago
1
but it isn't here. and if it was then parindent should be 0pt anyway, as having non zero parindent and parskip is somewhat unusual.
– David Carlisle
4 hours ago
It would be better to use a real paragraph with a blank line. (It doesn't add vertical space)
– David Carlisle
5 hours ago
It would be better to use a real paragraph with a blank line. (It doesn't add vertical space)
– David Carlisle
5 hours ago
@DavidCarlisle ...unless
parskip is active.– Steven B. Segletes
5 hours ago
@DavidCarlisle ...unless
parskip is active.– Steven B. Segletes
5 hours ago
1
1
but it isn't here. and if it was then parindent should be 0pt anyway, as having non zero parindent and parskip is somewhat unusual.
– David Carlisle
4 hours ago
but it isn't here. and if it was then parindent should be 0pt anyway, as having non zero parindent and parskip is somewhat unusual.
– David Carlisle
4 hours ago
add a comment |
ttt is a new contributor. Be nice, and check out our Code of Conduct.
ttt is a new contributor. Be nice, and check out our Code of Conduct.
ttt is a new contributor. Be nice, and check out our Code of Conduct.
ttt 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%2f482807%2fhow-to-add-indent-after-formula%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
Since an indent is used to signify a new paragraph, you merely need to leave a blank line in your tex file after the formula to cause a new paragraph. That said, new paragraphs following a formula are often frowned upon.
– Steven B. Segletes
6 hours ago
@StevenB.Segletes but it makes empty space after formula. How can I fix it?
– ttt
6 hours ago
1
That is why it is frowned upon :^)
– Steven B. Segletes
6 hours ago
Instead of the blank line, you can add
hspace{parindent}after the formula.– Steven B. Segletes
6 hours ago
1
@StevenB.Segletes -- Ordinarily,
hspacedisappears at the beginning of a line.hspace*would be preserved there.– barbara beeton
4 hours ago