Multirow in tabularx?Multirow and tabularxtable with tabularx and multirowVertical alignment with multirow in tabularxMulticolumn and multirow (tabularx)Table formation using Multirow, tabularxHow to multirow in tabularx environment?Problem with multirow, tabularx and ltablextabularx and multirow: Strange BehaviourTabularx and multiple multirow cellsMultirow, Tabularx and text breaking in the wrong position

I accidentally overwrote a Linux binary file

Is refreshing multiple times a test case for web applications?

Why do oscilloscopes use SMPSes instead of linear power supplies?

How many different ways are there to checkmate in the early game?

Is it okay for a ticket seller to grab a tip in the USA?

English - Acceptable use of parentheses in an author's name

Am I overreacting to my team leader's unethical requests?

What happen to those who died but not from the snap?

Ex-contractor published company source code and secrets online

What does this double-treble double-bass staff mean?

How are you supposed to know the strumming pattern for a song from the "chord sheet music"?

Are differences between uniformly distributed numbers uniformly distributed?

Is TA-ing worth the opportunity cost?

Best gun to modify into a monsterhunter weapon?

Write an interpreter for *

Tikzpicture - finish drawing a curved line for a cake slice

Simple Stop watch which i want to extend

How can you evade tax by getting employment income just in equity, then using this equity as collateral to take out loan?

Plausibility of Ice Eaters in the Arctic

How does this kind of structure made?

(11 of 11: Meta) What is Pyramid Cult's All-Time Favorite?

How to change a file name containing ":" in timing info

How to mark beverage cans in a cooler for a blind person?

First amendment and employment: Can a police department terminate an officer for speech?



Multirow in tabularx?


Multirow and tabularxtable with tabularx and multirowVertical alignment with multirow in tabularxMulticolumn and multirow (tabularx)Table formation using Multirow, tabularxHow to multirow in tabularx environment?Problem with multirow, tabularx and ltablextabularx and multirow: Strange BehaviourTabularx and multiple multirow cellsMultirow, Tabularx and text breaking in the wrong position






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















Can we use multirow in tabularx?
It seemed not working and recognized:



