How to set particular spacing between first two lines?











up vote
1
down vote

favorite












I have this code



textbf{An example of description:}

begin{description}
item[enumerate] let you create enumerated lists.
item[itemize] let you create something
item[description] let you create something else
end{description}


All the lines have the same spacing between them.



I would like a bigger spacing line between textbf{An example of description:} and item[enumerate] let you create enumerated lists.



I tried



{setstretch{2.0}
textbf{An example of description:}

begin{description}
item[enumerate] let you create enumerated lists.}
item[itemize] let you create something
item[description] let you create something else
end{description}


and the display is now 2.0 spacing in the whole code, not just the first and second line. Also marks an error strike but still compiles.



How can I indicate that only 2.0 spacing in the first two lines?










share|improve this question
























  • Hi @user459663, have you tried inserting a vertical space vspace, e.g. vspace{10mm} where you would like to have the additional vertical space?
    – chrisma
    Dec 4 at 10:49












  • Hi. No, I haven't tried, actually I think I need an horizontal space instead of vertical line.
    – user459663
    Dec 4 at 10:53










  • @chrisma A space line between this lines textbf{An example of description:} and item[enumerate] let you create enumerated lists.
    – user459663
    Dec 4 at 10:54















up vote
1
down vote

favorite












I have this code



textbf{An example of description:}

begin{description}
item[enumerate] let you create enumerated lists.
item[itemize] let you create something
item[description] let you create something else
end{description}


All the lines have the same spacing between them.



I would like a bigger spacing line between textbf{An example of description:} and item[enumerate] let you create enumerated lists.



I tried



{setstretch{2.0}
textbf{An example of description:}

begin{description}
item[enumerate] let you create enumerated lists.}
item[itemize] let you create something
item[description] let you create something else
end{description}


and the display is now 2.0 spacing in the whole code, not just the first and second line. Also marks an error strike but still compiles.



How can I indicate that only 2.0 spacing in the first two lines?










share|improve this question
























  • Hi @user459663, have you tried inserting a vertical space vspace, e.g. vspace{10mm} where you would like to have the additional vertical space?
    – chrisma
    Dec 4 at 10:49












  • Hi. No, I haven't tried, actually I think I need an horizontal space instead of vertical line.
    – user459663
    Dec 4 at 10:53










  • @chrisma A space line between this lines textbf{An example of description:} and item[enumerate] let you create enumerated lists.
    – user459663
    Dec 4 at 10:54













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have this code



textbf{An example of description:}

begin{description}
item[enumerate] let you create enumerated lists.
item[itemize] let you create something
item[description] let you create something else
end{description}


All the lines have the same spacing between them.



I would like a bigger spacing line between textbf{An example of description:} and item[enumerate] let you create enumerated lists.



I tried



{setstretch{2.0}
textbf{An example of description:}

begin{description}
item[enumerate] let you create enumerated lists.}
item[itemize] let you create something
item[description] let you create something else
end{description}


and the display is now 2.0 spacing in the whole code, not just the first and second line. Also marks an error strike but still compiles.



How can I indicate that only 2.0 spacing in the first two lines?










share|improve this question















I have this code



textbf{An example of description:}

begin{description}
item[enumerate] let you create enumerated lists.
item[itemize] let you create something
item[description] let you create something else
end{description}


All the lines have the same spacing between them.



I would like a bigger spacing line between textbf{An example of description:} and item[enumerate] let you create enumerated lists.



I tried



{setstretch{2.0}
textbf{An example of description:}

begin{description}
item[enumerate] let you create enumerated lists.}
item[itemize] let you create something
item[description] let you create something else
end{description}


and the display is now 2.0 spacing in the whole code, not just the first and second line. Also marks an error strike but still compiles.



How can I indicate that only 2.0 spacing in the first two lines?







spacing formatting line-spacing






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 4 at 10:51









LianTze Lim

7,48322763




7,48322763










asked Dec 4 at 10:30









user459663

84




84












  • Hi @user459663, have you tried inserting a vertical space vspace, e.g. vspace{10mm} where you would like to have the additional vertical space?
    – chrisma
    Dec 4 at 10:49












  • Hi. No, I haven't tried, actually I think I need an horizontal space instead of vertical line.
    – user459663
    Dec 4 at 10:53










  • @chrisma A space line between this lines textbf{An example of description:} and item[enumerate] let you create enumerated lists.
    – user459663
    Dec 4 at 10:54


















  • Hi @user459663, have you tried inserting a vertical space vspace, e.g. vspace{10mm} where you would like to have the additional vertical space?
    – chrisma
    Dec 4 at 10:49












  • Hi. No, I haven't tried, actually I think I need an horizontal space instead of vertical line.
    – user459663
    Dec 4 at 10:53










  • @chrisma A space line between this lines textbf{An example of description:} and item[enumerate] let you create enumerated lists.
    – user459663
    Dec 4 at 10:54
















Hi @user459663, have you tried inserting a vertical space vspace, e.g. vspace{10mm} where you would like to have the additional vertical space?
– chrisma
Dec 4 at 10:49






Hi @user459663, have you tried inserting a vertical space vspace, e.g. vspace{10mm} where you would like to have the additional vertical space?
– chrisma
Dec 4 at 10:49














