How to improve the size of cells in this table?Improve intercolumn spacing of this tableAutomatically adjusting the size table cellsLaTex Table using Multirow and @-expressionsHow can I improve this table?tabu package - gaps in vertical linesHow to improve this table with just one row?Table : set cells exact sizeHow to improve this table?How to improve this table please?improve this table with latex

What does the phrase "head down the rat's hole" mean here?

Can the Mage Hand cantrip be used to trip an enemy who is running away?

Would dual wielding daggers be a viable choice for a covert bodyguard?

Integer Lists of Noah

How do you move up one folder in Finder?

Why do people keep referring to Leia as Princess Leia, even after the destruction of Alderaan?

Is "De qui parles-tu" (for example) as formal as it is in English, or is it normal for the French to casually say that

How can I get a player to accept that they should stop trying to pull stunts without thinking them through first?

How can I effectively communicate to recruiters that a phone call is not possible?

Credit score and financing new car

Are there any medieval light sources without fire?

Confirming the Identity of a (Friendly) Reviewer After the Reviews

Are there any sports for which the world's best player is female?

Sharing shapefile collection

Which star / galaxy is moving away from us the fastest?

How can I truly shut down ssh server?

Is there any word for "disobedience to God"?

Is "I do not want you to go nowhere" a case of "DOUBLE-NEGATIVES" as claimed by Grammarly?

Is it possible to create a craft with specific bones, like the bones of a forgotten beast?

Why didn't Thanos kill all the Dwarves on Nidavellir?

Has anyone in space seen or photographed a simple laser pointer from Earth?

Misspelling my name on my mathematical publications

Indesign - how to change the style of the page numbers?

Why was hardware diversification an asset for the IBM PC ecosystem?



How to improve the size of cells in this table?


Improve intercolumn spacing of this tableAutomatically adjusting the size table cellsLaTex Table using Multirow and @-expressionsHow can I improve this table?tabu package - gaps in vertical linesHow to improve this table with just one row?Table : set cells exact sizeHow to improve this table?How to improve this table please?improve this table with latex






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








5















I want to get a table like the picture but I don't know how to adjust the size of the cell. enter image description here



I'm using this code



documentclass[11pt,letterpaper]article
usepackage[letterpaper]geometry
usepackagegeometry
geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
usepackage[spanish]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagemultirow
begintable[ht!]
centering
begintabularpem
hline
multirow2[4]*textbfEjes Temáticos & multicolumn3p21.665emtextbfHabilidades Cognitivas & multicolumn1cmultirow2[4]*textbfTotales bigstrut\
cline2-4 multicolumn1 & textbfComprensión & textbfAplicación & textbfAnálisis, Síntesis y Evaluación & bigstrut\
hline
textbfNúmeros & multicolumn1c2 & 1 - 3 - 5 - 6 - 7 - 9 - 10 - 11 - 12 - 13 - 14 - 15 & 4 - 8 - 16 - 17 & 17 bigstrut\
hline
textbfÁlgebra & multicolumn1c & 18 - 19 - 20 - 21 - 22 - 23 - 24 - 26 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 & 25 - 27 - 36 & 19 bigstrut\
hline
textbfGeometría & multicolumn1c & 37 – 38 – 39 – 40 – 41 – 42 – 43 – 44 – 45 – 46 – 48 – 49 – 50 – 51 – 52 – 53 – 54 – 55 – 56 – 57 & 47 - 58 & 22 bigstrut\
hline
textbfDatos y Azar & 60 - 64 & 59 – 61 – 62 – 63 – 65 – 66 – 67 – 68 – 70 – 71 – 72 – 73 – 74 – 75 – 76 – 77 – 78 - 79 & 69 - 80 & 22 bigstrut\
hline
endtabular%
endtable%


And the result is



enter image description here










share|improve this question



















  • 1





    On design of table has page layout big influence. Therefore please extend your code snippet to complete small document (MWE: Minimal Working Example) beginning with documentclass, following with preamble in which you load only packages relevant to table and page layout, than your table code snippet and ending with enddocument

    – Zarko
    Jul 2 at 2:20






  • 1





    Sorry, I extended the code

    – Mijail Littin
    Jul 2 at 2:30











  • Just a note, your minus signs are not actual minus signs in the Aplicación column, specifically, the Geometría and Datos y Azar rows.

    – M. Al Jumaily
    Jul 2 at 3:09

















5















I want to get a table like the picture but I don't know how to adjust the size of the cell. enter image description here



I'm using this code



documentclass[11pt,letterpaper]article
usepackage[letterpaper]geometry
usepackagegeometry
geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
usepackage[spanish]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagemultirow
begintable[ht!]
centering
begintabularpem
hline
multirow2[4]*textbfEjes Temáticos & multicolumn3p21.665emtextbfHabilidades Cognitivas & multicolumn1cmultirow2[4]*textbfTotales bigstrut\
cline2-4 multicolumn1 & textbfComprensión & textbfAplicación & textbfAnálisis, Síntesis y Evaluación & bigstrut\
hline
textbfNúmeros & multicolumn1c2 & 1 - 3 - 5 - 6 - 7 - 9 - 10 - 11 - 12 - 13 - 14 - 15 & 4 - 8 - 16 - 17 & 17 bigstrut\
hline
textbfÁlgebra & multicolumn1c & 18 - 19 - 20 - 21 - 22 - 23 - 24 - 26 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 & 25 - 27 - 36 & 19 bigstrut\
hline
textbfGeometría & multicolumn1c & 37 – 38 – 39 – 40 – 41 – 42 – 43 – 44 – 45 – 46 – 48 – 49 – 50 – 51 – 52 – 53 – 54 – 55 – 56 – 57 & 47 - 58 & 22 bigstrut\
hline
textbfDatos y Azar & 60 - 64 & 59 – 61 – 62 – 63 – 65 – 66 – 67 – 68 – 70 – 71 – 72 – 73 – 74 – 75 – 76 – 77 – 78 - 79 & 69 - 80 & 22 bigstrut\
hline
endtabular%
endtable%


And the result is



enter image description here










share|improve this question



















  • 1





    On design of table has page layout big influence. Therefore please extend your code snippet to complete small document (MWE: Minimal Working Example) beginning with documentclass, following with preamble in which you load only packages relevant to table and page layout, than your table code snippet and ending with enddocument

    – Zarko
    Jul 2 at 2:20






  • 1





    Sorry, I extended the code

    – Mijail Littin
    Jul 2 at 2:30











  • Just a note, your minus signs are not actual minus signs in the Aplicación column, specifically, the Geometría and Datos y Azar rows.

    – M. Al Jumaily
    Jul 2 at 3:09













5












5








5








I want to get a table like the picture but I don't know how to adjust the size of the cell. enter image description here



I'm using this code



documentclass[11pt,letterpaper]article
usepackage[letterpaper]geometry
usepackagegeometry
geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
usepackage[spanish]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagemultirow
begintable[ht!]
centering
begintabularpem
hline
multirow2[4]*textbfEjes Temáticos & multicolumn3p21.665emtextbfHabilidades Cognitivas & multicolumn1cmultirow2[4]*textbfTotales bigstrut\
cline2-4 multicolumn1 & textbfComprensión & textbfAplicación & textbfAnálisis, Síntesis y Evaluación & bigstrut\
hline
textbfNúmeros & multicolumn1c2 & 1 - 3 - 5 - 6 - 7 - 9 - 10 - 11 - 12 - 13 - 14 - 15 & 4 - 8 - 16 - 17 & 17 bigstrut\
hline
textbfÁlgebra & multicolumn1c & 18 - 19 - 20 - 21 - 22 - 23 - 24 - 26 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 & 25 - 27 - 36 & 19 bigstrut\
hline
textbfGeometría & multicolumn1c & 37 – 38 – 39 – 40 – 41 – 42 – 43 – 44 – 45 – 46 – 48 – 49 – 50 – 51 – 52 – 53 – 54 – 55 – 56 – 57 & 47 - 58 & 22 bigstrut\
hline
textbfDatos y Azar & 60 - 64 & 59 – 61 – 62 – 63 – 65 – 66 – 67 – 68 – 70 – 71 – 72 – 73 – 74 – 75 – 76 – 77 – 78 - 79 & 69 - 80 & 22 bigstrut\
hline
endtabular%
endtable%


And the result is



enter image description here










share|improve this question
















I want to get a table like the picture but I don't know how to adjust the size of the cell. enter image description here



I'm using this code



documentclass[11pt,letterpaper]article
usepackage[letterpaper]geometry
usepackagegeometry
geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
usepackage[spanish]babel
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagemultirow
begintable[ht!]
centering
begintabularpem
hline
multirow2[4]*textbfEjes Temáticos & multicolumn3p21.665emtextbfHabilidades Cognitivas & multicolumn1cmultirow2[4]*textbfTotales bigstrut\
cline2-4 multicolumn1 & textbfComprensión & textbfAplicación & textbfAnálisis, Síntesis y Evaluación & bigstrut\
hline
textbfNúmeros & multicolumn1c2 & 1 - 3 - 5 - 6 - 7 - 9 - 10 - 11 - 12 - 13 - 14 - 15 & 4 - 8 - 16 - 17 & 17 bigstrut\
hline
textbfÁlgebra & multicolumn1c & 18 - 19 - 20 - 21 - 22 - 23 - 24 - 26 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 & 25 - 27 - 36 & 19 bigstrut\
hline
textbfGeometría & multicolumn1c & 37 – 38 – 39 – 40 – 41 – 42 – 43 – 44 – 45 – 46 – 48 – 49 – 50 – 51 – 52 – 53 – 54 – 55 – 56 – 57 & 47 - 58 & 22 bigstrut\
hline
textbfDatos y Azar & 60 - 64 & 59 – 61 – 62 – 63 – 65 – 66 – 67 – 68 – 70 – 71 – 72 – 73 – 74 – 75 – 76 – 77 – 78 - 79 & 69 - 80 & 22 bigstrut\
hline
endtabular%
endtable%


And the result is



enter image description here







tables






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 2 at 2:55









Au101

7,3503 gold badges24 silver badges55 bronze badges




7,3503 gold badges24 silver badges55 bronze badges










asked Jul 2 at 1:08









Mijail LittinMijail Littin

694 bronze badges




694 bronze badges







  • 1





    On design of table has page layout big influence. Therefore please extend your code snippet to complete small document (MWE: Minimal Working Example) beginning with documentclass, following with preamble in which you load only packages relevant to table and page layout, than your table code snippet and ending with enddocument

    – Zarko
    Jul 2 at 2:20






  • 1





    Sorry, I extended the code

    – Mijail Littin
    Jul 2 at 2:30











  • Just a note, your minus signs are not actual minus signs in the Aplicación column, specifically, the Geometría and Datos y Azar rows.

    – M. Al Jumaily
    Jul 2 at 3:09












  • 1





    On design of table has page layout big influence. Therefore please extend your code snippet to complete small document (MWE: Minimal Working Example) beginning with documentclass, following with preamble in which you load only packages relevant to table and page layout, than your table code snippet and ending with enddocument

    – Zarko
    Jul 2 at 2:20






  • 1





    Sorry, I extended the code

    – Mijail Littin
    Jul 2 at 2:30











  • Just a note, your minus signs are not actual minus signs in the Aplicación column, specifically, the Geometría and Datos y Azar rows.

    – M. Al Jumaily
    Jul 2 at 3:09







1




1





On design of table has page layout big influence. Therefore please extend your code snippet to complete small document (MWE: Minimal Working Example) beginning with documentclass, following with preamble in which you load only packages relevant to table and page layout, than your table code snippet and ending with enddocument

– Zarko
Jul 2 at 2:20





On design of table has page layout big influence. Therefore please extend your code snippet to complete small document (MWE: Minimal Working Example) beginning with documentclass, following with preamble in which you load only packages relevant to table and page layout, than your table code snippet and ending with enddocument

– Zarko
Jul 2 at 2:20




1




1





Sorry, I extended the code

– Mijail Littin
Jul 2 at 2:30





Sorry, I extended the code

– Mijail Littin
Jul 2 at 2:30













Just a note, your minus signs are not actual minus signs in the Aplicación column, specifically, the Geometría and Datos y Azar rows.

– M. Al Jumaily
Jul 2 at 3:09





Just a note, your minus signs are not actual minus signs in the Aplicación column, specifically, the Geometría and Datos y Azar rows.

– M. Al Jumaily
Jul 2 at 3:09










4 Answers
4






active

oldest

votes


















3














See, if you liked the following "redesign" of your table:



documentclass[11pt,letterpaper]article
usepackage[letterpaper]geometry
usepackage[spanish]babel
usepackagemakecell, multirow, tabularx
renewcommandtheadfontsmallbfseries
renewcommandtheadgape

begindocument
begintable[ht!]
setcellgapes3pt
makegapedcells
% small
begintabularxlinewidth>hsize=0.8hsizeX
hline
multirow3*theadEjes\ Temáticos
& multicolumn3ctheadHabilidades Cognitivas
& multirow3*theadTotales \
cline2-4
& theadCom-\prensión
& theadAplicación
& theadAnálisis, Síntesis\ y Evaluación
& \
hline
Números
& 2 & 1 - 3 - 5 - 6 - 7 - 9 - 10 - 11 - 12 - 13 - 14 - 15
& 4 - 8 - 16 - 17 & 17 \
hline
Álgebra
& & 18 - 19 - 20 - 21 - 22 - 23 - 24 - 26 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35
& 25 - 27 - 36 & 19 \
hline
Geometría
& & 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 48 - 49 - 50 - 51 - 52 - 53 - 54 - 55 - 56 - 57 & 47 - 58 & 22 \
hline
thead[lt]Datos\ y Azar
& 60 - 64
& 59 - 61 - 62 - 63 - 65 - 66 - 67 - 68 - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79
& 69 - 80 & 22 \
hline
endtabularx
endtable
enddocument


enter image description here



Edit:



For beter positioning of contents in the last row I add option t to thead: thead[lt]Datos\ y Azar






share|improve this answer
































    6














    Another redesign:



    mwe



    documentclass[11pt,letterpaper]article
    usepackagegeometry
    geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
    usepackagetabulary,booktabs
    begindocument
    begintable[h]
    centeringtabcolsep.6em
    begintabularylinewidthLCp15emp8emCtoprule
    & multicolumn3cHabilidades cognitivas & \cmidrule2-4
    Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
    Números & 2 & 1--3--5--6--7--9--10--11--12--13--14--15 & 4--8--16--17 & 17 \addlinespace
    Álgebra & --- & 18--19--20--21--22--23--24--26--28--29--30--31--32--33--34--35 & 25--27--36 & 19 \addlinespace
    Geometría & --- & 37--38--39--40--41--42--43--44--45--46--48--49--50--51--52--53--54--55--56--57 & 47--58 & 22 \addlinespace
    Datos y azar & 60--64 & 59--61--62--63--65--66--67--68--70--71--72--73--74--75--76--77--78--79 & 69--80 & 22 \bottomrule
    endtabulary
    endtable
    enddocument





    share|improve this answer






























      6














      Maybe you can also use a more compact version with a comma separated list and ranges:



      enter image description here



      documentclass[11pt,letterpaper]article
      usepackagegeometry
      geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
      usepackagebooktabs
      begindocument
      begintable[h]
      centeringtabcolsep.6em
      begintabularlcccctoprule
      & multicolumn3cHabilidades cognitivas & \cmidrule2-4
      Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
      Números & 2 & 1, 3, 5--7, 9--15 & 4, 8, 16--17 & 17 \
      Álgebra & --- & 18--24, 26, 28--35 & 25, 27, 36 & 19 \
      Geometría & --- & 37--46, 48--57 & 47, 58 & 22 \
      Datos y azar & 60, 64 & 59, 61--68, 70--79 & 69, 80 & 22 \bottomrule
      endtabular
      endtable
      enddocument





      share|improve this answer


















      • 2





        This is probably the best answer so far, in terms of typography and use of space. However, it breaks rule 5 of the booktabs package: “Do not use ‘ditto’ signs or any other such convention to repeat a previous value. In many circumstances a blank will serve just as well.” Why not replace those em-dashes with a blank space?

        – AJFarmar
        Jul 2 at 16:08



















      3














      And if you want to try something different, you may try cals. I have assumed that you prefer the layout you have chosen. If not, it is easy to build a more ‘booktabs’ style tabular:



      documentclass[11pt, letterpaper]article
      usepackagegeometry, cals
      geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
      usepackage[spanish]babel
      usepackage[T1]fontenc
      usepackage[utf8]inputenc

      letnc=nullcell % Shortcuts
      letsc=spancontent

      begindocument

      begincalstable

      % Defining column relativ to each other and relativ to the margins
      colwidthsdimexpr(columnwidth)/60*14relax
      dimexpr(columnwidth)/60*10relax
      dimexpr(columnwidth)/60*15relax
      dimexpr(columnwidth)/60*14relax
      dimexpr(columnwidth)/60*6relax

      % The tabular fills the text area

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

      % R1 Heading
      theadbfseries
      brow
      nclrt
      ncltb
      nctb
      ncrtbalignCscvfil Habilidades Cognitivas
      nclrt
      erow
      % R2 Heading
      brow
      nclrbalignLscvfil Ejes Temáticos
      alignCcellvfil Comprensión
      alignCcellvfil Aplicación
      alignCcellvfil Análisis, Síntesis y Evaluación
      nclrbalignCscvfil Totales
      erow
      mdseries

      %tfoot% % Uncomment if the tabular has mor ethan one page
      % lastrulenointerlineskip%
      % textitstrut Some table caption%
      % %
      % par%
      %

      % R3 Body
      brow
      alignLcellvfiltextbfNúmeros
      alignCcell
      cellvfil 1 -- 3 -- 5 -- 6 -- 7 -- 9 -- 10 -- 11 -- 12 -- 13 -- 14 -- 15
      cellvfil 4 -- 8 -- 16 -- 17
      cellvfil 17
      erow
      % R4 Body
      brow
      alignLcellvfiltextbfÁlgebra
      alignCcell
      cellvfil 18 -- 19 -- 20 -- 21 -- 22 -- 23 -- 24 -- 26 -- 28 -- 29 -- 30 -- 31 -- 32 -- 33 -- 34 -- 35
      cellvfil 25 -- 27 -- 36
      cellvfil 19
      erow
      % R5 Body
      brow
      alignLcellvfil textbfGeometría
      alignCcell
      cellvfil 37 – 38 – 39 – 40 – 41 – 42 – 43 – 44 – 45 – 46 – 48 – 49 – 50 – 51 – 52 – 53 – 54 – 55 – 56 – 57
      cellvfil 47 -- 58
      cellvfil 22
      erow
      % R6 Body
      brow
      alignLcellvfiltextbfDatos y Azar
      alignCcellvfil 60 -- 64
      cellvfil 59 -- 61 -- 62 -- 63 -- 65 -- 66 – 67 – 68 – 70 – 71 – 72 – 73 – 74 – 75 – 76 – 77 – 78 - 79
      cellvfil 69 -- 80
      cellvfil 22
      erow
      makeatletter

      endcalstablepar % par to align the tabular

      enddocument


      enter image description here






      share|improve this answer



























        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%2f498300%2fhow-to-improve-the-size-of-cells-in-this-table%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        3














        See, if you liked the following "redesign" of your table:



        documentclass[11pt,letterpaper]article
        usepackage[letterpaper]geometry
        usepackage[spanish]babel
        usepackagemakecell, multirow, tabularx
        renewcommandtheadfontsmallbfseries
        renewcommandtheadgape

        begindocument
        begintable[ht!]
        setcellgapes3pt
        makegapedcells
        % small
        begintabularxlinewidth>hsize=0.8hsizeX
        hline
        multirow3*theadEjes\ Temáticos
        & multicolumn3ctheadHabilidades Cognitivas
        & multirow3*theadTotales \
        cline2-4
        & theadCom-\prensión
        & theadAplicación
        & theadAnálisis, Síntesis\ y Evaluación
        & \
        hline
        Números
        & 2 & 1 - 3 - 5 - 6 - 7 - 9 - 10 - 11 - 12 - 13 - 14 - 15
        & 4 - 8 - 16 - 17 & 17 \
        hline
        Álgebra
        & & 18 - 19 - 20 - 21 - 22 - 23 - 24 - 26 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35
        & 25 - 27 - 36 & 19 \
        hline
        Geometría
        & & 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 48 - 49 - 50 - 51 - 52 - 53 - 54 - 55 - 56 - 57 & 47 - 58 & 22 \
        hline
        thead[lt]Datos\ y Azar
        & 60 - 64
        & 59 - 61 - 62 - 63 - 65 - 66 - 67 - 68 - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79
        & 69 - 80 & 22 \
        hline
        endtabularx
        endtable
        enddocument


        enter image description here



        Edit:



        For beter positioning of contents in the last row I add option t to thead: thead[lt]Datos\ y Azar






        share|improve this answer





























          3














          See, if you liked the following "redesign" of your table:



          documentclass[11pt,letterpaper]article
          usepackage[letterpaper]geometry
          usepackage[spanish]babel
          usepackagemakecell, multirow, tabularx
          renewcommandtheadfontsmallbfseries
          renewcommandtheadgape

          begindocument
          begintable[ht!]
          setcellgapes3pt
          makegapedcells
          % small
          begintabularxlinewidth>hsize=0.8hsizeX
          hline
          multirow3*theadEjes\ Temáticos
          & multicolumn3ctheadHabilidades Cognitivas
          & multirow3*theadTotales \
          cline2-4
          & theadCom-\prensión
          & theadAplicación
          & theadAnálisis, Síntesis\ y Evaluación
          & \
          hline
          Números
          & 2 & 1 - 3 - 5 - 6 - 7 - 9 - 10 - 11 - 12 - 13 - 14 - 15
          & 4 - 8 - 16 - 17 & 17 \
          hline
          Álgebra
          & & 18 - 19 - 20 - 21 - 22 - 23 - 24 - 26 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35
          & 25 - 27 - 36 & 19 \
          hline
          Geometría
          & & 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 48 - 49 - 50 - 51 - 52 - 53 - 54 - 55 - 56 - 57 & 47 - 58 & 22 \
          hline
          thead[lt]Datos\ y Azar
          & 60 - 64
          & 59 - 61 - 62 - 63 - 65 - 66 - 67 - 68 - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79
          & 69 - 80 & 22 \
          hline
          endtabularx
          endtable
          enddocument


          enter image description here



          Edit:



          For beter positioning of contents in the last row I add option t to thead: thead[lt]Datos\ y Azar






          share|improve this answer



























            3












            3








            3







            See, if you liked the following "redesign" of your table:



            documentclass[11pt,letterpaper]article
            usepackage[letterpaper]geometry
            usepackage[spanish]babel
            usepackagemakecell, multirow, tabularx
            renewcommandtheadfontsmallbfseries
            renewcommandtheadgape

            begindocument
            begintable[ht!]
            setcellgapes3pt
            makegapedcells
            % small
            begintabularxlinewidth>hsize=0.8hsizeX
            hline
            multirow3*theadEjes\ Temáticos
            & multicolumn3ctheadHabilidades Cognitivas
            & multirow3*theadTotales \
            cline2-4
            & theadCom-\prensión
            & theadAplicación
            & theadAnálisis, Síntesis\ y Evaluación
            & \
            hline
            Números
            & 2 & 1 - 3 - 5 - 6 - 7 - 9 - 10 - 11 - 12 - 13 - 14 - 15
            & 4 - 8 - 16 - 17 & 17 \
            hline
            Álgebra
            & & 18 - 19 - 20 - 21 - 22 - 23 - 24 - 26 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35
            & 25 - 27 - 36 & 19 \
            hline
            Geometría
            & & 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 48 - 49 - 50 - 51 - 52 - 53 - 54 - 55 - 56 - 57 & 47 - 58 & 22 \
            hline
            thead[lt]Datos\ y Azar
            & 60 - 64
            & 59 - 61 - 62 - 63 - 65 - 66 - 67 - 68 - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79
            & 69 - 80 & 22 \
            hline
            endtabularx
            endtable
            enddocument


            enter image description here



            Edit:



            For beter positioning of contents in the last row I add option t to thead: thead[lt]Datos\ y Azar






            share|improve this answer















            See, if you liked the following "redesign" of your table:



            documentclass[11pt,letterpaper]article
            usepackage[letterpaper]geometry
            usepackage[spanish]babel
            usepackagemakecell, multirow, tabularx
            renewcommandtheadfontsmallbfseries
            renewcommandtheadgape

            begindocument
            begintable[ht!]
            setcellgapes3pt
            makegapedcells
            % small
            begintabularxlinewidth>hsize=0.8hsizeX
            hline
            multirow3*theadEjes\ Temáticos
            & multicolumn3ctheadHabilidades Cognitivas
            & multirow3*theadTotales \
            cline2-4
            & theadCom-\prensión
            & theadAplicación
            & theadAnálisis, Síntesis\ y Evaluación
            & \
            hline
            Números
            & 2 & 1 - 3 - 5 - 6 - 7 - 9 - 10 - 11 - 12 - 13 - 14 - 15
            & 4 - 8 - 16 - 17 & 17 \
            hline
            Álgebra
            & & 18 - 19 - 20 - 21 - 22 - 23 - 24 - 26 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35
            & 25 - 27 - 36 & 19 \
            hline
            Geometría
            & & 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 48 - 49 - 50 - 51 - 52 - 53 - 54 - 55 - 56 - 57 & 47 - 58 & 22 \
            hline
            thead[lt]Datos\ y Azar
            & 60 - 64
            & 59 - 61 - 62 - 63 - 65 - 66 - 67 - 68 - 70 - 71 - 72 - 73 - 74 - 75 - 76 - 77 - 78 - 79
            & 69 - 80 & 22 \
            hline
            endtabularx
            endtable
            enddocument


            enter image description here



            Edit:



            For beter positioning of contents in the last row I add option t to thead: thead[lt]Datos\ y Azar







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jul 3 at 4:39

























            answered Jul 2 at 2:42









            ZarkoZarko

            139k8 gold badges77 silver badges187 bronze badges




            139k8 gold badges77 silver badges187 bronze badges























                6














                Another redesign:



                mwe



                documentclass[11pt,letterpaper]article
                usepackagegeometry
                geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                usepackagetabulary,booktabs
                begindocument
                begintable[h]
                centeringtabcolsep.6em
                begintabularylinewidthLCp15emp8emCtoprule
                & multicolumn3cHabilidades cognitivas & \cmidrule2-4
                Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
                Números & 2 & 1--3--5--6--7--9--10--11--12--13--14--15 & 4--8--16--17 & 17 \addlinespace
                Álgebra & --- & 18--19--20--21--22--23--24--26--28--29--30--31--32--33--34--35 & 25--27--36 & 19 \addlinespace
                Geometría & --- & 37--38--39--40--41--42--43--44--45--46--48--49--50--51--52--53--54--55--56--57 & 47--58 & 22 \addlinespace
                Datos y azar & 60--64 & 59--61--62--63--65--66--67--68--70--71--72--73--74--75--76--77--78--79 & 69--80 & 22 \bottomrule
                endtabulary
                endtable
                enddocument





                share|improve this answer



























                  6














                  Another redesign:



                  mwe



                  documentclass[11pt,letterpaper]article
                  usepackagegeometry
                  geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                  usepackagetabulary,booktabs
                  begindocument
                  begintable[h]
                  centeringtabcolsep.6em
                  begintabularylinewidthLCp15emp8emCtoprule
                  & multicolumn3cHabilidades cognitivas & \cmidrule2-4
                  Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
                  Números & 2 & 1--3--5--6--7--9--10--11--12--13--14--15 & 4--8--16--17 & 17 \addlinespace
                  Álgebra & --- & 18--19--20--21--22--23--24--26--28--29--30--31--32--33--34--35 & 25--27--36 & 19 \addlinespace
                  Geometría & --- & 37--38--39--40--41--42--43--44--45--46--48--49--50--51--52--53--54--55--56--57 & 47--58 & 22 \addlinespace
                  Datos y azar & 60--64 & 59--61--62--63--65--66--67--68--70--71--72--73--74--75--76--77--78--79 & 69--80 & 22 \bottomrule
                  endtabulary
                  endtable
                  enddocument





                  share|improve this answer

























                    6












                    6








                    6







                    Another redesign:



                    mwe



                    documentclass[11pt,letterpaper]article
                    usepackagegeometry
                    geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                    usepackagetabulary,booktabs
                    begindocument
                    begintable[h]
                    centeringtabcolsep.6em
                    begintabularylinewidthLCp15emp8emCtoprule
                    & multicolumn3cHabilidades cognitivas & \cmidrule2-4
                    Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
                    Números & 2 & 1--3--5--6--7--9--10--11--12--13--14--15 & 4--8--16--17 & 17 \addlinespace
                    Álgebra & --- & 18--19--20--21--22--23--24--26--28--29--30--31--32--33--34--35 & 25--27--36 & 19 \addlinespace
                    Geometría & --- & 37--38--39--40--41--42--43--44--45--46--48--49--50--51--52--53--54--55--56--57 & 47--58 & 22 \addlinespace
                    Datos y azar & 60--64 & 59--61--62--63--65--66--67--68--70--71--72--73--74--75--76--77--78--79 & 69--80 & 22 \bottomrule
                    endtabulary
                    endtable
                    enddocument





                    share|improve this answer













                    Another redesign:



                    mwe



                    documentclass[11pt,letterpaper]article
                    usepackagegeometry
                    geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                    usepackagetabulary,booktabs
                    begindocument
                    begintable[h]
                    centeringtabcolsep.6em
                    begintabularylinewidthLCp15emp8emCtoprule
                    & multicolumn3cHabilidades cognitivas & \cmidrule2-4
                    Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
                    Números & 2 & 1--3--5--6--7--9--10--11--12--13--14--15 & 4--8--16--17 & 17 \addlinespace
                    Álgebra & --- & 18--19--20--21--22--23--24--26--28--29--30--31--32--33--34--35 & 25--27--36 & 19 \addlinespace
                    Geometría & --- & 37--38--39--40--41--42--43--44--45--46--48--49--50--51--52--53--54--55--56--57 & 47--58 & 22 \addlinespace
                    Datos y azar & 60--64 & 59--61--62--63--65--66--67--68--70--71--72--73--74--75--76--77--78--79 & 69--80 & 22 \bottomrule
                    endtabulary
                    endtable
                    enddocument






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jul 2 at 5:20









                    FranFran

                    55.4k6 gold badges122 silver badges189 bronze badges




                    55.4k6 gold badges122 silver badges189 bronze badges





















                        6














                        Maybe you can also use a more compact version with a comma separated list and ranges:



                        enter image description here



                        documentclass[11pt,letterpaper]article
                        usepackagegeometry
                        geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                        usepackagebooktabs
                        begindocument
                        begintable[h]
                        centeringtabcolsep.6em
                        begintabularlcccctoprule
                        & multicolumn3cHabilidades cognitivas & \cmidrule2-4
                        Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
                        Números & 2 & 1, 3, 5--7, 9--15 & 4, 8, 16--17 & 17 \
                        Álgebra & --- & 18--24, 26, 28--35 & 25, 27, 36 & 19 \
                        Geometría & --- & 37--46, 48--57 & 47, 58 & 22 \
                        Datos y azar & 60, 64 & 59, 61--68, 70--79 & 69, 80 & 22 \bottomrule
                        endtabular
                        endtable
                        enddocument





                        share|improve this answer


















                        • 2





                          This is probably the best answer so far, in terms of typography and use of space. However, it breaks rule 5 of the booktabs package: “Do not use ‘ditto’ signs or any other such convention to repeat a previous value. In many circumstances a blank will serve just as well.” Why not replace those em-dashes with a blank space?

                          – AJFarmar
                          Jul 2 at 16:08
















                        6














                        Maybe you can also use a more compact version with a comma separated list and ranges:



                        enter image description here



                        documentclass[11pt,letterpaper]article
                        usepackagegeometry
                        geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                        usepackagebooktabs
                        begindocument
                        begintable[h]
                        centeringtabcolsep.6em
                        begintabularlcccctoprule
                        & multicolumn3cHabilidades cognitivas & \cmidrule2-4
                        Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
                        Números & 2 & 1, 3, 5--7, 9--15 & 4, 8, 16--17 & 17 \
                        Álgebra & --- & 18--24, 26, 28--35 & 25, 27, 36 & 19 \
                        Geometría & --- & 37--46, 48--57 & 47, 58 & 22 \
                        Datos y azar & 60, 64 & 59, 61--68, 70--79 & 69, 80 & 22 \bottomrule
                        endtabular
                        endtable
                        enddocument





                        share|improve this answer


















                        • 2





                          This is probably the best answer so far, in terms of typography and use of space. However, it breaks rule 5 of the booktabs package: “Do not use ‘ditto’ signs or any other such convention to repeat a previous value. In many circumstances a blank will serve just as well.” Why not replace those em-dashes with a blank space?

                          – AJFarmar
                          Jul 2 at 16:08














                        6












                        6








                        6







                        Maybe you can also use a more compact version with a comma separated list and ranges:



                        enter image description here



                        documentclass[11pt,letterpaper]article
                        usepackagegeometry
                        geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                        usepackagebooktabs
                        begindocument
                        begintable[h]
                        centeringtabcolsep.6em
                        begintabularlcccctoprule
                        & multicolumn3cHabilidades cognitivas & \cmidrule2-4
                        Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
                        Números & 2 & 1, 3, 5--7, 9--15 & 4, 8, 16--17 & 17 \
                        Álgebra & --- & 18--24, 26, 28--35 & 25, 27, 36 & 19 \
                        Geometría & --- & 37--46, 48--57 & 47, 58 & 22 \
                        Datos y azar & 60, 64 & 59, 61--68, 70--79 & 69, 80 & 22 \bottomrule
                        endtabular
                        endtable
                        enddocument





                        share|improve this answer













                        Maybe you can also use a more compact version with a comma separated list and ranges:



                        enter image description here



                        documentclass[11pt,letterpaper]article
                        usepackagegeometry
                        geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                        usepackagebooktabs
                        begindocument
                        begintable[h]
                        centeringtabcolsep.6em
                        begintabularlcccctoprule
                        & multicolumn3cHabilidades cognitivas & \cmidrule2-4
                        Ejespar temáticos & ~par Comprensión & ~par Aplicación & Análisis, síntesisnewline y evaluación & ~par Totales \midrule
                        Números & 2 & 1, 3, 5--7, 9--15 & 4, 8, 16--17 & 17 \
                        Álgebra & --- & 18--24, 26, 28--35 & 25, 27, 36 & 19 \
                        Geometría & --- & 37--46, 48--57 & 47, 58 & 22 \
                        Datos y azar & 60, 64 & 59, 61--68, 70--79 & 69, 80 & 22 \bottomrule
                        endtabular
                        endtable
                        enddocument






                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Jul 2 at 7:11









                        leandriisleandriis

                        15.9k1 gold badge11 silver badges36 bronze badges




                        15.9k1 gold badge11 silver badges36 bronze badges







                        • 2





                          This is probably the best answer so far, in terms of typography and use of space. However, it breaks rule 5 of the booktabs package: “Do not use ‘ditto’ signs or any other such convention to repeat a previous value. In many circumstances a blank will serve just as well.” Why not replace those em-dashes with a blank space?

                          – AJFarmar
                          Jul 2 at 16:08













                        • 2





                          This is probably the best answer so far, in terms of typography and use of space. However, it breaks rule 5 of the booktabs package: “Do not use ‘ditto’ signs or any other such convention to repeat a previous value. In many circumstances a blank will serve just as well.” Why not replace those em-dashes with a blank space?

                          – AJFarmar
                          Jul 2 at 16:08








                        2




                        2





                        This is probably the best answer so far, in terms of typography and use of space. However, it breaks rule 5 of the booktabs package: “Do not use ‘ditto’ signs or any other such convention to repeat a previous value. In many circumstances a blank will serve just as well.” Why not replace those em-dashes with a blank space?

                        – AJFarmar
                        Jul 2 at 16:08






                        This is probably the best answer so far, in terms of typography and use of space. However, it breaks rule 5 of the booktabs package: “Do not use ‘ditto’ signs or any other such convention to repeat a previous value. In many circumstances a blank will serve just as well.” Why not replace those em-dashes with a blank space?

                        – AJFarmar
                        Jul 2 at 16:08












                        3














                        And if you want to try something different, you may try cals. I have assumed that you prefer the layout you have chosen. If not, it is easy to build a more ‘booktabs’ style tabular:



                        documentclass[11pt, letterpaper]article
                        usepackagegeometry, cals
                        geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                        usepackage[spanish]babel
                        usepackage[T1]fontenc
                        usepackage[utf8]inputenc

                        letnc=nullcell % Shortcuts
                        letsc=spancontent

                        begindocument

                        begincalstable

                        % Defining column relativ to each other and relativ to the margins
                        colwidthsdimexpr(columnwidth)/60*14relax
                        dimexpr(columnwidth)/60*10relax
                        dimexpr(columnwidth)/60*15relax
                        dimexpr(columnwidth)/60*14relax
                        dimexpr(columnwidth)/60*6relax

                        % The tabular fills the text area

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

                        % R1 Heading
                        theadbfseries
                        brow
                        nclrt
                        ncltb
                        nctb
                        ncrtbalignCscvfil Habilidades Cognitivas
                        nclrt
                        erow
                        % R2 Heading
                        brow
                        nclrbalignLscvfil Ejes Temáticos
                        alignCcellvfil Comprensión
                        alignCcellvfil Aplicación
                        alignCcellvfil Análisis, Síntesis y Evaluación
                        nclrbalignCscvfil Totales
                        erow
                        mdseries

                        %tfoot% % Uncomment if the tabular has mor ethan one page
                        % lastrulenointerlineskip%
                        % textitstrut Some table caption%
                        % %
                        % par%
                        %

                        % R3 Body
                        brow
                        alignLcellvfiltextbfNúmeros
                        alignCcell
                        cellvfil 1 -- 3 -- 5 -- 6 -- 7 -- 9 -- 10 -- 11 -- 12 -- 13 -- 14 -- 15
                        cellvfil 4 -- 8 -- 16 -- 17
                        cellvfil 17
                        erow
                        % R4 Body
                        brow
                        alignLcellvfiltextbfÁlgebra
                        alignCcell
                        cellvfil 18 -- 19 -- 20 -- 21 -- 22 -- 23 -- 24 -- 26 -- 28 -- 29 -- 30 -- 31 -- 32 -- 33 -- 34 -- 35
                        cellvfil 25 -- 27 -- 36
                        cellvfil 19
                        erow
                        % R5 Body
                        brow
                        alignLcellvfil textbfGeometría
                        alignCcell
                        cellvfil 37 – 38 – 39 – 40 – 41 – 42 – 43 – 44 – 45 – 46 – 48 – 49 – 50 – 51 – 52 – 53 – 54 – 55 – 56 – 57
                        cellvfil 47 -- 58
                        cellvfil 22
                        erow
                        % R6 Body
                        brow
                        alignLcellvfiltextbfDatos y Azar
                        alignCcellvfil 60 -- 64
                        cellvfil 59 -- 61 -- 62 -- 63 -- 65 -- 66 – 67 – 68 – 70 – 71 – 72 – 73 – 74 – 75 – 76 – 77 – 78 - 79
                        cellvfil 69 -- 80
                        cellvfil 22
                        erow
                        makeatletter

                        endcalstablepar % par to align the tabular

                        enddocument


                        enter image description here






                        share|improve this answer





























                          3














                          And if you want to try something different, you may try cals. I have assumed that you prefer the layout you have chosen. If not, it is easy to build a more ‘booktabs’ style tabular:



                          documentclass[11pt, letterpaper]article
                          usepackagegeometry, cals
                          geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                          usepackage[spanish]babel
                          usepackage[T1]fontenc
                          usepackage[utf8]inputenc

                          letnc=nullcell % Shortcuts
                          letsc=spancontent

                          begindocument

                          begincalstable

                          % Defining column relativ to each other and relativ to the margins
                          colwidthsdimexpr(columnwidth)/60*14relax
                          dimexpr(columnwidth)/60*10relax
                          dimexpr(columnwidth)/60*15relax
                          dimexpr(columnwidth)/60*14relax
                          dimexpr(columnwidth)/60*6relax

                          % The tabular fills the text area

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

                          % R1 Heading
                          theadbfseries
                          brow
                          nclrt
                          ncltb
                          nctb
                          ncrtbalignCscvfil Habilidades Cognitivas
                          nclrt
                          erow
                          % R2 Heading
                          brow
                          nclrbalignLscvfil Ejes Temáticos
                          alignCcellvfil Comprensión
                          alignCcellvfil Aplicación
                          alignCcellvfil Análisis, Síntesis y Evaluación
                          nclrbalignCscvfil Totales
                          erow
                          mdseries

                          %tfoot% % Uncomment if the tabular has mor ethan one page
                          % lastrulenointerlineskip%
                          % textitstrut Some table caption%
                          % %
                          % par%
                          %

                          % R3 Body
                          brow
                          alignLcellvfiltextbfNúmeros
                          alignCcell
                          cellvfil 1 -- 3 -- 5 -- 6 -- 7 -- 9 -- 10 -- 11 -- 12 -- 13 -- 14 -- 15
                          cellvfil 4 -- 8 -- 16 -- 17
                          cellvfil 17
                          erow
                          % R4 Body
                          brow
                          alignLcellvfiltextbfÁlgebra
                          alignCcell
                          cellvfil 18 -- 19 -- 20 -- 21 -- 22 -- 23 -- 24 -- 26 -- 28 -- 29 -- 30 -- 31 -- 32 -- 33 -- 34 -- 35
                          cellvfil 25 -- 27 -- 36
                          cellvfil 19
                          erow
                          % R5 Body
                          brow
                          alignLcellvfil textbfGeometría
                          alignCcell
                          cellvfil 37 – 38 – 39 – 40 – 41 – 42 – 43 – 44 – 45 – 46 – 48 – 49 – 50 – 51 – 52 – 53 – 54 – 55 – 56 – 57
                          cellvfil 47 -- 58
                          cellvfil 22
                          erow
                          % R6 Body
                          brow
                          alignLcellvfiltextbfDatos y Azar
                          alignCcellvfil 60 -- 64
                          cellvfil 59 -- 61 -- 62 -- 63 -- 65 -- 66 – 67 – 68 – 70 – 71 – 72 – 73 – 74 – 75 – 76 – 77 – 78 - 79
                          cellvfil 69 -- 80
                          cellvfil 22
                          erow
                          makeatletter

                          endcalstablepar % par to align the tabular

                          enddocument


                          enter image description here






                          share|improve this answer



























                            3












                            3








                            3







                            And if you want to try something different, you may try cals. I have assumed that you prefer the layout you have chosen. If not, it is easy to build a more ‘booktabs’ style tabular:



                            documentclass[11pt, letterpaper]article
                            usepackagegeometry, cals
                            geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                            usepackage[spanish]babel
                            usepackage[T1]fontenc
                            usepackage[utf8]inputenc

                            letnc=nullcell % Shortcuts
                            letsc=spancontent

                            begindocument

                            begincalstable

                            % Defining column relativ to each other and relativ to the margins
                            colwidthsdimexpr(columnwidth)/60*14relax
                            dimexpr(columnwidth)/60*10relax
                            dimexpr(columnwidth)/60*15relax
                            dimexpr(columnwidth)/60*14relax
                            dimexpr(columnwidth)/60*6relax

                            % The tabular fills the text area

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

                            % R1 Heading
                            theadbfseries
                            brow
                            nclrt
                            ncltb
                            nctb
                            ncrtbalignCscvfil Habilidades Cognitivas
                            nclrt
                            erow
                            % R2 Heading
                            brow
                            nclrbalignLscvfil Ejes Temáticos
                            alignCcellvfil Comprensión
                            alignCcellvfil Aplicación
                            alignCcellvfil Análisis, Síntesis y Evaluación
                            nclrbalignCscvfil Totales
                            erow
                            mdseries

                            %tfoot% % Uncomment if the tabular has mor ethan one page
                            % lastrulenointerlineskip%
                            % textitstrut Some table caption%
                            % %
                            % par%
                            %

                            % R3 Body
                            brow
                            alignLcellvfiltextbfNúmeros
                            alignCcell
                            cellvfil 1 -- 3 -- 5 -- 6 -- 7 -- 9 -- 10 -- 11 -- 12 -- 13 -- 14 -- 15
                            cellvfil 4 -- 8 -- 16 -- 17
                            cellvfil 17
                            erow
                            % R4 Body
                            brow
                            alignLcellvfiltextbfÁlgebra
                            alignCcell
                            cellvfil 18 -- 19 -- 20 -- 21 -- 22 -- 23 -- 24 -- 26 -- 28 -- 29 -- 30 -- 31 -- 32 -- 33 -- 34 -- 35
                            cellvfil 25 -- 27 -- 36
                            cellvfil 19
                            erow
                            % R5 Body
                            brow
                            alignLcellvfil textbfGeometría
                            alignCcell
                            cellvfil 37 – 38 – 39 – 40 – 41 – 42 – 43 – 44 – 45 – 46 – 48 – 49 – 50 – 51 – 52 – 53 – 54 – 55 – 56 – 57
                            cellvfil 47 -- 58
                            cellvfil 22
                            erow
                            % R6 Body
                            brow
                            alignLcellvfiltextbfDatos y Azar
                            alignCcellvfil 60 -- 64
                            cellvfil 59 -- 61 -- 62 -- 63 -- 65 -- 66 – 67 – 68 – 70 – 71 – 72 – 73 – 74 – 75 – 76 – 77 – 78 - 79
                            cellvfil 69 -- 80
                            cellvfil 22
                            erow
                            makeatletter

                            endcalstablepar % par to align the tabular

                            enddocument


                            enter image description here






                            share|improve this answer















                            And if you want to try something different, you may try cals. I have assumed that you prefer the layout you have chosen. If not, it is easy to build a more ‘booktabs’ style tabular:



                            documentclass[11pt, letterpaper]article
                            usepackagegeometry, cals
                            geometryletterpaper, left=0.6 in, right = 0.6 in, top = 0.8 in, bottom= 0.8 in
                            usepackage[spanish]babel
                            usepackage[T1]fontenc
                            usepackage[utf8]inputenc

                            letnc=nullcell % Shortcuts
                            letsc=spancontent

                            begindocument

                            begincalstable

                            % Defining column relativ to each other and relativ to the margins
                            colwidthsdimexpr(columnwidth)/60*14relax
                            dimexpr(columnwidth)/60*10relax
                            dimexpr(columnwidth)/60*15relax
                            dimexpr(columnwidth)/60*14relax
                            dimexpr(columnwidth)/60*6relax

                            % The tabular fills the text area

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

                            % R1 Heading
                            theadbfseries
                            brow
                            nclrt
                            ncltb
                            nctb
                            ncrtbalignCscvfil Habilidades Cognitivas
                            nclrt
                            erow
                            % R2 Heading
                            brow
                            nclrbalignLscvfil Ejes Temáticos
                            alignCcellvfil Comprensión
                            alignCcellvfil Aplicación
                            alignCcellvfil Análisis, Síntesis y Evaluación
                            nclrbalignCscvfil Totales
                            erow
                            mdseries

                            %tfoot% % Uncomment if the tabular has mor ethan one page
                            % lastrulenointerlineskip%
                            % textitstrut Some table caption%
                            % %
                            % par%
                            %

                            % R3 Body
                            brow
                            alignLcellvfiltextbfNúmeros
                            alignCcell
                            cellvfil 1 -- 3 -- 5 -- 6 -- 7 -- 9 -- 10 -- 11 -- 12 -- 13 -- 14 -- 15
                            cellvfil 4 -- 8 -- 16 -- 17
                            cellvfil 17
                            erow
                            % R4 Body
                            brow
                            alignLcellvfiltextbfÁlgebra
                            alignCcell
                            cellvfil 18 -- 19 -- 20 -- 21 -- 22 -- 23 -- 24 -- 26 -- 28 -- 29 -- 30 -- 31 -- 32 -- 33 -- 34 -- 35
                            cellvfil 25 -- 27 -- 36
                            cellvfil 19
                            erow
                            % R5 Body
                            brow
                            alignLcellvfil textbfGeometría
                            alignCcell
                            cellvfil 37 – 38 – 39 – 40 – 41 – 42 – 43 – 44 – 45 – 46 – 48 – 49 – 50 – 51 – 52 – 53 – 54 – 55 – 56 – 57
                            cellvfil 47 -- 58
                            cellvfil 22
                            erow
                            % R6 Body
                            brow
                            alignLcellvfiltextbfDatos y Azar
                            alignCcellvfil 60 -- 64
                            cellvfil 59 -- 61 -- 62 -- 63 -- 65 -- 66 – 67 – 68 – 70 – 71 – 72 – 73 – 74 – 75 – 76 – 77 – 78 - 79
                            cellvfil 69 -- 80
                            cellvfil 22
                            erow
                            makeatletter

                            endcalstablepar % par to align the tabular

                            enddocument


                            enter image description here







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Jul 2 at 20:16

























                            answered Jul 2 at 15:43









                            SveinungSveinung

                            12.6k2 gold badges33 silver badges60 bronze badges




                            12.6k2 gold badges33 silver badges60 bronze badges



























                                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%2f498300%2fhow-to-improve-the-size-of-cells-in-this-table%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

                                Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                                Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                                Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form