Lack of spacing in a complex table structureLack of spacing in table due to text blurring into the bordersHow to get multiple multirows in a table?How do I prevent cellcolor from over effect of hlineTabular and grid typesettingtabu package - gaps in vertical linesDeclaring array of integersToo long vertical lines in table when declarations must remain on distinct linesCline multi-page tablecmidrule gives errorsMultiple recipients using tabular in letter classcentering and line breaking issues using Multirow and Multicolumn with tabularx

What is the blue range indicating on this manifold pressure gauge?

Make a transparent 448*448 image

Am I not good enough for you?

Gravity alteration as extermination tool viable?

What happens with multiple copies of Humility and Glorious Anthem on the battlefield?

Word for a person who has no opinion about whether god exists

Time dilation for a moving electronic clock

Are there situations where a child is permitted to refer to their parent by their first name?

Unreachable code, but reachable with exception

Decoding assembly instructions in a Game Boy disassembler

What is the difference between "shut" and "close"?

Who is our nearest neighbor

When is a batch class instantiated when you schedule it?

A curious inequality concerning binomial coefficients

Force user to remove USB token

Can the druid cantrip Thorn Whip really defeat a water weird this easily?

What Happens when Passenger Refuses to Fly Boeing 737 Max?

Excess Zinc in garden soil

Counter-example to the existence of left Bousfield localization of combinatorial model category

Does splitting a potentially monolithic application into several smaller ones help prevent bugs?

How could a female member of a species produce eggs unto death?

Running a subshell from the middle of the current command

Time travel short story where dinosaur doesn't taste like chicken

Ban on all campaign finance?



Lack of spacing in a complex table structure


Lack of spacing in table due to text blurring into the bordersHow to get multiple multirows in a table?How do I prevent cellcolor from over effect of hlineTabular and grid typesettingtabu package - gaps in vertical linesDeclaring array of integersToo long vertical lines in table when declarations must remain on distinct linesCline multi-page tablecmidrule gives errorsMultiple recipients using tabular in letter classcentering and line breaking issues using Multirow and Multicolumn with tabularx













0















Following this post, I have another table in latex:



documentclassarticle
usepackage[utf8]inputenc

usepackagemathtools
usepackagetabularx
usepackage[math]cellspace
setlengthcellspacetoplimit3pt
setlengthcellspacebottomlimit3pt
newcolumntype?!vrule width 3pt
usepackagemakecell

begindocument

begintable*[!t]
footnotesize
centering
captionExample of a table
labelsth
begintabular
cline2-11
& multicolumn5c?X^tr (mathrmenglish text) & multicolumn5cY^yu (mathrmenglish text) \ cline2-11
multirow-2* & mathscrA_1 & mathscrA_2 & mathscrA_3 & mathscrA_4 & mathscrA_5 & mathscrA_1 & mathscrA_2 & mathscrA_3 & mathscrA_4 & mathscrA_5 \ hline
multicolumn1c1 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 \ hline
multicolumn1c2 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 \ hline
endtabular
endtable*

enddocument


enter image description here



I have multiple problems with my effort.



  1. why does -2* appear in the first column?

  2. I tried to get rid of vertical and horizontal lines but I need to retain a bold black divider in the middle. so, I don't know which lines to delete.

  3. the formulas are blurring into the lines so should I remove lines. I tried to give an extra gap around each box. is there a better way? my method does not seem to work for the first row at the top.

  4. The "english text" does not appear in the second row as it should with space in between. what I tried is to write everything in the table as a math formula but this is generating errors. can someone sort this out?

  5. In the second row, the A should appear as a script capital. That is not happening.

Mainly I need help to make this table more readable and resolve the error messages that are generated. Please suggest changes.









share






















  • The multirow-2* directive appears to be at fault. What exactly is it supposed to do?

    – Mico
    1 min ago















0















Following this post, I have another table in latex:



documentclassarticle
usepackage[utf8]inputenc

usepackagemathtools
usepackagetabularx
usepackage[math]cellspace
setlengthcellspacetoplimit3pt
setlengthcellspacebottomlimit3pt
newcolumntype?!vrule width 3pt
usepackagemakecell

begindocument

begintable*[!t]
footnotesize
centering
captionExample of a table
labelsth
begintabular
cline2-11
& multicolumn5c?X^tr (mathrmenglish text) & multicolumn5cY^yu (mathrmenglish text) \ cline2-11
multirow-2* & mathscrA_1 & mathscrA_2 & mathscrA_3 & mathscrA_4 & mathscrA_5 & mathscrA_1 & mathscrA_2 & mathscrA_3 & mathscrA_4 & mathscrA_5 \ hline
multicolumn1c1 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 \ hline
multicolumn1c2 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 \ hline
endtabular
endtable*

enddocument


enter image description here



