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













2















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?










share|improve this question







New contributor




Mary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • 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





    @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 add vspace 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















2















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?










share|improve this question







New contributor




Mary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • 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





    @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 add vspace 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













2












2








2








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?










share|improve this question







New contributor




Mary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question







New contributor




Mary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Mary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Mary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Mar 11 at 8:46









MaryMary

161




161




New contributor




Mary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Mary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Mary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • 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





    @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 add vspace 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

















  • 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





    @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 add vspace 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
















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










1 Answer
1






active

oldest

votes


















7














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.






share|improve this answer






















    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.









    draft saved

    draft discarded


















    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









    7














    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.






    share|improve this answer



























      7














      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.






      share|improve this answer

























        7












        7








        7







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 11 at 8:48









        David CarlisleDavid Carlisle

        494k4111381885




        494k4111381885




















            Mary is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer