What is the correct calculation to span some columns?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












I want to create a column spanning 5 columns with m column specifier. It seems my calculation multicolumn5hrulefill is wrong as the rule does not occupy the left space. What is the correct calculation?



documentclass[12pt]article
usepackage[a6paper,landscape,left=3mm,right=3mm,top=3mm,bottom=12mm]geometry
usepackagelongtable,array

tabcolsep=1mmrelax
arrayrulewidth=1ptrelax
renewcommand*arraystretch2.5
newlengthtemp
temp=dimexprdimexprtextwidth-7arrayrulewidth-12tabcolseprelax/6relax

begindocument
beginlongtable*6hline
1 & 2 & 3 & 4 & 5 & 6 \hline
LaTeX &multicolumn5hrulefill\hline
endlongtable
enddocument


enter image description here










share|improve this question

























    up vote
    2
    down vote

    favorite












    I want to create a column spanning 5 columns with m column specifier. It seems my calculation multicolumn5hrulefill is wrong as the rule does not occupy the left space. What is the correct calculation?



    documentclass[12pt]article
    usepackage[a6paper,landscape,left=3mm,right=3mm,top=3mm,bottom=12mm]geometry
    usepackagelongtable,array

    tabcolsep=1mmrelax
    arrayrulewidth=1ptrelax
    renewcommand*arraystretch2.5
    newlengthtemp
    temp=dimexprdimexprtextwidth-7arrayrulewidth-12tabcolseprelax/6relax

    begindocument
    beginlongtable*6hline
    1 & 2 & 3 & 4 & 5 & 6 \hline
    LaTeX &multicolumn5hrulefill\hline
    endlongtable
    enddocument


    enter image description here










    share|improve this question























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I want to create a column spanning 5 columns with m column specifier. It seems my calculation multicolumn5hrulefill is wrong as the rule does not occupy the left space. What is the correct calculation?



      documentclass[12pt]article
      usepackage[a6paper,landscape,left=3mm,right=3mm,top=3mm,bottom=12mm]geometry
      usepackagelongtable,array

      tabcolsep=1mmrelax
      arrayrulewidth=1ptrelax
      renewcommand*arraystretch2.5
      newlengthtemp
      temp=dimexprdimexprtextwidth-7arrayrulewidth-12tabcolseprelax/6relax

      begindocument
      beginlongtable*6hline
      1 & 2 & 3 & 4 & 5 & 6 \hline
      LaTeX &multicolumn5hrulefill\hline
      endlongtable
      enddocument


      enter image description here










      share|improve this question













      I want to create a column spanning 5 columns with m column specifier. It seems my calculation multicolumn5hrulefill is wrong as the rule does not occupy the left space. What is the correct calculation?



      documentclass[12pt]article
      usepackage[a6paper,landscape,left=3mm,right=3mm,top=3mm,bottom=12mm]geometry
      usepackagelongtable,array

      tabcolsep=1mmrelax
      arrayrulewidth=1ptrelax
      renewcommand*arraystretch2.5
      newlengthtemp
      temp=dimexprdimexprtextwidth-7arrayrulewidth-12tabcolseprelax/6relax

      begindocument
      beginlongtable*6hline
      1 & 2 & 3 & 4 & 5 & 6 \hline
      LaTeX &multicolumn5hrulefill\hline
      endlongtable
      enddocument


      enter image description here







      lengths






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 55 mins ago









      Artificial Stupidity

      3,9931828




      3,9931828




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          4
          down vote













          No calculation necessary:



          documentclass[12pt]article
          usepackage[a6paper,landscape,left=3mm,right=3mm,top=3mm,bottom=12mm]geometry
          usepackagelongtable,array

          tabcolsep=1mmrelax
          arrayrulewidth=1ptrelax
          renewcommand*arraystretch2.5
          newlengthtemp
          temp=dimexprdimexprtextwidth-7arrayrulewidth-12tabcolseprelax/6relax

          begindocument

          beginlongtable*6hline
          1 & 2 & 3 & 4 & 5 & 6 \hline
          LaTeX &multicolumn5hrulefill\hline
          endlongtable

          enddocument


          enter image description here






          share|improve this answer



























            up vote
            0
            down vote













            I found the solution:



            multicolumn5hrulefill





            share|improve this answer





























              up vote
              0
              down vote













              For the table you're creating, no (human) calculations of any kind are required: Just (a) employ a tabularx environment instead of a tabular environment and (b) the c column type for the cell that spans multiple columns of type X.



              documentclass[12pt]article
              usepackage[a6paper,landscape,hmargin=3mm,top=3mm,bottom=12mm]geometry
              usepackagetabularx
              renewcommandtabularxcolumn[1]m#1 % use "m" rather than "p" raw column type

              setlengthtabcolsep1mm % default value: 6pt=2.11mm
              setlengtharrayrulewidth1pt % default value: 0.4pt
              renewcommand*arraystretch2.5

              begindocument

              noindent
              begintabularxtextwidth hline
              1 & 2 & 3 & 4 & 5 & 6 \ hline
              LaTeX &multicolumn5hrulefill\ hline
              endtabularx

              enddocument





              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',
                convertImagesToLinks: false,
                noModals: false,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: null,
                bindNavPrevention: true,
                postfix: "",
                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%2f453959%2fwhat-is-the-correct-calculation-to-span-some-columns%23new-answer', 'question_page');

                );

                Post as a guest






























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                4
                down vote













                No calculation necessary:



                documentclass[12pt]article
                usepackage[a6paper,landscape,left=3mm,right=3mm,top=3mm,bottom=12mm]geometry
                usepackagelongtable,array

                tabcolsep=1mmrelax
                arrayrulewidth=1ptrelax
                renewcommand*arraystretch2.5
                newlengthtemp
                temp=dimexprdimexprtextwidth-7arrayrulewidth-12tabcolseprelax/6relax

                begindocument

                beginlongtable*6hline
                1 & 2 & 3 & 4 & 5 & 6 \hline
                LaTeX &multicolumn5hrulefill\hline
                endlongtable

                enddocument


                enter image description here






                share|improve this answer
























                  up vote
                  4
                  down vote













                  No calculation necessary:



                  documentclass[12pt]article
                  usepackage[a6paper,landscape,left=3mm,right=3mm,top=3mm,bottom=12mm]geometry
                  usepackagelongtable,array

                  tabcolsep=1mmrelax
                  arrayrulewidth=1ptrelax
                  renewcommand*arraystretch2.5
                  newlengthtemp
                  temp=dimexprdimexprtextwidth-7arrayrulewidth-12tabcolseprelax/6relax

                  begindocument

                  beginlongtable*6hline
                  1 & 2 & 3 & 4 & 5 & 6 \hline
                  LaTeX &multicolumn5hrulefill\hline
                  endlongtable

                  enddocument


                  enter image description here






                  share|improve this answer






















                    up vote
                    4
                    down vote










                    up vote
                    4
                    down vote









                    No calculation necessary:



                    documentclass[12pt]article
                    usepackage[a6paper,landscape,left=3mm,right=3mm,top=3mm,bottom=12mm]geometry
                    usepackagelongtable,array

                    tabcolsep=1mmrelax
                    arrayrulewidth=1ptrelax
                    renewcommand*arraystretch2.5
                    newlengthtemp
                    temp=dimexprdimexprtextwidth-7arrayrulewidth-12tabcolseprelax/6relax

                    begindocument

                    beginlongtable*6hline
                    1 & 2 & 3 & 4 & 5 & 6 \hline
                    LaTeX &multicolumn5hrulefill\hline
                    endlongtable

                    enddocument


                    enter image description here






                    share|improve this answer












                    No calculation necessary:



                    documentclass[12pt]article
                    usepackage[a6paper,landscape,left=3mm,right=3mm,top=3mm,bottom=12mm]geometry
                    usepackagelongtable,array

                    tabcolsep=1mmrelax
                    arrayrulewidth=1ptrelax
                    renewcommand*arraystretch2.5
                    newlengthtemp
                    temp=dimexprdimexprtextwidth-7arrayrulewidth-12tabcolseprelax/6relax

                    begindocument

                    beginlongtable*6hline
                    1 & 2 & 3 & 4 & 5 & 6 \hline
                    LaTeX &multicolumn5hrulefill\hline
                    endlongtable

                    enddocument


                    enter image description here







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 42 mins ago









                    Bernard

                    157k764190




                    157k764190




















                        up vote
                        0
                        down vote













                        I found the solution:



                        multicolumn5hrulefill





                        share|improve this answer


























                          up vote
                          0
                          down vote













                          I found the solution:



                          multicolumn5hrulefill





                          share|improve this answer
























                            up vote
                            0
                            down vote










                            up vote
                            0
                            down vote









                            I found the solution:



                            multicolumn5hrulefill





                            share|improve this answer














                            I found the solution:



                            multicolumn5hrulefill






                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            answered 41 mins ago


























                            community wiki





                            Artificial Stupidity





















                                up vote
                                0
                                down vote













                                For the table you're creating, no (human) calculations of any kind are required: Just (a) employ a tabularx environment instead of a tabular environment and (b) the c column type for the cell that spans multiple columns of type X.



                                documentclass[12pt]article
                                usepackage[a6paper,landscape,hmargin=3mm,top=3mm,bottom=12mm]geometry
                                usepackagetabularx
                                renewcommandtabularxcolumn[1]m#1 % use "m" rather than "p" raw column type

                                setlengthtabcolsep1mm % default value: 6pt=2.11mm
                                setlengtharrayrulewidth1pt % default value: 0.4pt
                                renewcommand*arraystretch2.5

                                begindocument

                                noindent
                                begintabularxtextwidth hline
                                1 & 2 & 3 & 4 & 5 & 6 \ hline
                                LaTeX &multicolumn5hrulefill\ hline
                                endtabularx

                                enddocument





                                share|improve this answer
























                                  up vote
                                  0
                                  down vote













                                  For the table you're creating, no (human) calculations of any kind are required: Just (a) employ a tabularx environment instead of a tabular environment and (b) the c column type for the cell that spans multiple columns of type X.



                                  documentclass[12pt]article
                                  usepackage[a6paper,landscape,hmargin=3mm,top=3mm,bottom=12mm]geometry
                                  usepackagetabularx
                                  renewcommandtabularxcolumn[1]m#1 % use "m" rather than "p" raw column type

                                  setlengthtabcolsep1mm % default value: 6pt=2.11mm
                                  setlengtharrayrulewidth1pt % default value: 0.4pt
                                  renewcommand*arraystretch2.5

                                  begindocument

                                  noindent
                                  begintabularxtextwidth hline
                                  1 & 2 & 3 & 4 & 5 & 6 \ hline
                                  LaTeX &multicolumn5hrulefill\ hline
                                  endtabularx

                                  enddocument





                                  share|improve this answer






















                                    up vote
                                    0
                                    down vote










                                    up vote
                                    0
                                    down vote









                                    For the table you're creating, no (human) calculations of any kind are required: Just (a) employ a tabularx environment instead of a tabular environment and (b) the c column type for the cell that spans multiple columns of type X.



                                    documentclass[12pt]article
                                    usepackage[a6paper,landscape,hmargin=3mm,top=3mm,bottom=12mm]geometry
                                    usepackagetabularx
                                    renewcommandtabularxcolumn[1]m#1 % use "m" rather than "p" raw column type

                                    setlengthtabcolsep1mm % default value: 6pt=2.11mm
                                    setlengtharrayrulewidth1pt % default value: 0.4pt
                                    renewcommand*arraystretch2.5

                                    begindocument

                                    noindent
                                    begintabularxtextwidth hline
                                    1 & 2 & 3 & 4 & 5 & 6 \ hline
                                    LaTeX &multicolumn5hrulefill\ hline
                                    endtabularx

                                    enddocument





                                    share|improve this answer












                                    For the table you're creating, no (human) calculations of any kind are required: Just (a) employ a tabularx environment instead of a tabular environment and (b) the c column type for the cell that spans multiple columns of type X.



                                    documentclass[12pt]article
                                    usepackage[a6paper,landscape,hmargin=3mm,top=3mm,bottom=12mm]geometry
                                    usepackagetabularx
                                    renewcommandtabularxcolumn[1]m#1 % use "m" rather than "p" raw column type

                                    setlengthtabcolsep1mm % default value: 6pt=2.11mm
                                    setlengtharrayrulewidth1pt % default value: 0.4pt
                                    renewcommand*arraystretch2.5

                                    begindocument

                                    noindent
                                    begintabularxtextwidth hline
                                    1 & 2 & 3 & 4 & 5 & 6 \ hline
                                    LaTeX &multicolumn5hrulefill\ hline
                                    endtabularx

                                    enddocument






                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered 11 mins ago









                                    Mico

                                    265k30357736




                                    265k30357736



























                                         

                                        draft saved


                                        draft discarded















































                                         


                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f453959%2fwhat-is-the-correct-calculation-to-span-some-columns%23new-answer', 'question_page');

                                        );

                                        Post as a guest













































































                                        Comments

                                        Popular posts from this blog

                                        What does second last employer means? [closed]

                                        List of Gilmore Girls characters

                                        Confectionery