I have multiple problems with my effort.



  1. why does -2* appear in the first column?

  2. I tried to get rid of vertical and horizontal lines but I need to retain a bold black divider in the middle. so, I don't know which lines to delete.

  3. the formulas are blurring into the lines so should I remove lines. I tried to give an extra gap around each box. is there a better way? my method does not seem to work for the first row at the top.

  4. The "english text" does not appear in the second row as it should with space in between. what I tried is to write everything in the table as a math formula but this is generating errors. can someone sort this out?

  5. In the second row, the A should appear as a script capital. That is not happening.

Mainly I need help to make this table more readable and resolve the error messages that are generated. Please suggest changes.









share






















  • The multirow-2* directive appears to be at fault. What exactly is it supposed to do?

    – Mico
    1 min ago













0












0








0








Following this post, I have another table in latex:



documentclassarticle
usepackage[utf8]inputenc

usepackagemathtools
usepackagetabularx
usepackage[math]cellspace
setlengthcellspacetoplimit3pt
setlengthcellspacebottomlimit3pt
newcolumntype?!vrule width 3pt
usepackagemakecell

begindocument

begintable*[!t]
footnotesize
centering
captionExample of a table
labelsth
begintabular
cline2-11
& multicolumn5c?X^tr (mathrmenglish text) & multicolumn5cY^yu (mathrmenglish text) \ cline2-11
multirow-2* & mathscrA_1 & mathscrA_2 & mathscrA_3 & mathscrA_4 & mathscrA_5 & mathscrA_1 & mathscrA_2 & mathscrA_3 & mathscrA_4 & mathscrA_5 \ hline
multicolumn1c1 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 \ hline
multicolumn1c2 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 \ hline
endtabular
endtable*

enddocument


enter image description here



I have multiple problems with my effort.



  1. why does -2* appear in the first column?

  2. I tried to get rid of vertical and horizontal lines but I need to retain a bold black divider in the middle. so, I don't know which lines to delete.

  3. the formulas are blurring into the lines so should I remove lines. I tried to give an extra gap around each box. is there a better way? my method does not seem to work for the first row at the top.

  4. The "english text" does not appear in the second row as it should with space in between. what I tried is to write everything in the table as a math formula but this is generating errors. can someone sort this out?

  5. In the second row, the A should appear as a script capital. That is not happening.

Mainly I need help to make this table more readable and resolve the error messages that are generated. Please suggest changes.









share














Following this post, I have another table in latex:



documentclassarticle
usepackage[utf8]inputenc

usepackagemathtools
usepackagetabularx
usepackage[math]cellspace
setlengthcellspacetoplimit3pt
setlengthcellspacebottomlimit3pt
newcolumntype?!vrule width 3pt
usepackagemakecell

begindocument

begintable*[!t]
footnotesize
centering
captionExample of a table
labelsth
begintabular
cline2-11
& multicolumn5c?X^tr (mathrmenglish text) & multicolumn5cY^yu (mathrmenglish text) \ cline2-11
multirow-2* & mathscrA_1 & mathscrA_2 & mathscrA_3 & mathscrA_4 & mathscrA_5 & mathscrA_1 & mathscrA_2 & mathscrA_3 & mathscrA_4 & mathscrA_5 \ hline
multicolumn1c1 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 \ hline
multicolumn1c2 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 & 5413.35 \ hline
endtabular
endtable*

enddocument


enter image description here



I have multiple problems with my effort.



  1. why does -2* appear in the first column?

  2. I tried to get rid of vertical and horizontal lines but I need to retain a bold black divider in the middle. so, I don't know which lines to delete.

  3. the formulas are blurring into the lines so should I remove lines. I tried to give an extra gap around each box. is there a better way? my method does not seem to work for the first row at the top.

  4. The "english text" does not appear in the second row as it should with space in between. what I tried is to write everything in the table as a math formula but this is generating errors. can someone sort this out?

  5. In the second row, the A should appear as a script capital. That is not happening.

Mainly I need help to make this table more readable and resolve the error messages that are generated. Please suggest changes.







tables tabularx





share












share










share



share










asked 9 mins ago









user_1_1_1user_1_1_1

1756




1756












  • The multirow-2* directive appears to be at fault. What exactly is it supposed to do?

    – Mico
    1 min ago

















  • The multirow-2* directive appears to be at fault. What exactly is it supposed to do?

    – Mico
    1 min ago
















The multirow-2* directive appears to be at fault. What exactly is it supposed to do?

– Mico
1 min ago





The multirow-2* directive appears to be at fault. What exactly is it supposed to do?

– Mico
1 min ago










0






active

oldest

votes











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%2f479381%2flack-of-spacing-in-a-complex-table-structure%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















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%2f479381%2flack-of-spacing-in-a-complex-table-structure%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

Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm