Too much vertical space above xrightarrowreduce vertical space for xrightarrowcenter label/text over xrightarrow with scaled stackrelToo much vertical space before part when using marginparToo much space below figuresToo much vertical space after long section title using titlesecWrong (too much) vertical space above vdots in small matrixDeal with too much white spaceToo much vertical space before a minipage environmentToo much space between tablestitlespacing, too much space above description environmentEquations Taking too much spaceToo much space after times

Make a transparent 448*448 image

Is having access to past exams cheating and, if yes, could it be proven just by a good grade?

My story is written in English, but is set in my home country. What language should I use for the dialogue?

It's a yearly task, alright

What Happens when Passenger Refuses to Fly Boeing 737 Max?

What has been your most complicated TikZ drawing?

US to Europe trip with Canada layover- is 52 minutes enough?

This equation is outside the page, how to modify it

Gravity alteration as extermination tool viable?

Is it true that real estate prices mainly go up?

Running a subshell from the middle of the current command

A curious inequality concerning binomial coefficients

Prove that the total distance is minimised (when travelling across the longest path)

Unreachable code, but reachable with exception

Provisioning profile doesn't include the application-identifier and keychain-access-groups entitlements

validation vs test vs training accuracy, which one to compare for claiming overfit?

How could our ancestors have domesticated a solitary predator?

What exactly is the purpose of connection links straped between the rocket and the launch pad

Best approach to update all entries in a list that is paginated?

Playing ONE triplet (not three)

When two POV characters meet

What is the likely impact on flights of grounding an entire aircraft series?

Force user to remove USB token

Latest web browser compatible with Windows 98



Too much vertical space above xrightarrow


reduce vertical space for xrightarrowcenter label/text over xrightarrow with scaled stackrelToo much vertical space before part when using marginparToo much space below figuresToo much vertical space after long section title using titlesecWrong (too much) vertical space above vdots in small matrixDeal with too much white spaceToo much vertical space before a minipage environmentToo much space between tablestitlespacing, too much space above description environmentEquations Taking too much spaceToo much space after times













3















I currently have the following shortcut in my LaTeX document for an isomorphism arrow:



usepackagekpfonts,Baskervaldx,mathrsfs,calligra

newcommandcongtoxrightarrowsim


This works fine, except for the fact that there is a bit too much vertical space below the sim.

In particular, if the arrow happens to appear below any other inline maths, then things seem a little bit too squished.

How can I lower the sim to be closer to my xrightarrow?



Here is how things look at the moment:



current situation










share|improve this question
























  • See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…

    – Steven B. Segletes
    6 hours ago
















3















I currently have the following shortcut in my LaTeX document for an isomorphism arrow:



usepackagekpfonts,Baskervaldx,mathrsfs,calligra

newcommandcongtoxrightarrowsim


This works fine, except for the fact that there is a bit too much vertical space below the sim.

In particular, if the arrow happens to appear below any other inline maths, then things seem a little bit too squished.

How can I lower the sim to be closer to my xrightarrow?



Here is how things look at the moment:



current situation










share|improve this question
























  • See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…

    – Steven B. Segletes
    6 hours ago














3












3








3


0






I currently have the following shortcut in my LaTeX document for an isomorphism arrow:



usepackagekpfonts,Baskervaldx,mathrsfs,calligra

newcommandcongtoxrightarrowsim


This works fine, except for the fact that there is a bit too much vertical space below the sim.

In particular, if the arrow happens to appear below any other inline maths, then things seem a little bit too squished.

How can I lower the sim to be closer to my xrightarrow?



Here is how things look at the moment:



current situation










share|improve this question
















I currently have the following shortcut in my LaTeX document for an isomorphism arrow:



usepackagekpfonts,Baskervaldx,mathrsfs,calligra

newcommandcongtoxrightarrowsim


This works fine, except for the fact that there is a bit too much vertical space below the sim.

In particular, if the arrow happens to appear below any other inline maths, then things seem a little bit too squished.

How can I lower the sim to be closer to my xrightarrow?



Here is how things look at the moment:



current situation







spacing symbols stacking-symbols






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 hours ago









CarLaTeX

33.4k551137




33.4k551137










asked 6 hours ago









TimTim

1908




1908












  • See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…

    – Steven B. Segletes
    6 hours ago


















  • See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…

    – Steven B. Segletes
    6 hours ago

















See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…

– Steven B. Segletes
6 hours ago






See tex.stackexchange.com/questions/231785/…, tex.stackexchange.com/questions/419965/…

– Steven B. Segletes
6 hours ago











2 Answers
2






active

oldest

votes


















3














If you don't need it in scriptstyle (though I think xrightarrow only comes in textstyle), then



