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'

                      What to do with chalk when deepwater soloing? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Photo Competition: April - At Home in The Great OutdoorsIs it ok for my climbing shoes/chalk bag to get wet?What hand and finger exercises help with climbing?Chalk: pure, plus drying agent, liquid?What can I do with a retired rope and harness?What to do with the lap coiled rope if the belayer wishes to lead consecutive pitches?How do to a safety knot when abseiling with 2 ropes?What are the advantages of being short when climbing?When should you start to train with Campus Boards, Hang Boards and Peg Boards?Climbing: fear/panic on boulder wallWith what specific techniques are various bouldering grades associated?What are the most important numerical features to look for when comparing climbing ropes?

                      How to start Thunderbird minimized on start-up?How to run Thunderbird on startup, minimised?How to make Thunderbird Mail runs at startup?How do I start applications automatically on login?How can I delay a specific program on startup?How do I hide Thunderbird from the launcher while running?How to keep Thunderbird and Pidgin running on background?How to open Thunderbird minimised at startup in Ubuntu 16.04How to start Thunderbird minimized to Unity system tray on start-up?Minimize Thunderbird to Traythunderbird script to disable option: “delete message on server”Why is Thunderbird pegging a core at 100%?Thunderbird resets profile after second start upClearing out Thunderbird on UbuntuThunderbird and a shared “home” partitionBidirectionally synchronize Thunderbird profiles (POP3 mail accounts) between two computersWhy doesn't Ubuntu/Thunderbird save my PGP key?How to start Thunderbird minimized to Unity system tray on start-up?Recovering thunderbird files from quick formatted drive?