multirow2*{95% Confidence


Full code:



documentclassarticle
usepackagemakecell % for bold in table using small
renewcommandtheadfontsmall % for bold in table using small
usepackagetabularx, ragged2e
usepackagebooktabs

begindocument

begintable[!ht]
centering
begintabularxtextwidthl>raggedrightarraybackslashXccc
toprule
& & & theadsmall textbfStatistic& theadsmall textbfStd. Error \
midrule
multicolumn1lDifference & Mean
& & 44.20000 & 4.54068 \
cline2-5
& multirow2*95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
cline3-5
& & Upper Bound & 54.4717 \
cline2-5
& Kurtosis & & -1.000 & 1.334 \
bottomrule
endtabularx
endtable

enddocument


Outcome:



enter image description here



I actually want something like below:



enter image description here










share|improve this question





















  • 1





    Please tag your question only with appropriate tags. I notice that a lot of your questions have been tagged with biblatex even though they were about tables and have nothing to to with biblatex. (Ironically, one of your questions that was about biblatex was not tagged with biblatex initially.) Appropriate tagging makes it easier for people to find your question and avoids confusions. I'm only mentioning this now since I noticed that this became a pattern and people always had to re-tag your questions that were otherwise tagged quite well.

    – moewe
    8 hours ago












  • @moewe, thanks. I was thinking this writing is biblatex. I will take note it next time.

    – aan
    8 hours ago












  • I see. biblatex (ctan.org/pkg/biblatex) is a bibliography and citation package that has usually nothing to do with tables. One sign that this question is not about biblatex is that your MWE does not load the package at all (there is no usepackagebiblatex or usepackage[<options>]biblatex).

    – moewe
    8 hours ago







  • 1





    More or less, it is not always easy to decide on tags and for package tags like booktabs or biblatex the fact that you use the package is more of a necessary condition rather than a sufficient condition to use the tag. In this case I would guess that booktabs is not actually that relevant to the problem at hand and would not tag the question with booktabs, but I may well be wrong. The important tags are certainly multirow and tables and possibly to a lesser extent tabularx.

    – moewe
    8 hours ago






  • 3





    Don't get me wrong. You don't need to get everything "right" on a first attempt: Sometimes it only transpires what is really relevant once the answer is known. And people here are well aware that tagging is an art and not always easy. If one knows what biblatex does it is fairly clear from the MWE that it is not involved and hence the tag not helpful. Since biblatex popped up a lot in your question tags (and almost always was not relevant) I thought it would be better to mention it than silently correcting it for all future questions.

    – moewe
    8 hours ago

















1















Can we use multirow in tabularx?
It seemed not working and recognized:



multirow2*{95% Confidence


Full code:



documentclassarticle
usepackagemakecell % for bold in table using small
renewcommandtheadfontsmall % for bold in table using small
usepackagetabularx, ragged2e
usepackagebooktabs

begindocument

begintable[!ht]
centering
begintabularxtextwidthl>raggedrightarraybackslashXccc
toprule
& & & theadsmall textbfStatistic& theadsmall textbfStd. Error \
midrule
multicolumn1lDifference & Mean
& & 44.20000 & 4.54068 \
cline2-5
& multirow2*95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
cline3-5
& & Upper Bound & 54.4717 \
cline2-5
& Kurtosis & & -1.000 & 1.334 \
bottomrule
endtabularx
endtable

enddocument


Outcome:



enter image description here



I actually want something like below:



enter image description here










share|improve this question





















  • 1





    Please tag your question only with appropriate tags. I notice that a lot of your questions have been tagged with biblatex even though they were about tables and have nothing to to with biblatex. (Ironically, one of your questions that was about biblatex was not tagged with biblatex initially.) Appropriate tagging makes it easier for people to find your question and avoids confusions. I'm only mentioning this now since I noticed that this became a pattern and people always had to re-tag your questions that were otherwise tagged quite well.

    – moewe
    8 hours ago












  • @moewe, thanks. I was thinking this writing is biblatex. I will take note it next time.

    – aan
    8 hours ago












  • I see. biblatex (ctan.org/pkg/biblatex) is a bibliography and citation package that has usually nothing to do with tables. One sign that this question is not about biblatex is that your MWE does not load the package at all (there is no usepackagebiblatex or usepackage[<options>]biblatex).

    – moewe
    8 hours ago







  • 1





    More or less, it is not always easy to decide on tags and for package tags like booktabs or biblatex the fact that you use the package is more of a necessary condition rather than a sufficient condition to use the tag. In this case I would guess that booktabs is not actually that relevant to the problem at hand and would not tag the question with booktabs, but I may well be wrong. The important tags are certainly multirow and tables and possibly to a lesser extent tabularx.

    – moewe
    8 hours ago






  • 3





    Don't get me wrong. You don't need to get everything "right" on a first attempt: Sometimes it only transpires what is really relevant once the answer is known. And people here are well aware that tagging is an art and not always easy. If one knows what biblatex does it is fairly clear from the MWE that it is not involved and hence the tag not helpful. Since biblatex popped up a lot in your question tags (and almost always was not relevant) I thought it would be better to mention it than silently correcting it for all future questions.

    – moewe
    8 hours ago













1












1








1








Can we use multirow in tabularx?
It seemed not working and recognized:



multirow2*{95% Confidence


Full code:



documentclassarticle
usepackagemakecell % for bold in table using small
renewcommandtheadfontsmall % for bold in table using small
usepackagetabularx, ragged2e
usepackagebooktabs

begindocument

begintable[!ht]
centering
begintabularxtextwidthl>raggedrightarraybackslashXccc
toprule
& & & theadsmall textbfStatistic& theadsmall textbfStd. Error \
midrule
multicolumn1lDifference & Mean
& & 44.20000 & 4.54068 \
cline2-5
& multirow2*95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
cline3-5
& & Upper Bound & 54.4717 \
cline2-5
& Kurtosis & & -1.000 & 1.334 \
bottomrule
endtabularx
endtable

enddocument


Outcome:



enter image description here



I actually want something like below:



enter image description here










share|improve this question
















Can we use multirow in tabularx?
It seemed not working and recognized:



multirow2*{95% Confidence


Full code:



documentclassarticle
usepackagemakecell % for bold in table using small
renewcommandtheadfontsmall % for bold in table using small
usepackagetabularx, ragged2e
usepackagebooktabs

begindocument

begintable[!ht]
centering
begintabularxtextwidthl>raggedrightarraybackslashXccc
toprule
& & & theadsmall textbfStatistic& theadsmall textbfStd. Error \
midrule
multicolumn1lDifference & Mean
& & 44.20000 & 4.54068 \
cline2-5
& multirow2*95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
cline3-5
& & Upper Bound & 54.4717 \
cline2-5
& Kurtosis & & -1.000 & 1.334 \
bottomrule
endtabularx
endtable

enddocument


Outcome:



enter image description here



I actually want something like below:



enter image description here







tables tabularx multirow






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago









moewe

104k11 gold badges129 silver badges392 bronze badges




104k11 gold badges129 silver badges392 bronze badges










asked 8 hours ago









aanaan

1516 bronze badges




1516 bronze badges










  • 1





    Please tag your question only with appropriate tags. I notice that a lot of your questions have been tagged with biblatex even though they were about tables and have nothing to to with biblatex. (Ironically, one of your questions that was about biblatex was not tagged with biblatex initially.) Appropriate tagging makes it easier for people to find your question and avoids confusions. I'm only mentioning this now since I noticed that this became a pattern and people always had to re-tag your questions that were otherwise tagged quite well.

    – moewe
    8 hours ago












  • @moewe, thanks. I was thinking this writing is biblatex. I will take note it next time.

    – aan
    8 hours ago












  • I see. biblatex (ctan.org/pkg/biblatex) is a bibliography and citation package that has usually nothing to do with tables. One sign that this question is not about biblatex is that your MWE does not load the package at all (there is no usepackagebiblatex or usepackage[<options>]biblatex).

    – moewe
    8 hours ago







  • 1





    More or less, it is not always easy to decide on tags and for package tags like booktabs or biblatex the fact that you use the package is more of a necessary condition rather than a sufficient condition to use the tag. In this case I would guess that booktabs is not actually that relevant to the problem at hand and would not tag the question with booktabs, but I may well be wrong. The important tags are certainly multirow and tables and possibly to a lesser extent tabularx.

    – moewe
    8 hours ago






  • 3





    Don't get me wrong. You don't need to get everything "right" on a first attempt: Sometimes it only transpires what is really relevant once the answer is known. And people here are well aware that tagging is an art and not always easy. If one knows what biblatex does it is fairly clear from the MWE that it is not involved and hence the tag not helpful. Since biblatex popped up a lot in your question tags (and almost always was not relevant) I thought it would be better to mention it than silently correcting it for all future questions.

    – moewe
    8 hours ago












  • 1





    Please tag your question only with appropriate tags. I notice that a lot of your questions have been tagged with biblatex even though they were about tables and have nothing to to with biblatex. (Ironically, one of your questions that was about biblatex was not tagged with biblatex initially.) Appropriate tagging makes it easier for people to find your question and avoids confusions. I'm only mentioning this now since I noticed that this became a pattern and people always had to re-tag your questions that were otherwise tagged quite well.

    – moewe
    8 hours ago












  • @moewe, thanks. I was thinking this writing is biblatex. I will take note it next time.

    – aan
    8 hours ago












  • I see. biblatex (ctan.org/pkg/biblatex) is a bibliography and citation package that has usually nothing to do with tables. One sign that this question is not about biblatex is that your MWE does not load the package at all (there is no usepackagebiblatex or usepackage[<options>]biblatex).

    – moewe
    8 hours ago







  • 1





    More or less, it is not always easy to decide on tags and for package tags like booktabs or biblatex the fact that you use the package is more of a necessary condition rather than a sufficient condition to use the tag. In this case I would guess that booktabs is not actually that relevant to the problem at hand and would not tag the question with booktabs, but I may well be wrong. The important tags are certainly multirow and tables and possibly to a lesser extent tabularx.

    – moewe
    8 hours ago






  • 3





    Don't get me wrong. You don't need to get everything "right" on a first attempt: Sometimes it only transpires what is really relevant once the answer is known. And people here are well aware that tagging is an art and not always easy. If one knows what biblatex does it is fairly clear from the MWE that it is not involved and hence the tag not helpful. Since biblatex popped up a lot in your question tags (and almost always was not relevant) I thought it would be better to mention it than silently correcting it for all future questions.

    – moewe
    8 hours ago







1




1





Please tag your question only with appropriate tags. I notice that a lot of your questions have been tagged with biblatex even though they were about tables and have nothing to to with biblatex. (Ironically, one of your questions that was about biblatex was not tagged with biblatex initially.) Appropriate tagging makes it easier for people to find your question and avoids confusions. I'm only mentioning this now since I noticed that this became a pattern and people always had to re-tag your questions that were otherwise tagged quite well.

– moewe
8 hours ago






Please tag your question only with appropriate tags. I notice that a lot of your questions have been tagged with biblatex even though they were about tables and have nothing to to with biblatex. (Ironically, one of your questions that was about biblatex was not tagged with biblatex initially.) Appropriate tagging makes it easier for people to find your question and avoids confusions. I'm only mentioning this now since I noticed that this became a pattern and people always had to re-tag your questions that were otherwise tagged quite well.

– moewe
8 hours ago














@moewe, thanks. I was thinking this writing is biblatex. I will take note it next time.

– aan
8 hours ago






@moewe, thanks. I was thinking this writing is biblatex. I will take note it next time.

– aan
8 hours ago














I see. biblatex (ctan.org/pkg/biblatex) is a bibliography and citation package that has usually nothing to do with tables. One sign that this question is not about biblatex is that your MWE does not load the package at all (there is no usepackagebiblatex or usepackage[<options>]biblatex).

– moewe
8 hours ago






I see. biblatex (ctan.org/pkg/biblatex) is a bibliography and citation package that has usually nothing to do with tables. One sign that this question is not about biblatex is that your MWE does not load the package at all (there is no usepackagebiblatex or usepackage[<options>]biblatex).

– moewe
8 hours ago





1




1





More or less, it is not always easy to decide on tags and for package tags like booktabs or biblatex the fact that you use the package is more of a necessary condition rather than a sufficient condition to use the tag. In this case I would guess that booktabs is not actually that relevant to the problem at hand and would not tag the question with booktabs, but I may well be wrong. The important tags are certainly multirow and tables and possibly to a lesser extent tabularx.

– moewe
8 hours ago





More or less, it is not always easy to decide on tags and for package tags like booktabs or biblatex the fact that you use the package is more of a necessary condition rather than a sufficient condition to use the tag. In this case I would guess that booktabs is not actually that relevant to the problem at hand and would not tag the question with booktabs, but I may well be wrong. The important tags are certainly multirow and tables and possibly to a lesser extent tabularx.

– moewe
8 hours ago




3




3





Don't get me wrong. You don't need to get everything "right" on a first attempt: Sometimes it only transpires what is really relevant once the answer is known. And people here are well aware that tagging is an art and not always easy. If one knows what biblatex does it is fairly clear from the MWE that it is not involved and hence the tag not helpful. Since biblatex popped up a lot in your question tags (and almost always was not relevant) I thought it would be better to mention it than silently correcting it for all future questions.

– moewe
8 hours ago





Don't get me wrong. You don't need to get everything "right" on a first attempt: Sometimes it only transpires what is really relevant once the answer is known. And people here are well aware that tagging is an art and not always easy. If one knows what biblatex does it is fairly clear from the MWE that it is not involved and hence the tag not helpful. Since biblatex popped up a lot in your question tags (and almost always was not relevant) I thought it would be better to mention it than silently correcting it for all future questions.

– moewe
8 hours ago










3 Answers
3






active

oldest

votes


















3














You can 1) if you load multirow and 2) use the = key, since you're in a fixed width column.
I took the liberty to use the S column type for the last two columns, to have an alignment of the numbers on the decimal dot, and set the font for the column heads instead of hard coding each in the table. Also, I replaced the clines with cmidrule s to add some padding around the rules.



documentclassarticle
usepackagemakecell % for bold in table using small
renewcommandtheadfontsmall % for bold in table using small
usepackagetabularx, ragged2e, multirow
usepackagebooktabs
usepackagesiunitx
renewcommandtheadfontsmallbfseries

begindocument

begintable[!ht]
centering
sisetuptable-number-alignment=center
begintabularxtextwidthl>raggedrightarraybackslashXcS[table-format=-1.5]S[table-format=1.5]
toprule
& & & theadStatistic& theadStd. Error \
midrule
multicolumn1lDifference & Mean
& & 44.20000 & 4.54068 \
cmidrule2-5
& multirow2=95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
cmidrule3-5
& & Upper Bound & 54.4717 \
cmidrule2-5
& Kurtosis & & -1.000 & 1.334 \
bottomrule
endtabularx
endtable

enddocument


enter image description here






share|improve this answer

























  • In this case, I think that the figures should be normalised (padded with zeros) to have the same number of decimals. This was the recommendation in two books regarding typography which I have read the last month (one Norwegian, one American). However, if you have text after the last decimal (parenthesis, footnotemark) you should align at the decimal point.

    – Sveinung
    8 hours ago












  • @Sveinung: this is a sensible point of view, except perhaps for the kurtosis, which seems to have a very different order of magnitude.

    – Bernard
    7 hours ago











  • Of cause, if adding zeros changes the meaning, you should not add them. But how can -1.000 00 be different from -1.000? (Stupid lawyer question :) )

    – Sveinung
    7 hours ago







  • 1





    The difference lies in the number of significant figures it implies.

    – Bernard
    7 hours ago











  • Understood. Thank you for enlighten me.

    – Sveinung
    7 hours ago


















2














I wouldn't use a multirow directive. Instead, I would place the cell contents into a bespoke tabular environment, as is done in the following example.



enter image description here



documentclassarticle
usepackagetabularx, % for 'tabular' env.
ragged2e, % for RaggedRight macro
booktabs, % toprule, midrule, etc
siunitx, % for 'S' column type
amsmath % for [b] option of smash command
sisetupgroup-digits=false
newcolumntypeL>RaggedRightarraybackslashX
newcommandmytab[1]smash[b]%
begintabular[t]@L@ #1 endtabular

begindocument

begintable[!ht]
%%centering % not needed
begintabularxtextwidth @ l L l
S[table-format=-1.5] S[table-format=1.5] @
toprule
& & & Statistic & Std. Error \
midrule
Difference & Mean & & 44.20000 & 4.54068 \
cmidrule(l)2-5
& mytab95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
cmidrule(l)3-5
& & Upper Bound & 54.4717 \
cmidrule(l)2-5
& Kurtosis & & -1.000 & 1.334 \
bottomrule
endtabularx
endtable

enddocument





share|improve this answer
































    1














    If you typeset a calstable using the package cals, spanning cells horizontally and vertically centre them, is easy.



    enter image description here



    documentclass[british, DIV=12, captions=tableheading]scrartcl
    usepackagecals, url
    usepackagebabel
    usepackagexcolor
    usepackage[footnotefigures]MinionPro
    inputglyphtounicode
    pdfgentounicode=1
    usepackage[scaled=0.86]luximono
    RequirePackage[utf8]inputenx
    RequirePackage[T1]fontenc

    RequirePackage[letterspace=100,%
    babel=true,%
    tracking=true,%
    kerning=true]%
    microtype

    renewcommandsfdefaultuop
    letnc=nullcell % Shortcuts
    letsc=spancontent

    addtokomafontcaptionsffamilybfseriessmall
    setkomafontcaptionlabelnormalfont

    begindocument

    begintable*
    captionA caption
    begincalstable[c]
    % Defining columns relative to each other and relative to the margins
    colwidthsdimexpr(columnwidth)/6relax
    dimexpr(columnwidth)/5relax
    dimexpr(columnwidth)/6relax
    dimexpr(columnwidth)/6relax
    dimexpr(columnwidth)/6relax

    % The tabular fills the text area if sum of all columns is 5

    % Set up the tabular
    makeatletter
    defcals@framers@width0.8pt % Outside frame rules, reduce if the rule is too heavy
    defcals@framecs@width0pt
    defcals@bodyrs@width0.6pt
    cals@setpaddingAg
    cals@setcellprevdepthAl
    defcals@cs@width0pt % Inside rules, reduce if the rule is too heavy
    defcals@rs@width0.6pt
    defcals@bgcolor

    defbbifxcals@borderBrelax % Botton border switch (off-on)
    defcals@borderB0pt
    else letcals@borderBrelaxfi

    deflpifdimcals@paddingL=0.0ptrelax % Left padding switch (off-on)
    cals@setpaddingAg
    else setlengthcals@paddingL0ptfi

    defrpifdimcals@paddingR=0.0ptrelax % Right padding switch (off-on)
    cals@setpaddingAg
    else setlengthcals@paddingR0ptfi

    % R1H1
    theadbfseries%
    brow
    lpcelllp
    cell
    cell
    alignRcellvfil Statistics
    rpalignRcellvfil Std. Errorrp
    erow
    mdseries%

    tfootlastrulestrut
    %R2B1
    brow
    lpbbalignLcellDifferencelp
    bbalignLcellMean
    cell
    alignRcell44.200,00
    rpalignRcell4.540,68rpbb
    erow
    %R3B2
    brow
    lpcelllp
    nclrt
    bbalignLcellLower Bound
    alignRcell33.928,30
    rpcellrpbb
    erow
    %R4B3
    brow
    lpcelllp
    bbnclrbalignLscvfil 95% Confidence\ Interval for Mean
    alignLcellUpper Bound
    alignRcell54.471,70
    rpcellrp
    erow
    %R5B4
    brow
    lpcelllp
    alignLcellKurtosis
    cell
    alignRcell-1.000hspace*0.9em
    rpalignRcell1.334hspace*0.9emrp
    erow
    makeatletter
    endcalstablepar
    endtable*

    enddocument





    share|improve this answer

























    • I had tried inputglyphtounicode But there is an error. I am using Overleaf. It said `LaTex Error: File MinionPro.sty``

      – aan
      6 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%2f503792%2fmultirow-in-tabularx%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    You can 1) if you load multirow and 2) use the = key, since you're in a fixed width column.
    I took the liberty to use the S column type for the last two columns, to have an alignment of the numbers on the decimal dot, and set the font for the column heads instead of hard coding each in the table. Also, I replaced the clines with cmidrule s to add some padding around the rules.



    documentclassarticle
    usepackagemakecell % for bold in table using small
    renewcommandtheadfontsmall % for bold in table using small
    usepackagetabularx, ragged2e, multirow
    usepackagebooktabs
    usepackagesiunitx
    renewcommandtheadfontsmallbfseries

    begindocument

    begintable[!ht]
    centering
    sisetuptable-number-alignment=center
    begintabularxtextwidthl>raggedrightarraybackslashXcS[table-format=-1.5]S[table-format=1.5]
    toprule
    & & & theadStatistic& theadStd. Error \
    midrule
    multicolumn1lDifference & Mean
    & & 44.20000 & 4.54068 \
    cmidrule2-5
    & multirow2=95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
    cmidrule3-5
    & & Upper Bound & 54.4717 \
    cmidrule2-5
    & Kurtosis & & -1.000 & 1.334 \
    bottomrule
    endtabularx
    endtable

    enddocument


    enter image description here






    share|improve this answer

























    • In this case, I think that the figures should be normalised (padded with zeros) to have the same number of decimals. This was the recommendation in two books regarding typography which I have read the last month (one Norwegian, one American). However, if you have text after the last decimal (parenthesis, footnotemark) you should align at the decimal point.

      – Sveinung
      8 hours ago












    • @Sveinung: this is a sensible point of view, except perhaps for the kurtosis, which seems to have a very different order of magnitude.

      – Bernard
      7 hours ago











    • Of cause, if adding zeros changes the meaning, you should not add them. But how can -1.000 00 be different from -1.000? (Stupid lawyer question :) )

      – Sveinung
      7 hours ago







    • 1





      The difference lies in the number of significant figures it implies.

      – Bernard
      7 hours ago











    • Understood. Thank you for enlighten me.

      – Sveinung
      7 hours ago















    3














    You can 1) if you load multirow and 2) use the = key, since you're in a fixed width column.
    I took the liberty to use the S column type for the last two columns, to have an alignment of the numbers on the decimal dot, and set the font for the column heads instead of hard coding each in the table. Also, I replaced the clines with cmidrule s to add some padding around the rules.



    documentclassarticle
    usepackagemakecell % for bold in table using small
    renewcommandtheadfontsmall % for bold in table using small
    usepackagetabularx, ragged2e, multirow
    usepackagebooktabs
    usepackagesiunitx
    renewcommandtheadfontsmallbfseries

    begindocument

    begintable[!ht]
    centering
    sisetuptable-number-alignment=center
    begintabularxtextwidthl>raggedrightarraybackslashXcS[table-format=-1.5]S[table-format=1.5]
    toprule
    & & & theadStatistic& theadStd. Error \
    midrule
    multicolumn1lDifference & Mean
    & & 44.20000 & 4.54068 \
    cmidrule2-5
    & multirow2=95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
    cmidrule3-5
    & & Upper Bound & 54.4717 \
    cmidrule2-5
    & Kurtosis & & -1.000 & 1.334 \
    bottomrule
    endtabularx
    endtable

    enddocument


    enter image description here






    share|improve this answer

























    • In this case, I think that the figures should be normalised (padded with zeros) to have the same number of decimals. This was the recommendation in two books regarding typography which I have read the last month (one Norwegian, one American). However, if you have text after the last decimal (parenthesis, footnotemark) you should align at the decimal point.

      – Sveinung
      8 hours ago












    • @Sveinung: this is a sensible point of view, except perhaps for the kurtosis, which seems to have a very different order of magnitude.

      – Bernard
      7 hours ago











    • Of cause, if adding zeros changes the meaning, you should not add them. But how can -1.000 00 be different from -1.000? (Stupid lawyer question :) )

      – Sveinung
      7 hours ago







    • 1





      The difference lies in the number of significant figures it implies.

      – Bernard
      7 hours ago











    • Understood. Thank you for enlighten me.

      – Sveinung
      7 hours ago













    3












    3








    3







    You can 1) if you load multirow and 2) use the = key, since you're in a fixed width column.
    I took the liberty to use the S column type for the last two columns, to have an alignment of the numbers on the decimal dot, and set the font for the column heads instead of hard coding each in the table. Also, I replaced the clines with cmidrule s to add some padding around the rules.



    documentclassarticle
    usepackagemakecell % for bold in table using small
    renewcommandtheadfontsmall % for bold in table using small
    usepackagetabularx, ragged2e, multirow
    usepackagebooktabs
    usepackagesiunitx
    renewcommandtheadfontsmallbfseries

    begindocument

    begintable[!ht]
    centering
    sisetuptable-number-alignment=center
    begintabularxtextwidthl>raggedrightarraybackslashXcS[table-format=-1.5]S[table-format=1.5]
    toprule
    & & & theadStatistic& theadStd. Error \
    midrule
    multicolumn1lDifference & Mean
    & & 44.20000 & 4.54068 \
    cmidrule2-5
    & multirow2=95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
    cmidrule3-5
    & & Upper Bound & 54.4717 \
    cmidrule2-5
    & Kurtosis & & -1.000 & 1.334 \
    bottomrule
    endtabularx
    endtable

    enddocument


    enter image description here






    share|improve this answer













    You can 1) if you load multirow and 2) use the = key, since you're in a fixed width column.
    I took the liberty to use the S column type for the last two columns, to have an alignment of the numbers on the decimal dot, and set the font for the column heads instead of hard coding each in the table. Also, I replaced the clines with cmidrule s to add some padding around the rules.



    documentclassarticle
    usepackagemakecell % for bold in table using small
    renewcommandtheadfontsmall % for bold in table using small
    usepackagetabularx, ragged2e, multirow
    usepackagebooktabs
    usepackagesiunitx
    renewcommandtheadfontsmallbfseries

    begindocument

    begintable[!ht]
    centering
    sisetuptable-number-alignment=center
    begintabularxtextwidthl>raggedrightarraybackslashXcS[table-format=-1.5]S[table-format=1.5]
    toprule
    & & & theadStatistic& theadStd. Error \
    midrule
    multicolumn1lDifference & Mean
    & & 44.20000 & 4.54068 \
    cmidrule2-5
    & multirow2=95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
    cmidrule3-5
    & & Upper Bound & 54.4717 \
    cmidrule2-5
    & Kurtosis & & -1.000 & 1.334 \
    bottomrule
    endtabularx
    endtable

    enddocument


    enter image description here







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 8 hours ago









    BernardBernard

    187k7 gold badges84 silver badges221 bronze badges




    187k7 gold badges84 silver badges221 bronze badges















    • In this case, I think that the figures should be normalised (padded with zeros) to have the same number of decimals. This was the recommendation in two books regarding typography which I have read the last month (one Norwegian, one American). However, if you have text after the last decimal (parenthesis, footnotemark) you should align at the decimal point.

      – Sveinung
      8 hours ago












    • @Sveinung: this is a sensible point of view, except perhaps for the kurtosis, which seems to have a very different order of magnitude.

      – Bernard
      7 hours ago











    • Of cause, if adding zeros changes the meaning, you should not add them. But how can -1.000 00 be different from -1.000? (Stupid lawyer question :) )

      – Sveinung
      7 hours ago







    • 1





      The difference lies in the number of significant figures it implies.

      – Bernard
      7 hours ago











    • Understood. Thank you for enlighten me.

      – Sveinung
      7 hours ago

















    • In this case, I think that the figures should be normalised (padded with zeros) to have the same number of decimals. This was the recommendation in two books regarding typography which I have read the last month (one Norwegian, one American). However, if you have text after the last decimal (parenthesis, footnotemark) you should align at the decimal point.

      – Sveinung
      8 hours ago












    • @Sveinung: this is a sensible point of view, except perhaps for the kurtosis, which seems to have a very different order of magnitude.

      – Bernard
      7 hours ago











    • Of cause, if adding zeros changes the meaning, you should not add them. But how can -1.000 00 be different from -1.000? (Stupid lawyer question :) )

      – Sveinung
      7 hours ago







    • 1





      The difference lies in the number of significant figures it implies.

      – Bernard
      7 hours ago











    • Understood. Thank you for enlighten me.

      – Sveinung
      7 hours ago
















    In this case, I think that the figures should be normalised (padded with zeros) to have the same number of decimals. This was the recommendation in two books regarding typography which I have read the last month (one Norwegian, one American). However, if you have text after the last decimal (parenthesis, footnotemark) you should align at the decimal point.

    – Sveinung
    8 hours ago






    In this case, I think that the figures should be normalised (padded with zeros) to have the same number of decimals. This was the recommendation in two books regarding typography which I have read the last month (one Norwegian, one American). However, if you have text after the last decimal (parenthesis, footnotemark) you should align at the decimal point.

    – Sveinung
    8 hours ago














    @Sveinung: this is a sensible point of view, except perhaps for the kurtosis, which seems to have a very different order of magnitude.

    – Bernard
    7 hours ago





    @Sveinung: this is a sensible point of view, except perhaps for the kurtosis, which seems to have a very different order of magnitude.

    – Bernard
    7 hours ago













    Of cause, if adding zeros changes the meaning, you should not add them. But how can -1.000 00 be different from -1.000? (Stupid lawyer question :) )

    – Sveinung
    7 hours ago






    Of cause, if adding zeros changes the meaning, you should not add them. But how can -1.000 00 be different from -1.000? (Stupid lawyer question :) )

    – Sveinung
    7 hours ago





    1




    1





    The difference lies in the number of significant figures it implies.

    – Bernard
    7 hours ago





    The difference lies in the number of significant figures it implies.

    – Bernard
    7 hours ago













    Understood. Thank you for enlighten me.

    – Sveinung
    7 hours ago





    Understood. Thank you for enlighten me.

    – Sveinung
    7 hours ago













    2














    I wouldn't use a multirow directive. Instead, I would place the cell contents into a bespoke tabular environment, as is done in the following example.



    enter image description here



    documentclassarticle
    usepackagetabularx, % for 'tabular' env.
    ragged2e, % for RaggedRight macro
    booktabs, % toprule, midrule, etc
    siunitx, % for 'S' column type
    amsmath % for [b] option of smash command
    sisetupgroup-digits=false
    newcolumntypeL>RaggedRightarraybackslashX
    newcommandmytab[1]smash[b]%
    begintabular[t]@L@ #1 endtabular

    begindocument

    begintable[!ht]
    %%centering % not needed
    begintabularxtextwidth @ l L l
    S[table-format=-1.5] S[table-format=1.5] @
    toprule
    & & & Statistic & Std. Error \
    midrule
    Difference & Mean & & 44.20000 & 4.54068 \
    cmidrule(l)2-5
    & mytab95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
    cmidrule(l)3-5
    & & Upper Bound & 54.4717 \
    cmidrule(l)2-5
    & Kurtosis & & -1.000 & 1.334 \
    bottomrule
    endtabularx
    endtable

    enddocument





    share|improve this answer





























      2














      I wouldn't use a multirow directive. Instead, I would place the cell contents into a bespoke tabular environment, as is done in the following example.



      enter image description here



      documentclassarticle
      usepackagetabularx, % for 'tabular' env.
      ragged2e, % for RaggedRight macro
      booktabs, % toprule, midrule, etc
      siunitx, % for 'S' column type
      amsmath % for [b] option of smash command
      sisetupgroup-digits=false
      newcolumntypeL>RaggedRightarraybackslashX
      newcommandmytab[1]smash[b]%
      begintabular[t]@L@ #1 endtabular

      begindocument

      begintable[!ht]
      %%centering % not needed
      begintabularxtextwidth @ l L l
      S[table-format=-1.5] S[table-format=1.5] @
      toprule
      & & & Statistic & Std. Error \
      midrule
      Difference & Mean & & 44.20000 & 4.54068 \
      cmidrule(l)2-5
      & mytab95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
      cmidrule(l)3-5
      & & Upper Bound & 54.4717 \
      cmidrule(l)2-5
      & Kurtosis & & -1.000 & 1.334 \
      bottomrule
      endtabularx
      endtable

      enddocument





      share|improve this answer



























        2












        2








        2







        I wouldn't use a multirow directive. Instead, I would place the cell contents into a bespoke tabular environment, as is done in the following example.



        enter image description here



        documentclassarticle
        usepackagetabularx, % for 'tabular' env.
        ragged2e, % for RaggedRight macro
        booktabs, % toprule, midrule, etc
        siunitx, % for 'S' column type
        amsmath % for [b] option of smash command
        sisetupgroup-digits=false
        newcolumntypeL>RaggedRightarraybackslashX
        newcommandmytab[1]smash[b]%
        begintabular[t]@L@ #1 endtabular

        begindocument

        begintable[!ht]
        %%centering % not needed
        begintabularxtextwidth @ l L l
        S[table-format=-1.5] S[table-format=1.5] @
        toprule
        & & & Statistic & Std. Error \
        midrule
        Difference & Mean & & 44.20000 & 4.54068 \
        cmidrule(l)2-5
        & mytab95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
        cmidrule(l)3-5
        & & Upper Bound & 54.4717 \
        cmidrule(l)2-5
        & Kurtosis & & -1.000 & 1.334 \
        bottomrule
        endtabularx
        endtable

        enddocument





        share|improve this answer













        I wouldn't use a multirow directive. Instead, I would place the cell contents into a bespoke tabular environment, as is done in the following example.



        enter image description here



        documentclassarticle
        usepackagetabularx, % for 'tabular' env.
        ragged2e, % for RaggedRight macro
        booktabs, % toprule, midrule, etc
        siunitx, % for 'S' column type
        amsmath % for [b] option of smash command
        sisetupgroup-digits=false
        newcolumntypeL>RaggedRightarraybackslashX
        newcommandmytab[1]smash[b]%
        begintabular[t]@L@ #1 endtabular

        begindocument

        begintable[!ht]
        %%centering % not needed
        begintabularxtextwidth @ l L l
        S[table-format=-1.5] S[table-format=1.5] @
        toprule
        & & & Statistic & Std. Error \
        midrule
        Difference & Mean & & 44.20000 & 4.54068 \
        cmidrule(l)2-5
        & mytab95% Confidence Interval for Mean & Lower Bound & 33.9283 & \
        cmidrule(l)3-5
        & & Upper Bound & 54.4717 \
        cmidrule(l)2-5
        & Kurtosis & & -1.000 & 1.334 \
        bottomrule
        endtabularx
        endtable

        enddocument






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 8 hours ago









        MicoMico

        301k33 gold badges412 silver badges818 bronze badges




        301k33 gold badges412 silver badges818 bronze badges
























            1














            If you typeset a calstable using the package cals, spanning cells horizontally and vertically centre them, is easy.



            enter image description here



            documentclass[british, DIV=12, captions=tableheading]scrartcl
            usepackagecals, url
            usepackagebabel
            usepackagexcolor
            usepackage[footnotefigures]MinionPro
            inputglyphtounicode
            pdfgentounicode=1
            usepackage[scaled=0.86]luximono
            RequirePackage[utf8]inputenx
            RequirePackage[T1]fontenc

            RequirePackage[letterspace=100,%
            babel=true,%
            tracking=true,%
            kerning=true]%
            microtype

            renewcommandsfdefaultuop
            letnc=nullcell % Shortcuts
            letsc=spancontent

            addtokomafontcaptionsffamilybfseriessmall
            setkomafontcaptionlabelnormalfont

            begindocument

            begintable*
            captionA caption
            begincalstable[c]
            % Defining columns relative to each other and relative to the margins
            colwidthsdimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/5relax
            dimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/6relax

            % The tabular fills the text area if sum of all columns is 5

            % Set up the tabular
            makeatletter
            defcals@framers@width0.8pt % Outside frame rules, reduce if the rule is too heavy
            defcals@framecs@width0pt
            defcals@bodyrs@width0.6pt
            cals@setpaddingAg
            cals@setcellprevdepthAl
            defcals@cs@width0pt % Inside rules, reduce if the rule is too heavy
            defcals@rs@width0.6pt
            defcals@bgcolor

            defbbifxcals@borderBrelax % Botton border switch (off-on)
            defcals@borderB0pt
            else letcals@borderBrelaxfi

            deflpifdimcals@paddingL=0.0ptrelax % Left padding switch (off-on)
            cals@setpaddingAg
            else setlengthcals@paddingL0ptfi

            defrpifdimcals@paddingR=0.0ptrelax % Right padding switch (off-on)
            cals@setpaddingAg
            else setlengthcals@paddingR0ptfi

            % R1H1
            theadbfseries%
            brow
            lpcelllp
            cell
            cell
            alignRcellvfil Statistics
            rpalignRcellvfil Std. Errorrp
            erow
            mdseries%

            tfootlastrulestrut
            %R2B1
            brow
            lpbbalignLcellDifferencelp
            bbalignLcellMean
            cell
            alignRcell44.200,00
            rpalignRcell4.540,68rpbb
            erow
            %R3B2
            brow
            lpcelllp
            nclrt
            bbalignLcellLower Bound
            alignRcell33.928,30
            rpcellrpbb
            erow
            %R4B3
            brow
            lpcelllp
            bbnclrbalignLscvfil 95% Confidence\ Interval for Mean
            alignLcellUpper Bound
            alignRcell54.471,70
            rpcellrp
            erow
            %R5B4
            brow
            lpcelllp
            alignLcellKurtosis
            cell
            alignRcell-1.000hspace*0.9em
            rpalignRcell1.334hspace*0.9emrp
            erow
            makeatletter
            endcalstablepar
            endtable*

            enddocument





            share|improve this answer

























            • I had tried inputglyphtounicode But there is an error. I am using Overleaf. It said `LaTex Error: File MinionPro.sty``

              – aan
              6 hours ago















            1














            If you typeset a calstable using the package cals, spanning cells horizontally and vertically centre them, is easy.



            enter image description here



            documentclass[british, DIV=12, captions=tableheading]scrartcl
            usepackagecals, url
            usepackagebabel
            usepackagexcolor
            usepackage[footnotefigures]MinionPro
            inputglyphtounicode
            pdfgentounicode=1
            usepackage[scaled=0.86]luximono
            RequirePackage[utf8]inputenx
            RequirePackage[T1]fontenc

            RequirePackage[letterspace=100,%
            babel=true,%
            tracking=true,%
            kerning=true]%
            microtype

            renewcommandsfdefaultuop
            letnc=nullcell % Shortcuts
            letsc=spancontent

            addtokomafontcaptionsffamilybfseriessmall
            setkomafontcaptionlabelnormalfont

            begindocument

            begintable*
            captionA caption
            begincalstable[c]
            % Defining columns relative to each other and relative to the margins
            colwidthsdimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/5relax
            dimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/6relax

            % The tabular fills the text area if sum of all columns is 5

            % Set up the tabular
            makeatletter
            defcals@framers@width0.8pt % Outside frame rules, reduce if the rule is too heavy
            defcals@framecs@width0pt
            defcals@bodyrs@width0.6pt
            cals@setpaddingAg
            cals@setcellprevdepthAl
            defcals@cs@width0pt % Inside rules, reduce if the rule is too heavy
            defcals@rs@width0.6pt
            defcals@bgcolor

            defbbifxcals@borderBrelax % Botton border switch (off-on)
            defcals@borderB0pt
            else letcals@borderBrelaxfi

            deflpifdimcals@paddingL=0.0ptrelax % Left padding switch (off-on)
            cals@setpaddingAg
            else setlengthcals@paddingL0ptfi

            defrpifdimcals@paddingR=0.0ptrelax % Right padding switch (off-on)
            cals@setpaddingAg
            else setlengthcals@paddingR0ptfi

            % R1H1
            theadbfseries%
            brow
            lpcelllp
            cell
            cell
            alignRcellvfil Statistics
            rpalignRcellvfil Std. Errorrp
            erow
            mdseries%

            tfootlastrulestrut
            %R2B1
            brow
            lpbbalignLcellDifferencelp
            bbalignLcellMean
            cell
            alignRcell44.200,00
            rpalignRcell4.540,68rpbb
            erow
            %R3B2
            brow
            lpcelllp
            nclrt
            bbalignLcellLower Bound
            alignRcell33.928,30
            rpcellrpbb
            erow
            %R4B3
            brow
            lpcelllp
            bbnclrbalignLscvfil 95% Confidence\ Interval for Mean
            alignLcellUpper Bound
            alignRcell54.471,70
            rpcellrp
            erow
            %R5B4
            brow
            lpcelllp
            alignLcellKurtosis
            cell
            alignRcell-1.000hspace*0.9em
            rpalignRcell1.334hspace*0.9emrp
            erow
            makeatletter
            endcalstablepar
            endtable*

            enddocument





            share|improve this answer

























            • I had tried inputglyphtounicode But there is an error. I am using Overleaf. It said `LaTex Error: File MinionPro.sty``

              – aan
              6 hours ago













            1












            1








            1







            If you typeset a calstable using the package cals, spanning cells horizontally and vertically centre them, is easy.



            enter image description here



            documentclass[british, DIV=12, captions=tableheading]scrartcl
            usepackagecals, url
            usepackagebabel
            usepackagexcolor
            usepackage[footnotefigures]MinionPro
            inputglyphtounicode
            pdfgentounicode=1
            usepackage[scaled=0.86]luximono
            RequirePackage[utf8]inputenx
            RequirePackage[T1]fontenc

            RequirePackage[letterspace=100,%
            babel=true,%
            tracking=true,%
            kerning=true]%
            microtype

            renewcommandsfdefaultuop
            letnc=nullcell % Shortcuts
            letsc=spancontent

            addtokomafontcaptionsffamilybfseriessmall
            setkomafontcaptionlabelnormalfont

            begindocument

            begintable*
            captionA caption
            begincalstable[c]
            % Defining columns relative to each other and relative to the margins
            colwidthsdimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/5relax
            dimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/6relax

            % The tabular fills the text area if sum of all columns is 5

            % Set up the tabular
            makeatletter
            defcals@framers@width0.8pt % Outside frame rules, reduce if the rule is too heavy
            defcals@framecs@width0pt
            defcals@bodyrs@width0.6pt
            cals@setpaddingAg
            cals@setcellprevdepthAl
            defcals@cs@width0pt % Inside rules, reduce if the rule is too heavy
            defcals@rs@width0.6pt
            defcals@bgcolor

            defbbifxcals@borderBrelax % Botton border switch (off-on)
            defcals@borderB0pt
            else letcals@borderBrelaxfi

            deflpifdimcals@paddingL=0.0ptrelax % Left padding switch (off-on)
            cals@setpaddingAg
            else setlengthcals@paddingL0ptfi

            defrpifdimcals@paddingR=0.0ptrelax % Right padding switch (off-on)
            cals@setpaddingAg
            else setlengthcals@paddingR0ptfi

            % R1H1
            theadbfseries%
            brow
            lpcelllp
            cell
            cell
            alignRcellvfil Statistics
            rpalignRcellvfil Std. Errorrp
            erow
            mdseries%

            tfootlastrulestrut
            %R2B1
            brow
            lpbbalignLcellDifferencelp
            bbalignLcellMean
            cell
            alignRcell44.200,00
            rpalignRcell4.540,68rpbb
            erow
            %R3B2
            brow
            lpcelllp
            nclrt
            bbalignLcellLower Bound
            alignRcell33.928,30
            rpcellrpbb
            erow
            %R4B3
            brow
            lpcelllp
            bbnclrbalignLscvfil 95% Confidence\ Interval for Mean
            alignLcellUpper Bound
            alignRcell54.471,70
            rpcellrp
            erow
            %R5B4
            brow
            lpcelllp
            alignLcellKurtosis
            cell
            alignRcell-1.000hspace*0.9em
            rpalignRcell1.334hspace*0.9emrp
            erow
            makeatletter
            endcalstablepar
            endtable*

            enddocument





            share|improve this answer













            If you typeset a calstable using the package cals, spanning cells horizontally and vertically centre them, is easy.



            enter image description here



            documentclass[british, DIV=12, captions=tableheading]scrartcl
            usepackagecals, url
            usepackagebabel
            usepackagexcolor
            usepackage[footnotefigures]MinionPro
            inputglyphtounicode
            pdfgentounicode=1
            usepackage[scaled=0.86]luximono
            RequirePackage[utf8]inputenx
            RequirePackage[T1]fontenc

            RequirePackage[letterspace=100,%
            babel=true,%
            tracking=true,%
            kerning=true]%
            microtype

            renewcommandsfdefaultuop
            letnc=nullcell % Shortcuts
            letsc=spancontent

            addtokomafontcaptionsffamilybfseriessmall
            setkomafontcaptionlabelnormalfont

            begindocument

            begintable*
            captionA caption
            begincalstable[c]
            % Defining columns relative to each other and relative to the margins
            colwidthsdimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/5relax
            dimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/6relax
            dimexpr(columnwidth)/6relax

            % The tabular fills the text area if sum of all columns is 5

            % Set up the tabular
            makeatletter
            defcals@framers@width0.8pt % Outside frame rules, reduce if the rule is too heavy
            defcals@framecs@width0pt
            defcals@bodyrs@width0.6pt
            cals@setpaddingAg
            cals@setcellprevdepthAl
            defcals@cs@width0pt % Inside rules, reduce if the rule is too heavy
            defcals@rs@width0.6pt
            defcals@bgcolor

            defbbifxcals@borderBrelax % Botton border switch (off-on)
            defcals@borderB0pt
            else letcals@borderBrelaxfi

            deflpifdimcals@paddingL=0.0ptrelax % Left padding switch (off-on)
            cals@setpaddingAg
            else setlengthcals@paddingL0ptfi

            defrpifdimcals@paddingR=0.0ptrelax % Right padding switch (off-on)
            cals@setpaddingAg
            else setlengthcals@paddingR0ptfi

            % R1H1
            theadbfseries%
            brow
            lpcelllp
            cell
            cell
            alignRcellvfil Statistics
            rpalignRcellvfil Std. Errorrp
            erow
            mdseries%

            tfootlastrulestrut
            %R2B1
            brow
            lpbbalignLcellDifferencelp
            bbalignLcellMean
            cell
            alignRcell44.200,00
            rpalignRcell4.540,68rpbb
            erow
            %R3B2
            brow
            lpcelllp
            nclrt
            bbalignLcellLower Bound
            alignRcell33.928,30
            rpcellrpbb
            erow
            %R4B3
            brow
            lpcelllp
            bbnclrbalignLscvfil 95% Confidence\ Interval for Mean
            alignLcellUpper Bound
            alignRcell54.471,70
            rpcellrp
            erow
            %R5B4
            brow
            lpcelllp
            alignLcellKurtosis
            cell
            alignRcell-1.000hspace*0.9em
            rpalignRcell1.334hspace*0.9emrp
            erow
            makeatletter
            endcalstablepar
            endtable*

            enddocument






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 6 hours ago









            SveinungSveinung

            13.3k2 gold badges35 silver badges61 bronze badges




            13.3k2 gold badges35 silver badges61 bronze badges















            • I had tried inputglyphtounicode But there is an error. I am using Overleaf. It said `LaTex Error: File MinionPro.sty``

              – aan
              6 hours ago

















            • I had tried inputglyphtounicode But there is an error. I am using Overleaf. It said `LaTex Error: File MinionPro.sty``

              – aan
              6 hours ago
















            I had tried inputglyphtounicode But there is an error. I am using Overleaf. It said `LaTex Error: File MinionPro.sty``

            – aan
            6 hours ago





            I had tried inputglyphtounicode But there is an error. I am using Overleaf. It said `LaTex Error: File MinionPro.sty``

            – aan
            6 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%2f503792%2fmultirow-in-tabularx%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

            Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

            Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

            François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480