Inscrease bullet points spacingSpread bullet points across block in slide using beamerbullet in table not alignedChange color of itemize bulletList bullet points on the right sideBullet item in XeLatex not appeared as expectedSpacing between bullet pointsHow to create table with merged rows and bullet points within a particular cell?Create a comparison type table where multiple line and bullet points existsHow to reduce spaces between bullet points in itemize?How to have same indents for individual bullet points

Happy pi day, everyone!

What is the rarity of this homebrew magic staff?

Why did it take so long to abandon sail after steamships were demonstrated?

Why doesn't using two cd commands in bash script execute the second command?

Brexit - No Deal Rejection

Instead of Universal Basic Income, why not Universal Basic NEEDS?

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?

Do I need life insurance if I can cover my own funeral costs?

Why is the BSI not using powers of two?

If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?

Site Collection Administrator has left the building

Use of undefined constant bloginfo

How to explain that I do not want to visit a country due to personal safety concern?

Min function accepting varying number of arguments in C++17

A link redirect to http instead of https: how critical is it?

Time travel from stationary position?

What do Xenomorphs eat in the Alien series?

Opacity of an object in 2.8

How to write cleanly even if my character uses expletive language?

How to simplify this time periods definition interface?

How to read the value of this capacitor?

Stiffness of a cantilever beam

May I change the held type in a std::variant from within a call to std::visit

How to deal with taxi scam when on vacation?



Inscrease bullet points spacing


Spread bullet points across block in slide using beamerbullet in table not alignedChange color of itemize bulletList bullet points on the right sideBullet item in XeLatex not appeared as expectedSpacing between bullet pointsHow to create table with merged rows and bullet points within a particular cell?Create a comparison type table where multiple line and bullet points existsHow to reduce spaces between bullet points in itemize?How to have same indents for individual bullet points













1















I have a table which I did for my MSc thesis, that worked just fine:
correct table



However, now I want to use that table for an article. I have copied the code, but the bullet points from the 2nd column are too close (vertically):
Table where bullets are too close



Any idea how I can fix this? I have tried some things suggested at StackExchange, but none of them worked.
This is the code for a test document (where the problem does NOT stand):



documentclass[pdftex,10pt,a4paper]article

%Import packages
usepackagesubfig
makeatletter
newcommand*textoverline[1]$overlinehbox#1m@th$
makeatother
%
usepackageragged2e
%
usepackagecolor
newcommandnote[1]textcolorblue#1
usepackagecolortbl
usepackagebooktabs,eqparbox,tabularx
usepackageenumitem


begindocument

begintable[h]
captionImplemented methods, and corresponding computed metrics.
labeltable:computed_metrics
small
renewcommandarraystretch2
setlist[itemize]nosep,
leftmargin=*,
before=vspace-0.6baselineskip,
after=vspace-baselineskip

begintabular >RaggedLeftp3.6cm p4.2cm p5.8cm
hline
textbfMethod name & textbfMetrics & textbfMethod explanation \ hline
textbfSimple statistical metrics & beginitemize
item Mean
item Standard deviation (SD)
enditemize & Computes the mean value and the amount of variation (SD) of a feature's time-series. \
textbfLinear variability & beginitemize
item Slope of regression ($alpha$)
item Median variability ($m$)
enditemize & Calculates the variability of a feature's time-series, and studies how that variability progresses with time (increases [$alpha>0$], decreases [$alpha<0$] or maintains [$alpha=0$]). \
textbfNon-linear variability & beginitemize
item Central tendency measurement (CTM)
enditemize & Computes the feature's time-series variability using difference plots. The higher the CTM, the lower the variability, and vice-versa. \
textbfP-wave amplitude dispersion & beginitemize
item Amplitude dispersion index (ADI)
enditemize & Quantitative indicator of P-wave morphology variability. The greater the ADI, the greater the variability, and vice-versa. Uses the P-waves' signal. \
textbfHeart rate variability & beginitemize
item textoverlineRR, SDRR, SDSD, RMSSD, NN20, pNN20, NN50, pNN50
item TP, VLF, LF, HF, pHF, pLF, LF/HF
enditemize
& Studies the variability of the RR series using metrics from time- and frequency- domain. Gives indications on the autonomic nervous system. \ hline
endtabular
endtable



enddocument


I can't provide a full compilable code, given that I'm using a template from the Sensors Journal (https://www.mdpi.com/authors/latex). However, you can download my full compilable code here: https://ufile.io/n7pg8



Many thanks!
Diogo










share|improve this question
























  • Welcome to TeX.SX. When you post a question, please provide a "Minimal Working Example" (MWE) that starts with documentclass, includes all relevant usepackage commands, ends with enddocument and compiles without errors, even if it does not produce your desired output.

    – Sandy G
    8 hours ago











  • you should provide a MWE, a small complete document, which reproduce your problem. Link can become after while dead and will be not possible to know, what is actually your problem.

    – Zarko
    8 hours ago











  • Hello all. As I mentioned, I cannot provide a full compilable code, given that the template contains files other than the main code. I have tried to reproduce the problem in another clean document, but the table got different. Nonetheless I will provide that document, but I warn that the output is different.

    – Diogo Tec
    8 hours ago












  • i copy your table code in my test environment and i can't reproduce your problem. for MWE: to your code fragment you only need to add `documenclas...˙and necessary part of preamble, which will enable to test your code as it is.

    – Zarko
    7 hours ago






  • 1





    @DiogoTec mdpi.cls consists of more than 1170 lines of code. Please turn to the helpdesk of mdpi.com, they even offer an emailaddress.

    – Keks Dose
    6 hours ago















1















I have a table which I did for my MSc thesis, that worked just fine:
correct table



However, now I want to use that table for an article. I have copied the code, but the bullet points from the 2nd column are too close (vertically):
Table where bullets are too close



Any idea how I can fix this? I have tried some things suggested at StackExchange, but none of them worked.
This is the code for a test document (where the problem does NOT stand):



documentclass[pdftex,10pt,a4paper]article

%Import packages
usepackagesubfig
makeatletter
newcommand*textoverline[1]$overlinehbox#1m@th$
makeatother
%
usepackageragged2e
%
usepackagecolor
newcommandnote[1]textcolorblue#1
usepackagecolortbl
usepackagebooktabs,eqparbox,tabularx
usepackageenumitem


begindocument

begintable[h]
captionImplemented methods, and corresponding computed metrics.
labeltable:computed_metrics
small
renewcommandarraystretch2
setlist[itemize]nosep,
leftmargin=*,
before=vspace-0.6baselineskip,
after=vspace-baselineskip

begintabular >RaggedLeftp3.6cm p4.2cm p5.8cm
hline
textbfMethod name & textbfMetrics & textbfMethod explanation \ hline
textbfSimple statistical metrics & beginitemize
item Mean
item Standard deviation (SD)
enditemize & Computes the mean value and the amount of variation (SD) of a feature's time-series. \
textbfLinear variability & beginitemize
item Slope of regression ($alpha$)
item Median variability ($m$)
enditemize & Calculates the variability of a feature's time-series, and studies how that variability progresses with time (increases [$alpha>0$], decreases [$alpha<0$] or maintains [$alpha=0$]). \
textbfNon-linear variability & beginitemize
item Central tendency measurement (CTM)
enditemize & Computes the feature's time-series variability using difference plots. The higher the CTM, the lower the variability, and vice-versa. \
textbfP-wave amplitude dispersion & beginitemize
item Amplitude dispersion index (ADI)
enditemize & Quantitative indicator of P-wave morphology variability. The greater the ADI, the greater the variability, and vice-versa. Uses the P-waves' signal. \
textbfHeart rate variability & beginitemize
item textoverlineRR, SDRR, SDSD, RMSSD, NN20, pNN20, NN50, pNN50
item TP, VLF, LF, HF, pHF, pLF, LF/HF
enditemize
& Studies the variability of the RR series using metrics from time- and frequency- domain. Gives indications on the autonomic nervous system. \ hline
endtabular
endtable



enddocument


I can't provide a full compilable code, given that I'm using a template from the Sensors Journal (https://www.mdpi.com/authors/latex). However, you can download my full compilable code here: https://ufile.io/n7pg8



Many thanks!
Diogo










share|improve this question
























  • Welcome to TeX.SX. When you post a question, please provide a "Minimal Working Example" (MWE) that starts with documentclass, includes all relevant usepackage commands, ends with enddocument and compiles without errors, even if it does not produce your desired output.

    – Sandy G
    8 hours ago











  • you should provide a MWE, a small complete document, which reproduce your problem. Link can become after while dead and will be not possible to know, what is actually your problem.

    – Zarko
    8 hours ago











  • Hello all. As I mentioned, I cannot provide a full compilable code, given that the template contains files other than the main code. I have tried to reproduce the problem in another clean document, but the table got different. Nonetheless I will provide that document, but I warn that the output is different.

    – Diogo Tec
    8 hours ago












  • i copy your table code in my test environment and i can't reproduce your problem. for MWE: to your code fragment you only need to add `documenclas...˙and necessary part of preamble, which will enable to test your code as it is.

    – Zarko
    7 hours ago






  • 1





    @DiogoTec mdpi.cls consists of more than 1170 lines of code. Please turn to the helpdesk of mdpi.com, they even offer an emailaddress.

    – Keks Dose
    6 hours ago













1












1








1








I have a table which I did for my MSc thesis, that worked just fine:
correct table



However, now I want to use that table for an article. I have copied the code, but the bullet points from the 2nd column are too close (vertically):
Table where bullets are too close



Any idea how I can fix this? I have tried some things suggested at StackExchange, but none of them worked.
This is the code for a test document (where the problem does NOT stand):



documentclass[pdftex,10pt,a4paper]article

%Import packages
usepackagesubfig
makeatletter
newcommand*textoverline[1]$overlinehbox#1m@th$
makeatother
%
usepackageragged2e
%
usepackagecolor
newcommandnote[1]textcolorblue#1
usepackagecolortbl
usepackagebooktabs,eqparbox,tabularx
usepackageenumitem


begindocument

begintable[h]
captionImplemented methods, and corresponding computed metrics.
labeltable:computed_metrics
small
renewcommandarraystretch2
setlist[itemize]nosep,
leftmargin=*,
before=vspace-0.6baselineskip,
after=vspace-baselineskip

begintabular >RaggedLeftp3.6cm p4.2cm p5.8cm
hline
textbfMethod name & textbfMetrics & textbfMethod explanation \ hline
textbfSimple statistical metrics & beginitemize
item Mean
item Standard deviation (SD)
enditemize & Computes the mean value and the amount of variation (SD) of a feature's time-series. \
textbfLinear variability & beginitemize
item Slope of regression ($alpha$)
item Median variability ($m$)
enditemize & Calculates the variability of a feature's time-series, and studies how that variability progresses with time (increases [$alpha>0$], decreases [$alpha<0$] or maintains [$alpha=0$]). \
textbfNon-linear variability & beginitemize
item Central tendency measurement (CTM)
enditemize & Computes the feature's time-series variability using difference plots. The higher the CTM, the lower the variability, and vice-versa. \
textbfP-wave amplitude dispersion & beginitemize
item Amplitude dispersion index (ADI)
enditemize & Quantitative indicator of P-wave morphology variability. The greater the ADI, the greater the variability, and vice-versa. Uses the P-waves' signal. \
textbfHeart rate variability & beginitemize
item textoverlineRR, SDRR, SDSD, RMSSD, NN20, pNN20, NN50, pNN50
item TP, VLF, LF, HF, pHF, pLF, LF/HF
enditemize
& Studies the variability of the RR series using metrics from time- and frequency- domain. Gives indications on the autonomic nervous system. \ hline
endtabular
endtable



enddocument


I can't provide a full compilable code, given that I'm using a template from the Sensors Journal (https://www.mdpi.com/authors/latex). However, you can download my full compilable code here: https://ufile.io/n7pg8



Many thanks!
Diogo










share|improve this question
















I have a table which I did for my MSc thesis, that worked just fine:
correct table



However, now I want to use that table for an article. I have copied the code, but the bullet points from the 2nd column are too close (vertically):
Table where bullets are too close



Any idea how I can fix this? I have tried some things suggested at StackExchange, but none of them worked.
This is the code for a test document (where the problem does NOT stand):



documentclass[pdftex,10pt,a4paper]article

%Import packages
usepackagesubfig
makeatletter
newcommand*textoverline[1]$overlinehbox#1m@th$
makeatother
%
usepackageragged2e
%
usepackagecolor
newcommandnote[1]textcolorblue#1
usepackagecolortbl
usepackagebooktabs,eqparbox,tabularx
usepackageenumitem


begindocument

begintable[h]
captionImplemented methods, and corresponding computed metrics.
labeltable:computed_metrics
small
renewcommandarraystretch2
setlist[itemize]nosep,
leftmargin=*,
before=vspace-0.6baselineskip,
after=vspace-baselineskip

begintabular >RaggedLeftp3.6cm p4.2cm p5.8cm
hline
textbfMethod name & textbfMetrics & textbfMethod explanation \ hline
textbfSimple statistical metrics & beginitemize
item Mean
item Standard deviation (SD)
enditemize & Computes the mean value and the amount of variation (SD) of a feature's time-series. \
textbfLinear variability & beginitemize
item Slope of regression ($alpha$)
item Median variability ($m$)
enditemize & Calculates the variability of a feature's time-series, and studies how that variability progresses with time (increases [$alpha>0$], decreases [$alpha<0$] or maintains [$alpha=0$]). \
textbfNon-linear variability & beginitemize
item Central tendency measurement (CTM)
enditemize & Computes the feature's time-series variability using difference plots. The higher the CTM, the lower the variability, and vice-versa. \
textbfP-wave amplitude dispersion & beginitemize
item Amplitude dispersion index (ADI)
enditemize & Quantitative indicator of P-wave morphology variability. The greater the ADI, the greater the variability, and vice-versa. Uses the P-waves' signal. \
textbfHeart rate variability & beginitemize
item textoverlineRR, SDRR, SDSD, RMSSD, NN20, pNN20, NN50, pNN50
item TP, VLF, LF, HF, pHF, pLF, LF/HF
enditemize
& Studies the variability of the RR series using metrics from time- and frequency- domain. Gives indications on the autonomic nervous system. \ hline
endtabular
endtable



enddocument


I can't provide a full compilable code, given that I'm using a template from the Sensors Journal (https://www.mdpi.com/authors/latex). However, you can download my full compilable code here: https://ufile.io/n7pg8



Many thanks!
Diogo







tables spacing floats bullets






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 7 hours ago







Diogo Tec

















asked 8 hours ago









Diogo TecDiogo Tec

1066




1066












  • Welcome to TeX.SX. When you post a question, please provide a "Minimal Working Example" (MWE) that starts with documentclass, includes all relevant usepackage commands, ends with enddocument and compiles without errors, even if it does not produce your desired output.

    – Sandy G
    8 hours ago











  • you should provide a MWE, a small complete document, which reproduce your problem. Link can become after while dead and will be not possible to know, what is actually your problem.

    – Zarko
    8 hours ago











  • Hello all. As I mentioned, I cannot provide a full compilable code, given that the template contains files other than the main code. I have tried to reproduce the problem in another clean document, but the table got different. Nonetheless I will provide that document, but I warn that the output is different.

    – Diogo Tec
    8 hours ago












  • i copy your table code in my test environment and i can't reproduce your problem. for MWE: to your code fragment you only need to add `documenclas...˙and necessary part of preamble, which will enable to test your code as it is.

    – Zarko
    7 hours ago






  • 1





    @DiogoTec mdpi.cls consists of more than 1170 lines of code. Please turn to the helpdesk of mdpi.com, they even offer an emailaddress.

    – Keks Dose
    6 hours ago

















  • Welcome to TeX.SX. When you post a question, please provide a "Minimal Working Example" (MWE) that starts with documentclass, includes all relevant usepackage commands, ends with enddocument and compiles without errors, even if it does not produce your desired output.

    – Sandy G
    8 hours ago











  • you should provide a MWE, a small complete document, which reproduce your problem. Link can become after while dead and will be not possible to know, what is actually your problem.

    – Zarko
    8 hours ago











  • Hello all. As I mentioned, I cannot provide a full compilable code, given that the template contains files other than the main code. I have tried to reproduce the problem in another clean document, but the table got different. Nonetheless I will provide that document, but I warn that the output is different.

    – Diogo Tec
    8 hours ago












  • i copy your table code in my test environment and i can't reproduce your problem. for MWE: to your code fragment you only need to add `documenclas...˙and necessary part of preamble, which will enable to test your code as it is.

    – Zarko
    7 hours ago






  • 1





    @DiogoTec mdpi.cls consists of more than 1170 lines of code. Please turn to the helpdesk of mdpi.com, they even offer an emailaddress.

    – Keks Dose
    6 hours ago
















Welcome to TeX.SX. When you post a question, please provide a "Minimal Working Example" (MWE) that starts with documentclass, includes all relevant usepackage commands, ends with enddocument and compiles without errors, even if it does not produce your desired output.

– Sandy G
8 hours ago





Welcome to TeX.SX. When you post a question, please provide a "Minimal Working Example" (MWE) that starts with documentclass, includes all relevant usepackage commands, ends with enddocument and compiles without errors, even if it does not produce your desired output.

– Sandy G
8 hours ago













you should provide a MWE, a small complete document, which reproduce your problem. Link can become after while dead and will be not possible to know, what is actually your problem.

– Zarko
8 hours ago





you should provide a MWE, a small complete document, which reproduce your problem. Link can become after while dead and will be not possible to know, what is actually your problem.

– Zarko
8 hours ago













Hello all. As I mentioned, I cannot provide a full compilable code, given that the template contains files other than the main code. I have tried to reproduce the problem in another clean document, but the table got different. Nonetheless I will provide that document, but I warn that the output is different.

– Diogo Tec
8 hours ago






Hello all. As I mentioned, I cannot provide a full compilable code, given that the template contains files other than the main code. I have tried to reproduce the problem in another clean document, but the table got different. Nonetheless I will provide that document, but I warn that the output is different.

– Diogo Tec
8 hours ago














i copy your table code in my test environment and i can't reproduce your problem. for MWE: to your code fragment you only need to add `documenclas...˙and necessary part of preamble, which will enable to test your code as it is.

– Zarko
7 hours ago





i copy your table code in my test environment and i can't reproduce your problem. for MWE: to your code fragment you only need to add `documenclas...˙and necessary part of preamble, which will enable to test your code as it is.

– Zarko
7 hours ago




1




1





@DiogoTec mdpi.cls consists of more than 1170 lines of code. Please turn to the helpdesk of mdpi.com, they even offer an emailaddress.

– Keks Dose
6 hours ago





@DiogoTec mdpi.cls consists of more than 1170 lines of code. Please turn to the helpdesk of mdpi.com, they even offer an emailaddress.

– Keks Dose
6 hours ago










1 Answer
1






active

oldest

votes


















2














Try the following:



documentclass[journal,article,submit,moreauthors,pdftex,10pt,a4paper]Definitions/mdpi
newcommand*textoverline[1]$overlinehbox#1$ % simplified
%
usepackageragged2e
usepackagebooktabs, makecell, tabularx
newcolumntypeL>RaggedRightX
renewcommandtheadfontbfseriesnormalsize
usepackageenumitem

begindocument
begintable[h]
captionImplemented methods, and corresponding computed metrics.
labeltable:computed_metrics
small
setlist[itemize] % nosep, % <--- remove "nosep"
leftmargin=*,
before=vspace-0.6baselineskip,
after=vspace-baselineskip

setcellgapes3pt
makegapedcells
begintabularxlinewidth>hsize=0.6hsizebfseriesL L
>hsize=1.4hsizeL

toprule
Method name & theadMetrics & theadMethod explanation \
midrule
Simple statistical metrics
& beginitemize
item Mean
item Standard deviation (SD)
enditemize
& Computes the mean value and the amount of variation (SD) of a feature's time-series.
\
Linear variability
& beginitemize
item Slope of regression ($alpha$)
item Median variability ($m$)
enditemize
& Calculates the variability of a feature's time-series, and studies how that variability progresses with time (increases [$alpha>0$], decreases [$alpha<0$] or maintains [$alpha=0$]).
\
Non-linear variability
& beginitemize
item Central tendency measurement (CTM)
enditemize
& Computes the feature's time-series variability using difference plots. The higher the CTM, the lower the variability, and vice-versa.
\
P-wave amplitude dispersion
& beginitemize
item Amplitude dispersion index (ADI)
enditemize
& Quantitative indicator of P-wave morphology variability. The greater the ADI, the greater the variability, and vice-versa. Uses the P-waves' signal.
\
Heart rate variability
& beginitemize
item textoverlineRR, SDRR, SDSD, RMSSD, NN20, pNN20, NN50, pNN50
item TP, VLF, LF, HF, pHF, pLF, LF/HF
enditemize
& Studies the variability of the RR series using metrics from time- and frequency- domain. Gives indications on the autonomic nervous system. \
bottomrule
endtabularx
endtable
enddocument


result tested on overleaf gives the following result:



enter image description here



In MWE above i made some off-topic changes which (according to my taste) made table more nice (use of tabularx for table environment, makecell for more vertical space above and below cell contents).






share|improve this answer

























  • The first item in the list seems to start lower than the first line of the text in the first and third column. Maybe you could use before=vspace-1baselineskip. (I have not tested this since I did not have access to the documentclass used in the question.)

    – leandriis
    6 hours ago











  • Hello! Many thanks for your help :) I did work! Is there any way to increase the spacing between the two bullets? That'd be great!

    – Diogo Tec
    5 hours ago











  • @DiogoTec: You could add the itemsep=<length> option (with a <length> of your choice) to the ` setlist[itemize]` command.

    – leandriis
    4 hours ago











  • @leandriis many thanks. Unfortunately, it doesn't work. I've tried several lenghts (1cm to 20cm) and they produce no changes

    – Diogo Tec
    4 hours ago











  • @DiogoTec: I can not reproduce this. If I use the MWE ftrom Zarko's answer and add itemsep=1cm to setlist[itemize] I obtain the following result: i.stack.imgur.com/5giML.png

    – leandriis
    4 hours 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',
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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479638%2finscrease-bullet-points-spacing%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









2














Try the following:



documentclass[journal,article,submit,moreauthors,pdftex,10pt,a4paper]Definitions/mdpi
newcommand*textoverline[1]$overlinehbox#1$ % simplified
%
usepackageragged2e
usepackagebooktabs, makecell, tabularx
newcolumntypeL>RaggedRightX
renewcommandtheadfontbfseriesnormalsize
usepackageenumitem

begindocument
begintable[h]
captionImplemented methods, and corresponding computed metrics.
labeltable:computed_metrics
small
setlist[itemize] % nosep, % <--- remove "nosep"
leftmargin=*,
before=vspace-0.6baselineskip,
after=vspace-baselineskip

setcellgapes3pt
makegapedcells
begintabularxlinewidth>hsize=0.6hsizebfseriesL L
>hsize=1.4hsizeL

toprule
Method name & theadMetrics & theadMethod explanation \
midrule
Simple statistical metrics
& beginitemize
item Mean
item Standard deviation (SD)
enditemize
& Computes the mean value and the amount of variation (SD) of a feature's time-series.
\
Linear variability
& beginitemize
item Slope of regression ($alpha$)
item Median variability ($m$)
enditemize
& Calculates the variability of a feature's time-series, and studies how that variability progresses with time (increases [$alpha>0$], decreases [$alpha<0$] or maintains [$alpha=0$]).
\
Non-linear variability
& beginitemize
item Central tendency measurement (CTM)
enditemize
& Computes the feature's time-series variability using difference plots. The higher the CTM, the lower the variability, and vice-versa.
\
P-wave amplitude dispersion
& beginitemize
item Amplitude dispersion index (ADI)
enditemize
& Quantitative indicator of P-wave morphology variability. The greater the ADI, the greater the variability, and vice-versa. Uses the P-waves' signal.
\
Heart rate variability
& beginitemize
item textoverlineRR, SDRR, SDSD, RMSSD, NN20, pNN20, NN50, pNN50
item TP, VLF, LF, HF, pHF, pLF, LF/HF
enditemize
& Studies the variability of the RR series using metrics from time- and frequency- domain. Gives indications on the autonomic nervous system. \
bottomrule
endtabularx
endtable
enddocument


result tested on overleaf gives the following result:



enter image description here



In MWE above i made some off-topic changes which (according to my taste) made table more nice (use of tabularx for table environment, makecell for more vertical space above and below cell contents).






share|improve this answer

























  • The first item in the list seems to start lower than the first line of the text in the first and third column. Maybe you could use before=vspace-1baselineskip. (I have not tested this since I did not have access to the documentclass used in the question.)

    – leandriis
    6 hours ago











  • Hello! Many thanks for your help :) I did work! Is there any way to increase the spacing between the two bullets? That'd be great!

    – Diogo Tec
    5 hours ago











  • @DiogoTec: You could add the itemsep=<length> option (with a <length> of your choice) to the ` setlist[itemize]` command.

    – leandriis
    4 hours ago











  • @leandriis many thanks. Unfortunately, it doesn't work. I've tried several lenghts (1cm to 20cm) and they produce no changes

    – Diogo Tec
    4 hours ago











  • @DiogoTec: I can not reproduce this. If I use the MWE ftrom Zarko's answer and add itemsep=1cm to setlist[itemize] I obtain the following result: i.stack.imgur.com/5giML.png

    – leandriis
    4 hours ago















2














Try the following:



documentclass[journal,article,submit,moreauthors,pdftex,10pt,a4paper]Definitions/mdpi
newcommand*textoverline[1]$overlinehbox#1$ % simplified
%
usepackageragged2e
usepackagebooktabs, makecell, tabularx
newcolumntypeL>RaggedRightX
renewcommandtheadfontbfseriesnormalsize
usepackageenumitem

begindocument
begintable[h]
captionImplemented methods, and corresponding computed metrics.
labeltable:computed_metrics
small
setlist[itemize] % nosep, % <--- remove "nosep"
leftmargin=*,
before=vspace-0.6baselineskip,
after=vspace-baselineskip

setcellgapes3pt
makegapedcells
begintabularxlinewidth>hsize=0.6hsizebfseriesL L
>hsize=1.4hsizeL

toprule
Method name & theadMetrics & theadMethod explanation \
midrule
Simple statistical metrics
& beginitemize
item Mean
item Standard deviation (SD)
enditemize
& Computes the mean value and the amount of variation (SD) of a feature's time-series.
\
Linear variability
& beginitemize
item Slope of regression ($alpha$)
item Median variability ($m$)
enditemize
& Calculates the variability of a feature's time-series, and studies how that variability progresses with time (increases [$alpha>0$], decreases [$alpha<0$] or maintains [$alpha=0$]).
\
Non-linear variability
& beginitemize
item Central tendency measurement (CTM)
enditemize
& Computes the feature's time-series variability using difference plots. The higher the CTM, the lower the variability, and vice-versa.
\
P-wave amplitude dispersion
& beginitemize
item Amplitude dispersion index (ADI)
enditemize
& Quantitative indicator of P-wave morphology variability. The greater the ADI, the greater the variability, and vice-versa. Uses the P-waves' signal.
\
Heart rate variability
& beginitemize
item textoverlineRR, SDRR, SDSD, RMSSD, NN20, pNN20, NN50, pNN50
item TP, VLF, LF, HF, pHF, pLF, LF/HF
enditemize
& Studies the variability of the RR series using metrics from time- and frequency- domain. Gives indications on the autonomic nervous system. \
bottomrule
endtabularx
endtable
enddocument


result tested on overleaf gives the following result:



enter image description here



In MWE above i made some off-topic changes which (according to my taste) made table more nice (use of tabularx for table environment, makecell for more vertical space above and below cell contents).






share|improve this answer

























  • The first item in the list seems to start lower than the first line of the text in the first and third column. Maybe you could use before=vspace-1baselineskip. (I have not tested this since I did not have access to the documentclass used in the question.)

    – leandriis
    6 hours ago











  • Hello! Many thanks for your help :) I did work! Is there any way to increase the spacing between the two bullets? That'd be great!

    – Diogo Tec
    5 hours ago











  • @DiogoTec: You could add the itemsep=<length> option (with a <length> of your choice) to the ` setlist[itemize]` command.

    – leandriis
    4 hours ago











  • @leandriis many thanks. Unfortunately, it doesn't work. I've tried several lenghts (1cm to 20cm) and they produce no changes

    – Diogo Tec
    4 hours ago











  • @DiogoTec: I can not reproduce this. If I use the MWE ftrom Zarko's answer and add itemsep=1cm to setlist[itemize] I obtain the following result: i.stack.imgur.com/5giML.png

    – leandriis
    4 hours ago













2












2








2







Try the following:



documentclass[journal,article,submit,moreauthors,pdftex,10pt,a4paper]Definitions/mdpi
newcommand*textoverline[1]$overlinehbox#1$ % simplified
%
usepackageragged2e
usepackagebooktabs, makecell, tabularx
newcolumntypeL>RaggedRightX
renewcommandtheadfontbfseriesnormalsize
usepackageenumitem

begindocument
begintable[h]
captionImplemented methods, and corresponding computed metrics.
labeltable:computed_metrics
small
setlist[itemize] % nosep, % <--- remove "nosep"
leftmargin=*,
before=vspace-0.6baselineskip,
after=vspace-baselineskip

setcellgapes3pt
makegapedcells
begintabularxlinewidth>hsize=0.6hsizebfseriesL L
>hsize=1.4hsizeL

toprule
Method name & theadMetrics & theadMethod explanation \
midrule
Simple statistical metrics
& beginitemize
item Mean
item Standard deviation (SD)
enditemize
& Computes the mean value and the amount of variation (SD) of a feature's time-series.
\
Linear variability
& beginitemize
item Slope of regression ($alpha$)
item Median variability ($m$)
enditemize
& Calculates the variability of a feature's time-series, and studies how that variability progresses with time (increases [$alpha>0$], decreases [$alpha<0$] or maintains [$alpha=0$]).
\
Non-linear variability
& beginitemize
item Central tendency measurement (CTM)
enditemize
& Computes the feature's time-series variability using difference plots. The higher the CTM, the lower the variability, and vice-versa.
\
P-wave amplitude dispersion
& beginitemize
item Amplitude dispersion index (ADI)
enditemize
& Quantitative indicator of P-wave morphology variability. The greater the ADI, the greater the variability, and vice-versa. Uses the P-waves' signal.
\
Heart rate variability
& beginitemize
item textoverlineRR, SDRR, SDSD, RMSSD, NN20, pNN20, NN50, pNN50
item TP, VLF, LF, HF, pHF, pLF, LF/HF
enditemize
& Studies the variability of the RR series using metrics from time- and frequency- domain. Gives indications on the autonomic nervous system. \
bottomrule
endtabularx
endtable
enddocument


result tested on overleaf gives the following result:



enter image description here



In MWE above i made some off-topic changes which (according to my taste) made table more nice (use of tabularx for table environment, makecell for more vertical space above and below cell contents).






share|improve this answer















Try the following:



documentclass[journal,article,submit,moreauthors,pdftex,10pt,a4paper]Definitions/mdpi
newcommand*textoverline[1]$overlinehbox#1$ % simplified
%
usepackageragged2e
usepackagebooktabs, makecell, tabularx
newcolumntypeL>RaggedRightX
renewcommandtheadfontbfseriesnormalsize
usepackageenumitem

begindocument
begintable[h]
captionImplemented methods, and corresponding computed metrics.
labeltable:computed_metrics
small
setlist[itemize] % nosep, % <--- remove "nosep"
leftmargin=*,
before=vspace-0.6baselineskip,
after=vspace-baselineskip

setcellgapes3pt
makegapedcells
begintabularxlinewidth>hsize=0.6hsizebfseriesL L
>hsize=1.4hsizeL

toprule
Method name & theadMetrics & theadMethod explanation \
midrule
Simple statistical metrics
& beginitemize
item Mean
item Standard deviation (SD)
enditemize
& Computes the mean value and the amount of variation (SD) of a feature's time-series.
\
Linear variability
& beginitemize
item Slope of regression ($alpha$)
item Median variability ($m$)
enditemize
& Calculates the variability of a feature's time-series, and studies how that variability progresses with time (increases [$alpha>0$], decreases [$alpha<0$] or maintains [$alpha=0$]).
\
Non-linear variability
& beginitemize
item Central tendency measurement (CTM)
enditemize
& Computes the feature's time-series variability using difference plots. The higher the CTM, the lower the variability, and vice-versa.
\
P-wave amplitude dispersion
& beginitemize
item Amplitude dispersion index (ADI)
enditemize
& Quantitative indicator of P-wave morphology variability. The greater the ADI, the greater the variability, and vice-versa. Uses the P-waves' signal.
\
Heart rate variability
& beginitemize
item textoverlineRR, SDRR, SDSD, RMSSD, NN20, pNN20, NN50, pNN50
item TP, VLF, LF, HF, pHF, pLF, LF/HF
enditemize
& Studies the variability of the RR series using metrics from time- and frequency- domain. Gives indications on the autonomic nervous system. \
bottomrule
endtabularx
endtable
enddocument


result tested on overleaf gives the following result:



enter image description here



In MWE above i made some off-topic changes which (according to my taste) made table more nice (use of tabularx for table environment, makecell for more vertical space above and below cell contents).







share|improve this answer














share|improve this answer



share|improve this answer








edited 6 hours ago









leandriis

10.1k1531




10.1k1531










answered 6 hours ago









ZarkoZarko

127k868167




127k868167












  • The first item in the list seems to start lower than the first line of the text in the first and third column. Maybe you could use before=vspace-1baselineskip. (I have not tested this since I did not have access to the documentclass used in the question.)

    – leandriis
    6 hours ago











  • Hello! Many thanks for your help :) I did work! Is there any way to increase the spacing between the two bullets? That'd be great!

    – Diogo Tec
    5 hours ago











  • @DiogoTec: You could add the itemsep=<length> option (with a <length> of your choice) to the ` setlist[itemize]` command.

    – leandriis
    4 hours ago











  • @leandriis many thanks. Unfortunately, it doesn't work. I've tried several lenghts (1cm to 20cm) and they produce no changes

    – Diogo Tec
    4 hours ago











  • @DiogoTec: I can not reproduce this. If I use the MWE ftrom Zarko's answer and add itemsep=1cm to setlist[itemize] I obtain the following result: i.stack.imgur.com/5giML.png

    – leandriis
    4 hours ago

















  • The first item in the list seems to start lower than the first line of the text in the first and third column. Maybe you could use before=vspace-1baselineskip. (I have not tested this since I did not have access to the documentclass used in the question.)

    – leandriis
    6 hours ago











  • Hello! Many thanks for your help :) I did work! Is there any way to increase the spacing between the two bullets? That'd be great!

    – Diogo Tec
    5 hours ago











  • @DiogoTec: You could add the itemsep=<length> option (with a <length> of your choice) to the ` setlist[itemize]` command.

    – leandriis
    4 hours ago











  • @leandriis many thanks. Unfortunately, it doesn't work. I've tried several lenghts (1cm to 20cm) and they produce no changes

    – Diogo Tec
    4 hours ago











  • @DiogoTec: I can not reproduce this. If I use the MWE ftrom Zarko's answer and add itemsep=1cm to setlist[itemize] I obtain the following result: i.stack.imgur.com/5giML.png

    – leandriis
    4 hours ago
















