vspace doesn't work properlyIs a vspace placed on the end of a paragraph a bad LaTeX coding?Article appendix with sections and toc entries in the form “Appendix A”Is it useful to use Latex to write medical articles?Bulk letter, “loop” doesn't work, “read to” doesn't workfootnote doesn't work with twocolumnAlignment issue due to vspace?vspace in examdesign packagevspace doesn't workVspace to an absolute page offsetWrapping figures in an articleNegative vspace* too small
Could the Saturn V actually have launched astronauts around Venus?
Can hydraulic brake levers get hot when brakes overheat?
Brexit - No Deal Rejection
The use of "touch" and "touch on" in context
Good allowance savings plan?
At what level can a dragon innately cast its spells?
Have researchers managed to "reverse time"? If so, what does that mean for physics?
Connecting top and bottom SMD component pads using via
Why must traveling waves have the same amplitude to form a standing wave?
Where is the 1/8 CR apprentice in Volo's Guide to Monsters?
How to deal with a cynical class?
Am I not good enough for you?
Schematic conventions for different supply rails
Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?
Why do Australian milk farmers need to protest supermarkets' milk price?
Do I need life insurance if I can cover my own funeral costs?
Why using two cd commands in bash script does not execute the second command
Replacing Windows 7 security updates with anti-virus?
How to explain that I do not want to visit a country due to personal safety concern?
How to write cleanly even if my character uses expletive language?
How is the Swiss post e-voting system supposed to work, and how was it wrong?
Rejected in 4th interview round citing insufficient years of experience
Instead of Universal Basic Income, why not Universal Basic NEEDS?
Russian cases: A few examples, I'm really confused
vspace doesn't work properly
Is a vspace placed on the end of a paragraph a bad LaTeX coding?Article appendix with sections and toc entries in the form “Appendix A”Is it useful to use Latex to write medical articles?Bulk letter, “loop” doesn't work, “read to” doesn't workfootnote doesn't work with twocolumnAlignment issue due to vspace?vspace in examdesign packagevspace doesn't workVspace to an absolute page offsetWrapping figures in an articleNegative vspace* too small
I am using vspace3mm
for separating the paragraphs in my article (documentclass[12pt, a4paper]article
).
But most of the time it doesn't work properly. Sometimes it just puts the first few words/sentence of the following paragraph at the end of the previous one.
I need something like this:
Hello world.
vspace3mm
How are you? I am good.
And sometimes I get this output:
Hello world. How are you?
I am good.
Do you know why? Or do you know another command that does the same?
article vspace
New contributor
|
show 4 more comments
I am using vspace3mm
for separating the paragraphs in my article (documentclass[12pt, a4paper]article
).
But most of the time it doesn't work properly. Sometimes it just puts the first few words/sentence of the following paragraph at the end of the previous one.
I need something like this:
Hello world.
vspace3mm
How are you? I am good.
And sometimes I get this output:
Hello world. How are you?
I am good.
Do you know why? Or do you know another command that does the same?
article vspace
New contributor
try separating the parts you wish to have vertical space with an empty line just aftervspace
command... also anoindent
on the start of the next line could be needed
– koleygr
Mar 11 at 8:49
1
@koleygr if you fond yourself needingnoindent
it is almost always a sign that the markup is wrong somewhere....
– David Carlisle
Mar 11 at 8:50
2
Mary if you want vertical space between paragraphs then you should setparskip
in the preamble, not addvspace
between each paragraph.
– David Carlisle
Mar 11 at 8:53
1
You are right... just tied to give more options because thought for the moment that the OP would not like to have indented the following text... Also, I use noindent some times, but mostly inside some of my commands (of bold descriptions etc) and I don't think it is a mistake... Anyway... In your answer I would prefer thevspace
in the end of the first sentence and not in the beggining of the second just because I can read it easier (+1 by the way)
– koleygr
Mar 11 at 8:56
[Unchecked] You can useHello world\[3mm] How are you
. However, I suggest you not to do that.
– JouleV
Mar 11 at 9:07
|
show 4 more comments
I am using vspace3mm
for separating the paragraphs in my article (documentclass[12pt, a4paper]article
).
But most of the time it doesn't work properly. Sometimes it just puts the first few words/sentence of the following paragraph at the end of the previous one.
I need something like this:
Hello world.
vspace3mm
How are you? I am good.
And sometimes I get this output:
Hello world. How are you?
I am good.
Do you know why? Or do you know another command that does the same?
article vspace
New contributor
I am using vspace3mm
for separating the paragraphs in my article (documentclass[12pt, a4paper]article
).
But most of the time it doesn't work properly. Sometimes it just puts the first few words/sentence of the following paragraph at the end of the previous one.
I need something like this:
Hello world.
vspace3mm
How are you? I am good.
And sometimes I get this output:
Hello world. How are you?
I am good.
Do you know why? Or do you know another command that does the same?
article vspace
article vspace
New contributor
New contributor
New contributor
asked Mar 11 at 8:46
MaryMary
161
161
New contributor
New contributor
try separating the parts you wish to have vertical space with an empty line just aftervspace
command... also anoindent
on the start of the next line could be needed
– koleygr
Mar 11 at 8:49
1
@koleygr if you fond yourself needingnoindent
it is almost always a sign that the markup is wrong somewhere....
– David Carlisle
Mar 11 at 8:50
2
Mary if you want vertical space between paragraphs then you should setparskip
in the preamble, not addvspace
between each paragraph.
– David Carlisle
Mar 11 at 8:53
1
You are right... just tied to give more options because thought for the moment that the OP would not like to have indented the following text... Also, I use noindent some times, but mostly inside some of my commands (of bold descriptions etc) and I don't think it is a mistake... Anyway... In your answer I would prefer thevspace
in the end of the first sentence and not in the beggining of the second just because I can read it easier (+1 by the way)
– koleygr
Mar 11 at 8:56
[Unchecked] You can useHello world\[3mm] How are you
. However, I suggest you not to do that.
– JouleV
Mar 11 at 9:07
|
show 4 more comments
try separating the parts you wish to have vertical space with an empty line just aftervspace
command... also anoindent
on the start of the next line could be needed
– koleygr
Mar 11 at 8:49
1
@koleygr if you fond yourself needingnoindent
it is almost always a sign that the markup is wrong somewhere....
– David Carlisle
Mar 11 at 8:50
2
Mary if you want vertical space between paragraphs then you should setparskip
in the preamble, not addvspace
between each paragraph.
– David Carlisle
Mar 11 at 8:53
1
You are right... just tied to give more options because thought for the moment that the OP would not like to have indented the following text... Also, I use noindent some times, but mostly inside some of my commands (of bold descriptions etc) and I don't think it is a mistake... Anyway... In your answer I would prefer thevspace
in the end of the first sentence and not in the beggining of the second just because I can read it easier (+1 by the way)
– koleygr
Mar 11 at 8:56
[Unchecked] You can useHello world\[3mm] How are you
. However, I suggest you not to do that.
– JouleV
Mar 11 at 9:07
try separating the parts you wish to have vertical space with an empty line just after
vspace
command... also a noindent
on the start of the next line could be needed– koleygr
Mar 11 at 8:49
try separating the parts you wish to have vertical space with an empty line just after
vspace
command... also a noindent
on the start of the next line could be needed– koleygr
Mar 11 at 8:49
1
1
@koleygr if you fond yourself needing
noindent
it is almost always a sign that the markup is wrong somewhere....– David Carlisle
Mar 11 at 8:50
@koleygr if you fond yourself needing
noindent
it is almost always a sign that the markup is wrong somewhere....– David Carlisle
Mar 11 at 8:50
2
2
Mary if you want vertical space between paragraphs then you should set
parskip
in the preamble, not add vspace
between each paragraph.– David Carlisle
Mar 11 at 8:53
Mary if you want vertical space between paragraphs then you should set
parskip
in the preamble, not add vspace
between each paragraph.– David Carlisle
Mar 11 at 8:53
1
1
You are right... just tied to give more options because thought for the moment that the OP would not like to have indented the following text... Also, I use noindent some times, but mostly inside some of my commands (of bold descriptions etc) and I don't think it is a mistake... Anyway... In your answer I would prefer the
vspace
in the end of the first sentence and not in the beggining of the second just because I can read it easier (+1 by the way)– koleygr
Mar 11 at 8:56
You are right... just tied to give more options because thought for the moment that the OP would not like to have indented the following text... Also, I use noindent some times, but mostly inside some of my commands (of bold descriptions etc) and I don't think it is a mistake... Anyway... In your answer I would prefer the
vspace
in the end of the first sentence and not in the beggining of the second just because I can read it easier (+1 by the way)– koleygr
Mar 11 at 8:56
[Unchecked] You can use
Hello world\[3mm] How are you
. However, I suggest you not to do that.– JouleV
Mar 11 at 9:07
[Unchecked] You can use
Hello world\[3mm] How are you
. However, I suggest you not to do that.– JouleV
Mar 11 at 9:07
|
show 4 more comments
1 Answer
1
active
oldest
votes
You have
Hello world.
vspace3mm
How are you? I am good.
Which is a single paragraph, so the vspace
is added after the current line, probably after good.
You could use
Hello world.
vspace3mm
How are you? I am good.
Bur you should almost never need explicit spacing within the document anyway.
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
);
);
Mary 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%2f478849%2fvspace-doesnt-work-properly%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
You have
Hello world.
vspace3mm
How are you? I am good.
Which is a single paragraph, so the vspace
is added after the current line, probably after good.
You could use
Hello world.
vspace3mm
How are you? I am good.
Bur you should almost never need explicit spacing within the document anyway.
add a comment |
You have
Hello world.
vspace3mm
How are you? I am good.
Which is a single paragraph, so the vspace
is added after the current line, probably after good.
You could use
Hello world.
vspace3mm
How are you? I am good.
Bur you should almost never need explicit spacing within the document anyway.
add a comment |
You have
Hello world.
vspace3mm
How are you? I am good.
Which is a single paragraph, so the vspace
is added after the current line, probably after good.
You could use
Hello world.
vspace3mm
How are you? I am good.
Bur you should almost never need explicit spacing within the document anyway.
You have
Hello world.
vspace3mm
How are you? I am good.
Which is a single paragraph, so the vspace
is added after the current line, probably after good.
You could use
Hello world.
vspace3mm
How are you? I am good.
Bur you should almost never need explicit spacing within the document anyway.
answered Mar 11 at 8:48
David CarlisleDavid Carlisle
494k4111381885
494k4111381885
add a comment |
add a comment |
Mary is a new contributor. Be nice, and check out our Code of Conduct.
Mary is a new contributor. Be nice, and check out our Code of Conduct.
Mary is a new contributor. Be nice, and check out our Code of Conduct.
Mary 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%2f478849%2fvspace-doesnt-work-properly%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
try separating the parts you wish to have vertical space with an empty line just after
vspace
command... also anoindent
on the start of the next line could be needed– koleygr
Mar 11 at 8:49
1
@koleygr if you fond yourself needing
noindent
it is almost always a sign that the markup is wrong somewhere....– David Carlisle
Mar 11 at 8:50
2
Mary if you want vertical space between paragraphs then you should set
parskip
in the preamble, not addvspace
between each paragraph.– David Carlisle
Mar 11 at 8:53
1
You are right... just tied to give more options because thought for the moment that the OP would not like to have indented the following text... Also, I use noindent some times, but mostly inside some of my commands (of bold descriptions etc) and I don't think it is a mistake... Anyway... In your answer I would prefer the
vspace
in the end of the first sentence and not in the beggining of the second just because I can read it easier (+1 by the way)– koleygr
Mar 11 at 8:56
[Unchecked] You can use
Hello world\[3mm] How are you
. However, I suggest you not to do that.– JouleV
Mar 11 at 9:07