Vertical spacing in table Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How can I produce vertical white space in a table with LuaLaTeX?uneven line spacingLuaLatex, includespread and libreoffice table with %Bad `limits` spacing with lualatexConditionnally output a long table depending on output type?Custom spacing and TikZspacing in LuaLaTeX with unicode-mathDiscrepancy between lualatex and xelatex regarding display math vertical spacingCommand in lua table key failWeird Vertical Spacing of '*' with Fira Code in Listings

Draw 4 of the same figure in the same tikzpicture

What is Adi Shankara referring to when he says "He has Vajra marks on his feet"?

Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?

Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?

An adverb for when you're not exaggerating

Dyck paths with extra diagonals from valleys (Laser construction)

Can a Beast Master ranger change beast companions?

Should a wizard buy fine inks every time he want to copy spells into his spellbook?

How to compare two different files line by line in unix?

How were pictures turned from film to a big picture in a picture frame before digital scanning?

Random body shuffle every night—can we still function?

Is there public access to the Meteor Crater in Arizona?

What is the home of the drow in Flanaess?

Most bit efficient text communication method?

Semigroups with no morphisms between them

Why can't I install Tomboy in Ubuntu Mate 19.04?

Is CEO the "profession" with the most psychopaths?

How can I prevent/balance waiting and turtling as a response to cooldown mechanics

A letter with no particular backstory

Does the Mueller report show a conspiracy between Russia and the Trump Campaign?

Is multiple magic items in one inherently imbalanced?

Amount of permutations on an NxNxN Rubik's Cube

Drawing spherical mirrors

Why we try to capture variability?



Vertical spacing in table



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How can I produce vertical white space in a table with LuaLaTeX?uneven line spacingLuaLatex, includespread and libreoffice table with %Bad `limits` spacing with lualatexConditionnally output a long table depending on output type?Custom spacing and TikZspacing in LuaLaTeX with unicode-mathDiscrepancy between lualatex and xelatex regarding display math vertical spacingCommand in lua table key failWeird Vertical Spacing of '*' with Fira Code in Listings










0















I am trying to create a table, but inside has some mathematical fractions which is too wide for the table.



Originally I used arraystretch 1.4, the vertical space is too tight. So I wanted to stretch wider.



enter image description here



When I used 2.4, the problem is that it is not vertically aligned anymore.



enter image description here



The problem might not seem apparent in this, so when I increase further to 4, it is even less vertically aligned.



enter image description here



Can someone help me understand and find the correct solution? Thanks in advance.



PS: Incidentally, I use LuaLaTeX as the default compiler.



documentclass[twoside,14pt]extarticle
usepackagearray
newcolumntypeL[1]>raggedrightarraybackslashm#1

usepackageamsmath

begindocument

renewcommandarraystretch2.4
setlengthtabcolsep1.5tabcolsep
setlengtharrayrulewidth1.5pt
begincenter
begintabular!vrule width 1.5pt L75mm !vrule width 1.5pt L75mm !vrule width 1.5pt
hline
As $displaystyle fleft(xright) rightarrow +infty$, & $displaystyle dfrac1fleft(xright) rightarrow$
\ hline
endtabular
endcenter

enddocument








share







New contributor




James is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    I am trying to create a table, but inside has some mathematical fractions which is too wide for the table.



    Originally I used arraystretch 1.4, the vertical space is too tight. So I wanted to stretch wider.



    enter image description here



    When I used 2.4, the problem is that it is not vertically aligned anymore.



    enter image description here



    The problem might not seem apparent in this, so when I increase further to 4, it is even less vertically aligned.



    enter image description here



    Can someone help me understand and find the correct solution? Thanks in advance.



    PS: Incidentally, I use LuaLaTeX as the default compiler.



    documentclass[twoside,14pt]extarticle
    usepackagearray
    newcolumntypeL[1]>raggedrightarraybackslashm#1

    usepackageamsmath

    begindocument

    renewcommandarraystretch2.4
    setlengthtabcolsep1.5tabcolsep
    setlengtharrayrulewidth1.5pt
    begincenter
    begintabular!vrule width 1.5pt L75mm !vrule width 1.5pt L75mm !vrule width 1.5pt
    hline
    As $displaystyle fleft(xright) rightarrow +infty$, & $displaystyle dfrac1fleft(xright) rightarrow$
    \ hline
    endtabular
    endcenter

    enddocument








    share







    New contributor




    James is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I am trying to create a table, but inside has some mathematical fractions which is too wide for the table.



      Originally I used arraystretch 1.4, the vertical space is too tight. So I wanted to stretch wider.



      enter image description here



      When I used 2.4, the problem is that it is not vertically aligned anymore.



      enter image description here



      The problem might not seem apparent in this, so when I increase further to 4, it is even less vertically aligned.



      enter image description here



      Can someone help me understand and find the correct solution? Thanks in advance.



      PS: Incidentally, I use LuaLaTeX as the default compiler.



      documentclass[twoside,14pt]extarticle
      usepackagearray
      newcolumntypeL[1]>raggedrightarraybackslashm#1

      usepackageamsmath

      begindocument

      renewcommandarraystretch2.4
      setlengthtabcolsep1.5tabcolsep
      setlengtharrayrulewidth1.5pt
      begincenter
      begintabular!vrule width 1.5pt L75mm !vrule width 1.5pt L75mm !vrule width 1.5pt
      hline
      As $displaystyle fleft(xright) rightarrow +infty$, & $displaystyle dfrac1fleft(xright) rightarrow$
      \ hline
      endtabular
      endcenter

      enddocument








      share







      New contributor




      James is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am trying to create a table, but inside has some mathematical fractions which is too wide for the table.



      Originally I used arraystretch 1.4, the vertical space is too tight. So I wanted to stretch wider.



      enter image description here



      When I used 2.4, the problem is that it is not vertically aligned anymore.



      enter image description here



      The problem might not seem apparent in this, so when I increase further to 4, it is even less vertically aligned.



      enter image description here



      Can someone help me understand and find the correct solution? Thanks in advance.



      PS: Incidentally, I use LuaLaTeX as the default compiler.



      documentclass[twoside,14pt]extarticle
      usepackagearray
      newcolumntypeL[1]>raggedrightarraybackslashm#1

      usepackageamsmath

      begindocument

      renewcommandarraystretch2.4
      setlengthtabcolsep1.5tabcolsep
      setlengtharrayrulewidth1.5pt
      begincenter
      begintabular!vrule width 1.5pt L75mm !vrule width 1.5pt L75mm !vrule width 1.5pt
      hline
      As $displaystyle fleft(xright) rightarrow +infty$, & $displaystyle dfrac1fleft(xright) rightarrow$
      \ hline
      endtabular
      endcenter

      enddocument






      luatex





      share







      New contributor




      James is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      James is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      James is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 7 mins ago









      JamesJames

      1




      1




      New contributor




      James is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      James is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      James is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








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

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

          else
          createEditor();

          );

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



          );






          James is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485671%2fvertical-spacing-in-table%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          James is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          James is a new contributor. Be nice, and check out our Code of Conduct.












          James is a new contributor. Be nice, and check out our Code of Conduct.











          James is a new contributor. Be nice, and check out our Code of Conduct.














          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%2f485671%2fvertical-spacing-in-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