The first item in the list seems to start lower than the first line of the text in the first and third column. Maybe you could use before=vspace-1baselineskip. (I have not tested this since I did not have access to the documentclass used in the question.)

– leandriis
6 hours ago





The first item in the list seems to start lower than the first line of the text in the first and third column. Maybe you could use before=vspace-1baselineskip. (I have not tested this since I did not have access to the documentclass used in the question.)

– leandriis
6 hours ago













Hello! Many thanks for your help :) I did work! Is there any way to increase the spacing between the two bullets? That'd be great!

– Diogo Tec
5 hours ago





Hello! Many thanks for your help :) I did work! Is there any way to increase the spacing between the two bullets? That'd be great!

– Diogo Tec
5 hours ago













@DiogoTec: You could add the itemsep=<length> option (with a <length> of your choice) to the ` setlist[itemize]` command.

– leandriis
4 hours ago





@DiogoTec: You could add the itemsep=<length> option (with a <length> of your choice) to the ` setlist[itemize]` command.

– leandriis
4 hours ago













@leandriis many thanks. Unfortunately, it doesn't work. I've tried several lenghts (1cm to 20cm) and they produce no changes

– Diogo Tec
4 hours ago





@leandriis many thanks. Unfortunately, it doesn't work. I've tried several lenghts (1cm to 20cm) and they produce no changes

– Diogo Tec
4 hours ago













@DiogoTec: I can not reproduce this. If I use the MWE ftrom Zarko's answer and add itemsep=1cm to setlist[itemize] I obtain the following result: i.stack.imgur.com/5giML.png

– leandriis
4 hours ago





@DiogoTec: I can not reproduce this. If I use the MWE ftrom Zarko's answer and add itemsep=1cm to setlist[itemize] I obtain the following result: i.stack.imgur.com/5giML.png

– leandriis
4 hours 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479638%2finscrease-bullet-points-spacing%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

strTok function (thread safe, supports empty tokens, doesn't change string)String case reverse function in CGet line from string functionTDD: String Calculator KataC - K&R getint() variationSimple function to generate an HTML-safe stringGeneric Pairing Heap PerformancePattern for writing a generic string transformation functionChange a string into a function/def activatorC++ string tokenizing without streams, with certain conditionsRead consecutive blanks in array

How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

Title of papers that have not been submitted to a venue?How “submitted”, “to appear”, “accepted” papers are evaluated in a CV?What percentage of papers submitted to a conference or journal have been previously rejected in the same or another venue?How to automatically extract submitted/accepted dates of many journal papers?Is it okay/common/good to mention the submitted papers in my phd thesis?Can one determine whether somebody's work may have been plagiarized?How to describe a paper for which you have not yet submitted revisions in CV?JCR publication required to enrol in PhD program - is it common?“Full” versions versus “Preliminary” version of result/paper. Are they considered different?How can I prove that my article has not been submitted to another journal?Is there anything that has been tried to stop publication shopping