Hi. No, I haven't tried, actually I think I need an horizontal space instead of vertical line.
– user459663
Dec 4 at 10:53




Hi. No, I haven't tried, actually I think I need an horizontal space instead of vertical line.
– user459663
Dec 4 at 10:53












@chrisma A space line between this lines textbf{An example of description:} and item[enumerate] let you create enumerated lists.
– user459663
Dec 4 at 10:54




@chrisma A space line between this lines textbf{An example of description:} and item[enumerate] let you create enumerated lists.
– user459663
Dec 4 at 10:54










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










I'm not entirely sure I understand your question, but let me take a guess:



Your original code (without the setstretch) produces the following output:



enter image description here



Additional vertical spacing between the bold text and the start of the description environment can be added using vspace.



documentclass{article}
begin{document}

textbf{An example of description:}

vspace{3em} %Can be mm, cm etc

begin{description}
item[enumerate] let you create enumerated lists.
item[itemize] let you create something
item[description] let you create something else
end{description}

end{document}


enter image description here



Does this answer your question?






share|improve this answer





















  • yes, that's exactly what I wanted, thank you!
    – user459663
    Dec 4 at 11:03








  • 1




    Perfect! You can accept the answer using the checkmark on the left side, to indicate that your question was answered :)
    – chrisma
    Dec 4 at 11:08













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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f463118%2fhow-to-set-particular-spacing-between-first-two-lines%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








up vote
1
down vote



accepted










I'm not entirely sure I understand your question, but let me take a guess:



Your original code (without the setstretch) produces the following output:



enter image description here



Additional vertical spacing between the bold text and the start of the description environment can be added using vspace.



documentclass{article}
begin{document}

textbf{An example of description:}

vspace{3em} %Can be mm, cm etc

begin{description}
item[enumerate] let you create enumerated lists.
item[itemize] let you create something
item[description] let you create something else
end{description}

end{document}


enter image description here



Does this answer your question?






share|improve this answer





















  • yes, that's exactly what I wanted, thank you!
    – user459663
    Dec 4 at 11:03








  • 1




    Perfect! You can accept the answer using the checkmark on the left side, to indicate that your question was answered :)
    – chrisma
    Dec 4 at 11:08

















up vote
1
down vote



accepted










I'm not entirely sure I understand your question, but let me take a guess:



Your original code (without the setstretch) produces the following output:



enter image description here



Additional vertical spacing between the bold text and the start of the description environment can be added using vspace.



documentclass{article}
begin{document}

textbf{An example of description:}

vspace{3em} %Can be mm, cm etc

begin{description}
item[enumerate] let you create enumerated lists.
item[itemize] let you create something
item[description] let you create something else
end{description}

end{document}


enter image description here



Does this answer your question?






share|improve this answer





















  • yes, that's exactly what I wanted, thank you!
    – user459663
    Dec 4 at 11:03








  • 1




    Perfect! You can accept the answer using the checkmark on the left side, to indicate that your question was answered :)
    – chrisma
    Dec 4 at 11:08















up vote
1
down vote



accepted







up vote
1
down vote



accepted






I'm not entirely sure I understand your question, but let me take a guess:



Your original code (without the setstretch) produces the following output:



enter image description here



Additional vertical spacing between the bold text and the start of the description environment can be added using vspace.



documentclass{article}
begin{document}

textbf{An example of description:}

vspace{3em} %Can be mm, cm etc

begin{description}
item[enumerate] let you create enumerated lists.
item[itemize] let you create something
item[description] let you create something else
end{description}

end{document}


enter image description here



Does this answer your question?






share|improve this answer












I'm not entirely sure I understand your question, but let me take a guess:



Your original code (without the setstretch) produces the following output:



enter image description here



Additional vertical spacing between the bold text and the start of the description environment can be added using vspace.



documentclass{article}
begin{document}

textbf{An example of description:}

vspace{3em} %Can be mm, cm etc

begin{description}
item[enumerate] let you create enumerated lists.
item[itemize] let you create something
item[description] let you create something else
end{description}

end{document}


enter image description here



Does this answer your question?







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 4 at 10:59









chrisma

797416




797416












  • yes, that's exactly what I wanted, thank you!
    – user459663
    Dec 4 at 11:03








  • 1




    Perfect! You can accept the answer using the checkmark on the left side, to indicate that your question was answered :)
    – chrisma
    Dec 4 at 11:08




















  • yes, that's exactly what I wanted, thank you!
    – user459663
    Dec 4 at 11:03








  • 1




    Perfect! You can accept the answer using the checkmark on the left side, to indicate that your question was answered :)
    – chrisma
    Dec 4 at 11:08


















yes, that's exactly what I wanted, thank you!
– user459663
Dec 4 at 11:03






yes, that's exactly what I wanted, thank you!
– user459663
Dec 4 at 11:03






1




1




Perfect! You can accept the answer using the checkmark on the left side, to indicate that your question was answered :)
– chrisma
Dec 4 at 11:08






Perfect! You can accept the answer using the checkmark on the left side, to indicate that your question was answered :)
– chrisma
Dec 4 at 11:08




















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f463118%2fhow-to-set-particular-spacing-between-first-two-lines%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

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?