Space between items, enumerate











up vote
0
down vote

favorite












I can't make a distance between items
enter image description here










share|improve this question






















  • I would recommend to use frac instead of dfrac, but without a fully compilable MWE including documentclass and the appropriate packages that reproduces the problem it is difficult to help. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
    – Peter Grill
    51 mins ago















up vote
0
down vote

favorite












I can't make a distance between items
enter image description here










share|improve this question






















  • I would recommend to use frac instead of dfrac, but without a fully compilable MWE including documentclass and the appropriate packages that reproduces the problem it is difficult to help. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
    – Peter Grill
    51 mins ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I can't make a distance between items
enter image description here










share|improve this question













I can't make a distance between items
enter image description here







enumerate






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 hours ago









IW. Krisna Adipayana

112




112












  • I would recommend to use frac instead of dfrac, but without a fully compilable MWE including documentclass and the appropriate packages that reproduces the problem it is difficult to help. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
    – Peter Grill
    51 mins ago


















  • I would recommend to use frac instead of dfrac, but without a fully compilable MWE including documentclass and the appropriate packages that reproduces the problem it is difficult to help. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
    – Peter Grill
    51 mins ago
















I would recommend to use frac instead of dfrac, but without a fully compilable MWE including documentclass and the appropriate packages that reproduces the problem it is difficult to help. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– Peter Grill
51 mins ago




I would recommend to use frac instead of dfrac, but without a fully compilable MWE including documentclass and the appropriate packages that reproduces the problem it is difficult to help. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– Peter Grill
51 mins ago










1 Answer
1






active

oldest

votes

















up vote
1
down vote













there is quite complicated to see your code, but one way to do it is by using the package enumitem, then your code should be like this:



%Preamble
usepackage{enumitem}
...
begin{enumerate}[itemsep=1cm,parsep=0.5cm]
item $frac{1}{2}$
item $frac{1}{2}$
end{enumerate}


it lets you set the spacing between items (itemsep) and between the paragraphs within items (parsep). Then, your result will be



enter image description here






share|improve this answer








New contributor




Gerardo Marx Chávez-Campos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • The OP's question uses enumerate* and a dfrac, so not sure this actually solves the issue. Even with default settings, with enumitem things work fine for me. FYI, it is always best to post a fully compilable MWE including documentclass and the appropriate packages. You can usually use the article class (unless the issue is with some septic class).
    – Peter Grill
    49 mins ago













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%2f462517%2fspace-between-items-enumerate%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













there is quite complicated to see your code, but one way to do it is by using the package enumitem, then your code should be like this:



%Preamble
usepackage{enumitem}
...
begin{enumerate}[itemsep=1cm,parsep=0.5cm]
item $frac{1}{2}$
item $frac{1}{2}$
end{enumerate}


it lets you set the spacing between items (itemsep) and between the paragraphs within items (parsep). Then, your result will be



enter image description here






share|improve this answer








New contributor




Gerardo Marx Chávez-Campos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • The OP's question uses enumerate* and a dfrac, so not sure this actually solves the issue. Even with default settings, with enumitem things work fine for me. FYI, it is always best to post a fully compilable MWE including documentclass and the appropriate packages. You can usually use the article class (unless the issue is with some septic class).
    – Peter Grill
    49 mins ago

















up vote
1
down vote













there is quite complicated to see your code, but one way to do it is by using the package enumitem, then your code should be like this:



%Preamble
usepackage{enumitem}
...
begin{enumerate}[itemsep=1cm,parsep=0.5cm]
item $frac{1}{2}$
item $frac{1}{2}$
end{enumerate}


it lets you set the spacing between items (itemsep) and between the paragraphs within items (parsep). Then, your result will be



enter image description here






share|improve this answer








New contributor




Gerardo Marx Chávez-Campos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • The OP's question uses enumerate* and a dfrac, so not sure this actually solves the issue. Even with default settings, with enumitem things work fine for me. FYI, it is always best to post a fully compilable MWE including documentclass and the appropriate packages. You can usually use the article class (unless the issue is with some septic class).
    – Peter Grill
    49 mins ago















up vote
1
down vote










up vote
1
down vote









there is quite complicated to see your code, but one way to do it is by using the package enumitem, then your code should be like this:



%Preamble
usepackage{enumitem}
...
begin{enumerate}[itemsep=1cm,parsep=0.5cm]
item $frac{1}{2}$
item $frac{1}{2}$
end{enumerate}


it lets you set the spacing between items (itemsep) and between the paragraphs within items (parsep). Then, your result will be



enter image description here






share|improve this answer








New contributor




Gerardo Marx Chávez-Campos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









there is quite complicated to see your code, but one way to do it is by using the package enumitem, then your code should be like this:



%Preamble
usepackage{enumitem}
...
begin{enumerate}[itemsep=1cm,parsep=0.5cm]
item $frac{1}{2}$
item $frac{1}{2}$
end{enumerate}


it lets you set the spacing between items (itemsep) and between the paragraphs within items (parsep). Then, your result will be



enter image description here







share|improve this answer








New contributor




Gerardo Marx Chávez-Campos 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 answer



share|improve this answer






New contributor




Gerardo Marx Chávez-Campos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered 1 hour ago









Gerardo Marx Chávez-Campos

111




111




New contributor




Gerardo Marx Chávez-Campos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Gerardo Marx Chávez-Campos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Gerardo Marx Chávez-Campos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • The OP's question uses enumerate* and a dfrac, so not sure this actually solves the issue. Even with default settings, with enumitem things work fine for me. FYI, it is always best to post a fully compilable MWE including documentclass and the appropriate packages. You can usually use the article class (unless the issue is with some septic class).
    – Peter Grill
    49 mins ago




















  • The OP's question uses enumerate* and a dfrac, so not sure this actually solves the issue. Even with default settings, with enumitem things work fine for me. FYI, it is always best to post a fully compilable MWE including documentclass and the appropriate packages. You can usually use the article class (unless the issue is with some septic class).
    – Peter Grill
    49 mins ago


















The OP's question uses enumerate* and a dfrac, so not sure this actually solves the issue. Even with default settings, with enumitem things work fine for me. FYI, it is always best to post a fully compilable MWE including documentclass and the appropriate packages. You can usually use the article class (unless the issue is with some septic class).
– Peter Grill
49 mins ago






The OP's question uses enumerate* and a dfrac, so not sure this actually solves the issue. Even with default settings, with enumitem things work fine for me. FYI, it is always best to post a fully compilable MWE including documentclass and the appropriate packages. You can usually use the article class (unless the issue is with some septic class).
– Peter Grill
49 mins ago




















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%2f462517%2fspace-between-items-enumerate%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

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks