Tabularx with hline and overrightarrow vertical spacingtabularx hline introduces blank line aboveBottom hline in a tabularx wrapper environmentUsing mathspec to change digits font in math mode isn't workinghline not filling up in tabularxColumn alignment and spacing in tabularxtabularx with multicolumn and multirowhline doesn't compile ('arydshln' and 'tabularx' incompatibility)Tabularx: Multiple vertical top columns and multiple vertical bottom columnstabularx affects vertical spacing on titlepageUsing printeranswers environment, how to print solutions in the box without the title “Solutions”

Linear and Integer programming materials

Why don't politicians push for fossil fuel reduction by pointing out their scarcity?

What should I do with the stock I own if I anticipate there will be a recession?

Why is su world executable?

To plot branch cut of logarithm

How could Tony Stark wield the Infinity Nano Gauntlet - at all?

Can I submit a paper computer science conference using an alias if using my real name can cause legal trouble in my original country

What security risks does exposing the size of the plaintext entail?

Just one file echoed from an array of files

Installing the original OS X version onto a Mac?

Why is the name Bergson pronounced like Berksonne?

Levenshtein Neighbours

Starships without computers?

Which basis does the wavefunction collapse to?

Would getting a natural 20 with a penalty still count as a critical hit?

Spongy green glass found on graves

Replacing old plug-in 220V range with new hardwire 3-wire electric cooktop: remove outlet or add a plug?

Tabularx with hline and overrightarrow vertical spacing

Can I check a small array of bools in one go?

Do living authors still get paid royalties for their old work?

Airline power sockets shut down when I plug my computer in. How can I avoid that?

Check disk usage of files returned with spaces

Radix2 Fast Fourier Transform implemented in C++

From France west coast to Portugal via ship?



Tabularx with hline and overrightarrow vertical spacing


tabularx hline introduces blank line aboveBottom hline in a tabularx wrapper environmentUsing mathspec to change digits font in math mode isn't workinghline not filling up in tabularxColumn alignment and spacing in tabularxtabularx with multicolumn and multirowhline doesn't compile ('arydshln' and 'tabularx' incompatibility)Tabularx: Multiple vertical top columns and multiple vertical bottom columnstabularx affects vertical spacing on titlepageUsing printeranswers environment, how to print solutions in the box without the title “Solutions”






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








3















I use a overrightarrow in my tabularx table with hline. Howover, the vector arrow is mixed with the line. Is there a good way to fix this error other than manually putting spacing ?



enter image description here



documentclassarticle
usepackage[utf8]inputenc
usepackageamsmath
usepackageamssymb

usepackagetabularx
newcolumntypeY>centeringarraybackslashX

begindocument

begintabularxlinewidthhline
a&$overrightarrowmathrmAB$&c\hline
endtabularx
enddocument









share|improve this question






























    3















    I use a overrightarrow in my tabularx table with hline. Howover, the vector arrow is mixed with the line. Is there a good way to fix this error other than manually putting spacing ?



    enter image description here



    documentclassarticle
    usepackage[utf8]inputenc
    usepackageamsmath
    usepackageamssymb

    usepackagetabularx
    newcolumntypeY>centeringarraybackslashX

    begindocument

    begintabularxlinewidthhline
    a&$overrightarrowmathrmAB$&c\hline
    endtabularx
    enddocument









    share|improve this question


























      3












      3








      3








      I use a overrightarrow in my tabularx table with hline. Howover, the vector arrow is mixed with the line. Is there a good way to fix this error other than manually putting spacing ?



      enter image description here



      documentclassarticle
      usepackage[utf8]inputenc
      usepackageamsmath
      usepackageamssymb

      usepackagetabularx
      newcolumntypeY>centeringarraybackslashX

      begindocument

      begintabularxlinewidthhline
      a&$overrightarrowmathrmAB$&c\hline
      endtabularx
      enddocument









      share|improve this question














      I use a overrightarrow in my tabularx table with hline. Howover, the vector arrow is mixed with the line. Is there a good way to fix this error other than manually putting spacing ?



      enter image description here



      documentclassarticle
      usepackage[utf8]inputenc
      usepackageamsmath
      usepackageamssymb

      usepackagetabularx
      newcolumntypeY>centeringarraybackslashX

      begindocument

      begintabularxlinewidthhline
      a&$overrightarrowmathrmAB$&c\hline
      endtabularx
      enddocument






      math-mode tabularx vector






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 10 hours ago









      MatheodMatheod

      1298 bronze badges




      1298 bronze badges























          3 Answers
          3






          active

          oldest

          votes


















          4














          An alternative with the cellspace package:



          enter image description here



          documentclassarticle
          usepackagecellspace
          usepackagetabularx
          newcolumntypeY>centeringarraybackslashX
          setlengthcellspacetoplimit6pt
          setlengthcellspacebottomlimit6pt
          begindocument
          begintabularxlinewidthhline
          a & $overrightarrowmathrmAB$ & cdeffg \hline
          endtabularx
          enddocument





          share|improve this answer
































            3














            Another possibilities is to use makegapedcells from makecell package:



            documentclassarticle
            usepackageamsmath, amssymb
            usepackagemakecell, tabularx
            newcolumntypeY>centeringarraybackslashX

            begindocument


            setcellgapes3pt
            makegapedcells
            begintabularxlinewidthhline
            a & $overrightarrowmathrmAB$ & cdeffg \hline
            endtabularx

            enddocument


            enter image description here






            share|improve this answer
































              3














              You could use renewcommandarraystretch<more space between rows> (or with the @Zarko'definition stretchering factor), to increase the space of the cells for example.



              enter image description here



              documentclassarticle
              usepackage[utf8]inputenc
              usepackageamsmath
              usepackageamssymb
              usepackagetabularx
              newcolumntypeY>centeringarraybackslashX
              begindocument
              renewcommandarraystretch2
              begintabularxlinewidthhline
              a&$overrightarrowmathrmAB$&c\hline
              endtabularx
              enddocument





              share|improve this answer






















              • 2





                It is not vertical distance but stretchering factor :-) (now I can't remember its official name). +1!

                – Zarko
                10 hours ago











              • @Zarko I have invented the definition italian->english language ;-).-)

                – Sebastiano
                10 hours ago













              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "85"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f504680%2ftabularx-with-hline-and-overrightarrow-vertical-spacing%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              4














              An alternative with the cellspace package:



              enter image description here



              documentclassarticle
              usepackagecellspace
              usepackagetabularx
              newcolumntypeY>centeringarraybackslashX
              setlengthcellspacetoplimit6pt
              setlengthcellspacebottomlimit6pt
              begindocument
              begintabularxlinewidthhline
              a & $overrightarrowmathrmAB$ & cdeffg \hline
              endtabularx
              enddocument





              share|improve this answer





























                4














                An alternative with the cellspace package:



                enter image description here



                documentclassarticle
                usepackagecellspace
                usepackagetabularx
                newcolumntypeY>centeringarraybackslashX
                setlengthcellspacetoplimit6pt
                setlengthcellspacebottomlimit6pt
                begindocument
                begintabularxlinewidthhline
                a & $overrightarrowmathrmAB$ & cdeffg \hline
                endtabularx
                enddocument





                share|improve this answer



























                  4












                  4








                  4







                  An alternative with the cellspace package:



                  enter image description here



                  documentclassarticle
                  usepackagecellspace
                  usepackagetabularx
                  newcolumntypeY>centeringarraybackslashX
                  setlengthcellspacetoplimit6pt
                  setlengthcellspacebottomlimit6pt
                  begindocument
                  begintabularxlinewidthhline
                  a & $overrightarrowmathrmAB$ & cdeffg \hline
                  endtabularx
                  enddocument





                  share|improve this answer













                  An alternative with the cellspace package:



                  enter image description here



                  documentclassarticle
                  usepackagecellspace
                  usepackagetabularx
                  newcolumntypeY>centeringarraybackslashX
                  setlengthcellspacetoplimit6pt
                  setlengthcellspacebottomlimit6pt
                  begindocument
                  begintabularxlinewidthhline
                  a & $overrightarrowmathrmAB$ & cdeffg \hline
                  endtabularx
                  enddocument






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 10 hours ago









                  leandriisleandriis

                  18.3k1 gold badge11 silver badges38 bronze badges




                  18.3k1 gold badge11 silver badges38 bronze badges


























                      3














                      Another possibilities is to use makegapedcells from makecell package:



                      documentclassarticle
                      usepackageamsmath, amssymb
                      usepackagemakecell, tabularx
                      newcolumntypeY>centeringarraybackslashX

                      begindocument


                      setcellgapes3pt
                      makegapedcells
                      begintabularxlinewidthhline
                      a & $overrightarrowmathrmAB$ & cdeffg \hline
                      endtabularx

                      enddocument


                      enter image description here






                      share|improve this answer





























                        3














                        Another possibilities is to use makegapedcells from makecell package:



                        documentclassarticle
                        usepackageamsmath, amssymb
                        usepackagemakecell, tabularx
                        newcolumntypeY>centeringarraybackslashX

                        begindocument


                        setcellgapes3pt
                        makegapedcells
                        begintabularxlinewidthhline
                        a & $overrightarrowmathrmAB$ & cdeffg \hline
                        endtabularx

                        enddocument


                        enter image description here






                        share|improve this answer



























                          3












                          3








                          3







                          Another possibilities is to use makegapedcells from makecell package:



                          documentclassarticle
                          usepackageamsmath, amssymb
                          usepackagemakecell, tabularx
                          newcolumntypeY>centeringarraybackslashX

                          begindocument


                          setcellgapes3pt
                          makegapedcells
                          begintabularxlinewidthhline
                          a & $overrightarrowmathrmAB$ & cdeffg \hline
                          endtabularx

                          enddocument


                          enter image description here






                          share|improve this answer













                          Another possibilities is to use makegapedcells from makecell package:



                          documentclassarticle
                          usepackageamsmath, amssymb
                          usepackagemakecell, tabularx
                          newcolumntypeY>centeringarraybackslashX

                          begindocument


                          setcellgapes3pt
                          makegapedcells
                          begintabularxlinewidthhline
                          a & $overrightarrowmathrmAB$ & cdeffg \hline
                          endtabularx

                          enddocument


                          enter image description here







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 10 hours ago









                          ZarkoZarko

                          144k8 gold badges81 silver badges192 bronze badges




                          144k8 gold badges81 silver badges192 bronze badges
























                              3














                              You could use renewcommandarraystretch<more space between rows> (or with the @Zarko'definition stretchering factor), to increase the space of the cells for example.



                              enter image description here



                              documentclassarticle
                              usepackage[utf8]inputenc
                              usepackageamsmath
                              usepackageamssymb
                              usepackagetabularx
                              newcolumntypeY>centeringarraybackslashX
                              begindocument
                              renewcommandarraystretch2
                              begintabularxlinewidthhline
                              a&$overrightarrowmathrmAB$&c\hline
                              endtabularx
                              enddocument





                              share|improve this answer






















                              • 2





                                It is not vertical distance but stretchering factor :-) (now I can't remember its official name). +1!

                                – Zarko
                                10 hours ago











                              • @Zarko I have invented the definition italian->english language ;-).-)

                                – Sebastiano
                                10 hours ago















                              3














                              You could use renewcommandarraystretch<more space between rows> (or with the @Zarko'definition stretchering factor), to increase the space of the cells for example.



                              enter image description here



                              documentclassarticle
                              usepackage[utf8]inputenc
                              usepackageamsmath
                              usepackageamssymb
                              usepackagetabularx
                              newcolumntypeY>centeringarraybackslashX
                              begindocument
                              renewcommandarraystretch2
                              begintabularxlinewidthhline
                              a&$overrightarrowmathrmAB$&c\hline
                              endtabularx
                              enddocument





                              share|improve this answer






















                              • 2





                                It is not vertical distance but stretchering factor :-) (now I can't remember its official name). +1!

                                – Zarko
                                10 hours ago











                              • @Zarko I have invented the definition italian->english language ;-).-)

                                – Sebastiano
                                10 hours ago













                              3












                              3








                              3







                              You could use renewcommandarraystretch<more space between rows> (or with the @Zarko'definition stretchering factor), to increase the space of the cells for example.



                              enter image description here



                              documentclassarticle
                              usepackage[utf8]inputenc
                              usepackageamsmath
                              usepackageamssymb
                              usepackagetabularx
                              newcolumntypeY>centeringarraybackslashX
                              begindocument
                              renewcommandarraystretch2
                              begintabularxlinewidthhline
                              a&$overrightarrowmathrmAB$&c\hline
                              endtabularx
                              enddocument





                              share|improve this answer















                              You could use renewcommandarraystretch<more space between rows> (or with the @Zarko'definition stretchering factor), to increase the space of the cells for example.



                              enter image description here



                              documentclassarticle
                              usepackage[utf8]inputenc
                              usepackageamsmath
                              usepackageamssymb
                              usepackagetabularx
                              newcolumntypeY>centeringarraybackslashX
                              begindocument
                              renewcommandarraystretch2
                              begintabularxlinewidthhline
                              a&$overrightarrowmathrmAB$&c\hline
                              endtabularx
                              enddocument






                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited 10 hours ago

























                              answered 10 hours ago









                              SebastianoSebastiano

                              15.1k5 gold badges26 silver badges79 bronze badges




                              15.1k5 gold badges26 silver badges79 bronze badges










                              • 2





                                It is not vertical distance but stretchering factor :-) (now I can't remember its official name). +1!

                                – Zarko
                                10 hours ago











                              • @Zarko I have invented the definition italian->english language ;-).-)

                                – Sebastiano
                                10 hours ago












                              • 2





                                It is not vertical distance but stretchering factor :-) (now I can't remember its official name). +1!

                                – Zarko
                                10 hours ago











                              • @Zarko I have invented the definition italian->english language ;-).-)

                                – Sebastiano
                                10 hours ago







                              2




                              2





                              It is not vertical distance but stretchering factor :-) (now I can't remember its official name). +1!

                              – Zarko
                              10 hours ago





                              It is not vertical distance but stretchering factor :-) (now I can't remember its official name). +1!

                              – Zarko
                              10 hours ago













                              @Zarko I have invented the definition italian->english language ;-).-)

                              – Sebastiano
                              10 hours ago





                              @Zarko I have invented the definition italian->english language ;-).-)

                              – Sebastiano
                              10 hours ago

















                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f504680%2ftabularx-with-hline-and-overrightarrow-vertical-spacing%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

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

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

                              Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її