gather is not aware of abovedisplayshortskipIs gather* equivalent to displaymath?abovedisplayskip vs...

Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?

ssTTsSTtRrriinInnnnNNNIiinngg

Arrow those variables!

Why is consensus so controversial in Britain?

Short story with a alien planet, government officials must wear exploding medallions

How do conventional missiles fly?

Valid term from quadratic sequence?

How to tell a function to use the default argument values?

Do scales need to be in alphabetical order?

How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?

Do UK voters know if their MP will be the Speaker of the House?

Why doesn't using multiple commands with a || or && conditional work?

Is it possible to create a QR code using text?

CAST throwing error when run in stored procedure but not when run as raw query

I would say: "You are another teacher", but she is a woman and I am a man

Why does this cyclic subgroup have only 4 subgroups?

Avoiding the "not like other girls" trope?

How dangerous is XSS?

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?

Personal Teleportation: From Rags to Riches

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

How can saying a song's name be a copyright violation?

Is it logically or scientifically possible to artificially send energy to the body?



gather is not aware of abovedisplayshortskip


Is gather* equivalent to displaymath?abovedisplayskip vs abovedisplayshortskipLeft aligning equations without align characterLibertine fonts: spaces in PDF filesAdjusting the width of a displaymath environmentWhat is the difference between begin{gather} and begin{gather*}?Problem with gather and labelsvertical spacing in multiline gather with amsmathContext-aware dots at the end of formulasamsmath - redefine align to support abovedisplayshortskip and belowdisplayshortskip?Vertical spacing between arrow and caption with unicode-math













0















So in the following example we can see that
gather does not insert abovedisplayshortskip
but probably inserts abovedisplayskip.



documentclass[twocolumn]{article}

usepackage{amsmath}
usepackage{lipsum}

begin{document}

lipsum[1]
begin{equation}
%begin{gathered}
123
%end{gathered}
end{equation}
lipsum[1]

newpage

lipsum[1]
begin{gather}
567
end{gather}
lipsum[1]

end{document}




Boris's answer
mentioned this
but it does not tell me how to avoid it.
What is the correct way to bring back abovedisplayshortskip?
Does gathered inside equation produce the correct spacing?









share



























    0















    So in the following example we can see that
    gather does not insert abovedisplayshortskip
    but probably inserts abovedisplayskip.



    documentclass[twocolumn]{article}

    usepackage{amsmath}
    usepackage{lipsum}

    begin{document}

    lipsum[1]
    begin{equation}
    %begin{gathered}
    123
    %end{gathered}
    end{equation}
    lipsum[1]

    newpage

    lipsum[1]
    begin{gather}
    567
    end{gather}
    lipsum[1]

    end{document}




    Boris's answer
    mentioned this
    but it does not tell me how to avoid it.
    What is the correct way to bring back abovedisplayshortskip?
    Does gathered inside equation produce the correct spacing?









    share

























      0












      0








      0








      So in the following example we can see that
      gather does not insert abovedisplayshortskip
      but probably inserts abovedisplayskip.



      documentclass[twocolumn]{article}

      usepackage{amsmath}
      usepackage{lipsum}

      begin{document}

      lipsum[1]
      begin{equation}
      %begin{gathered}
      123
      %end{gathered}
      end{equation}
      lipsum[1]

      newpage

      lipsum[1]
      begin{gather}
      567
      end{gather}
      lipsum[1]

      end{document}




      Boris's answer
      mentioned this
      but it does not tell me how to avoid it.
      What is the correct way to bring back abovedisplayshortskip?
      Does gathered inside equation produce the correct spacing?









      share














      So in the following example we can see that
      gather does not insert abovedisplayshortskip
      but probably inserts abovedisplayskip.



      documentclass[twocolumn]{article}

      usepackage{amsmath}
      usepackage{lipsum}

      begin{document}

      lipsum[1]
      begin{equation}
      %begin{gathered}
      123
      %end{gathered}
      end{equation}
      lipsum[1]

      newpage

      lipsum[1]
      begin{gather}
      567
      end{gather}
      lipsum[1]

      end{document}




      Boris's answer
      mentioned this
      but it does not tell me how to avoid it.
      What is the correct way to bring back abovedisplayshortskip?
      Does gathered inside equation produce the correct spacing?







      spacing amsmath





      share












      share










      share



      share










      asked 4 mins ago









      Symbol 1Symbol 1

      25.9k241125




      25.9k241125






















          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483073%2fgather-is-not-aware-of-abovedisplayshortskip%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
















          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%2f483073%2fgather-is-not-aware-of-abovedisplayshortskip%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

          Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

          How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

          Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...