documentclassarticle
usepackagekpfonts,Baskervaldx,mathrsfs,calligra
newcommandcongtoaltxrightarrowsim
usepackagestackengine,amsmath
newcommandaltxrightarrow[2][0pt]mathrelensurestackMathstackengine%
dimexpr#1-7.5ptxrightarrowphantom#2scriptstyle!#2,%
OcFFS
begindocument
$Acongto B$

$Aaltxrightarrowequiv B$

$Aaltxrightarrow[-2pt]mathrmwth B$
enddocument


enter image description here



altxrightarrow thrown in for free.






share|improve this answer
































    2














    Following the links in a comment, I just used



    newcommandcongtoxrightarrowraisebox-1ex[0ex][0ex]$sim$


    which worked great:



    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%2f479322%2ftoo-much-vertical-space-above-xrightarrow%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      3














      If you don't need it in scriptstyle (though I think xrightarrow only comes in textstyle), then



      documentclassarticle
      usepackagekpfonts,Baskervaldx,mathrsfs,calligra
      newcommandcongtoaltxrightarrowsim
      usepackagestackengine,amsmath
      newcommandaltxrightarrow[2][0pt]mathrelensurestackMathstackengine%
      dimexpr#1-7.5ptxrightarrowphantom#2scriptstyle!#2,%
      OcFFS
      begindocument
      $Acongto B$

      $Aaltxrightarrowequiv B$

      $Aaltxrightarrow[-2pt]mathrmwth B$
      enddocument


      enter image description here



      altxrightarrow thrown in for free.






      share|improve this answer





























        3














        If you don't need it in scriptstyle (though I think xrightarrow only comes in textstyle), then



        documentclassarticle
        usepackagekpfonts,Baskervaldx,mathrsfs,calligra
        newcommandcongtoaltxrightarrowsim
        usepackagestackengine,amsmath
        newcommandaltxrightarrow[2][0pt]mathrelensurestackMathstackengine%
        dimexpr#1-7.5ptxrightarrowphantom#2scriptstyle!#2,%
        OcFFS
        begindocument
        $Acongto B$

        $Aaltxrightarrowequiv B$

        $Aaltxrightarrow[-2pt]mathrmwth B$
        enddocument


        enter image description here



        altxrightarrow thrown in for free.






        share|improve this answer



























          3












          3








          3







          If you don't need it in scriptstyle (though I think xrightarrow only comes in textstyle), then



          documentclassarticle
          usepackagekpfonts,Baskervaldx,mathrsfs,calligra
          newcommandcongtoaltxrightarrowsim
          usepackagestackengine,amsmath
          newcommandaltxrightarrow[2][0pt]mathrelensurestackMathstackengine%
          dimexpr#1-7.5ptxrightarrowphantom#2scriptstyle!#2,%
          OcFFS
          begindocument
          $Acongto B$

          $Aaltxrightarrowequiv B$

          $Aaltxrightarrow[-2pt]mathrmwth B$
          enddocument


          enter image description here



          altxrightarrow thrown in for free.






          share|improve this answer















          If you don't need it in scriptstyle (though I think xrightarrow only comes in textstyle), then



          documentclassarticle
          usepackagekpfonts,Baskervaldx,mathrsfs,calligra
          newcommandcongtoaltxrightarrowsim
          usepackagestackengine,amsmath
          newcommandaltxrightarrow[2][0pt]mathrelensurestackMathstackengine%
          dimexpr#1-7.5ptxrightarrowphantom#2scriptstyle!#2,%
          OcFFS
          begindocument
          $Acongto B$

          $Aaltxrightarrowequiv B$

          $Aaltxrightarrow[-2pt]mathrmwth B$
          enddocument


          enter image description here



          altxrightarrow thrown in for free.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 5 hours ago

























          answered 5 hours ago









          Steven B. SegletesSteven B. Segletes

          158k9204411




          158k9204411





















              2














              Following the links in a comment, I just used



              newcommandcongtoxrightarrowraisebox-1ex[0ex][0ex]$sim$


              which worked great:



              enter image description here






              share|improve this answer





























                2














                Following the links in a comment, I just used



                newcommandcongtoxrightarrowraisebox-1ex[0ex][0ex]$sim$


                which worked great:



                enter image description here






                share|improve this answer



























                  2












                  2








                  2







                  Following the links in a comment, I just used



                  newcommandcongtoxrightarrowraisebox-1ex[0ex][0ex]$sim$


                  which worked great:



                  enter image description here






                  share|improve this answer















                  Following the links in a comment, I just used



                  newcommandcongtoxrightarrowraisebox-1ex[0ex][0ex]$sim$


                  which worked great:



                  enter image description here







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 5 hours ago









                  CarLaTeX

                  33.4k551137




                  33.4k551137










                  answered 5 hours ago









                  TimTim

                  1908




                  1908



























                      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%2f479322%2ftoo-much-vertical-space-above-xrightarrow%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

                      Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                      fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

                      Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch