Using footnotes inside stackrel multiple times in a single equationMultiple footnotes in equations in...

When and why did journal article titles become descriptive, rather than creatively allusive?

What's the metal clinking sound at the end of credits in Avengers: Endgame?

What's the polite way to say "I need to urinate"?

Can fracking help reduce CO2?

Is there a way to detect if the current member function is operating on an lvalue or rvalue?

Any examples of headwear for races with animal ears?

Can not tell colimits from limits

How to determine the actual or "true" resolution of a digital photograph?

Toggle Overlays shortcut?

Unexpected email from Yorkshire Bank

Why do Ichisongas hate elephants and hippos?

Why does nature favour the Laplacian?

What does "rf" mean in "rfkill"?

In gnome-terminal only 2 out of 3 zoom keys work

Do I have to worry about players making “bad” choices on level up?

Why are the 2nd/3rd singular forms of present of « potere » irregular?

Sci-fi novel series with instant travel between planets through gates. A river runs through the gates

What is the point of Germany's 299 "party seats" in the Bundestag?

Was it really necessary for the Lunar Module to have 2 stages?

gnu parallel how to use with ffmpeg

Electric guitar: why such heavy pots?

Are Boeing 737-800’s grounded?

How to stop co-workers from teasing me because I know Russian?

Lock in SQL Server and Oracle



Using footnotes inside stackrel multiple times in a single equation


Multiple footnotes in equations in stackrel/overset with hyperreffootnotemark and footnotetext in minipageMaking footnote work in leftbar environmentBeamer: multiple references to the same footnoteFootnotemark and footnotetext on different pagesFootnote inside stackrelMultiple footnotes in equations in stackrel/overset with hyperrefMultiple footnotes within a mdframed to refer to the same texttex4ht/tex4ebook: resetting footnote counter, allowing for multiple footnotes with same numberMultiple Footnotes in the same caption/figure/table/equation with hyperrefRecolor text, such that floats and footnotes are affected correctly













1















When I want to place a footnote above some operator I usually use something like this



begin{equation}
2 + 2 stackrel{footnotemark}{=} 4
end{equation}
footnotetext{it's trivial.}


which works fine as long as I only use it once in the equation. If I try to use it twice, both of the footnotes get numbered with the bigger counter, like this:



documentclass{article}
usepackage{hyperref}
begin{document}
%
begin{equation}
1 stackrel{footnotemark}{=} 1 stackrel{footnotemark}{=} 1
end{equation}
footnotetext{is equal to}
footnotetext{is the same as}
%
end{document}


enter image description here



In the accepted answer to Multiple footnotes in equations in stackrel/overset with hyperref, the workaround is using the stackon command from the stackengine package. However, this has some drawbacks:



1) the hyperref links don't work;



2) the following counter doesn't have the right number, as shown in this example:



begin{equation}
1 stackon[1pt]{=}{Shortstack{footnotemark[1]}} 1 stackon[1pt]{=}{Shortstack{footnotemark[2]}} 1
end{equation}
footnotetext[1]{is equal to}
footnotetext[2]{is the same as}
%
footnote{a third footnote, with the wrong counter.}


3) the spaces before and after the equal sign are removed:



enter image description here



So my question is: is there a way to solve this problem while still using stackrel?










share|improve this question



























    1















    When I want to place a footnote above some operator I usually use something like this



    begin{equation}
    2 + 2 stackrel{footnotemark}{=} 4
    end{equation}
    footnotetext{it's trivial.}


    which works fine as long as I only use it once in the equation. If I try to use it twice, both of the footnotes get numbered with the bigger counter, like this:



    documentclass{article}
    usepackage{hyperref}
    begin{document}
    %
    begin{equation}
    1 stackrel{footnotemark}{=} 1 stackrel{footnotemark}{=} 1
    end{equation}
    footnotetext{is equal to}
    footnotetext{is the same as}
    %
    end{document}


    enter image description here



    In the accepted answer to Multiple footnotes in equations in stackrel/overset with hyperref, the workaround is using the stackon command from the stackengine package. However, this has some drawbacks:



    1) the hyperref links don't work;



    2) the following counter doesn't have the right number, as shown in this example:



    begin{equation}
    1 stackon[1pt]{=}{Shortstack{footnotemark[1]}} 1 stackon[1pt]{=}{Shortstack{footnotemark[2]}} 1
    end{equation}
    footnotetext[1]{is equal to}
    footnotetext[2]{is the same as}
    %
    footnote{a third footnote, with the wrong counter.}


    3) the spaces before and after the equal sign are removed:



    enter image description here



    So my question is: is there a way to solve this problem while still using stackrel?










    share|improve this question

























      1












      1








      1








      When I want to place a footnote above some operator I usually use something like this



      begin{equation}
      2 + 2 stackrel{footnotemark}{=} 4
      end{equation}
      footnotetext{it's trivial.}


      which works fine as long as I only use it once in the equation. If I try to use it twice, both of the footnotes get numbered with the bigger counter, like this:



      documentclass{article}
      usepackage{hyperref}
      begin{document}
      %
      begin{equation}
      1 stackrel{footnotemark}{=} 1 stackrel{footnotemark}{=} 1
      end{equation}
      footnotetext{is equal to}
      footnotetext{is the same as}
      %
      end{document}


      enter image description here



      In the accepted answer to Multiple footnotes in equations in stackrel/overset with hyperref, the workaround is using the stackon command from the stackengine package. However, this has some drawbacks:



      1) the hyperref links don't work;



      2) the following counter doesn't have the right number, as shown in this example:



      begin{equation}
      1 stackon[1pt]{=}{Shortstack{footnotemark[1]}} 1 stackon[1pt]{=}{Shortstack{footnotemark[2]}} 1
      end{equation}
      footnotetext[1]{is equal to}
      footnotetext[2]{is the same as}
      %
      footnote{a third footnote, with the wrong counter.}


      3) the spaces before and after the equal sign are removed:



      enter image description here



      So my question is: is there a way to solve this problem while still using stackrel?










      share|improve this question














      When I want to place a footnote above some operator I usually use something like this



      begin{equation}
      2 + 2 stackrel{footnotemark}{=} 4
      end{equation}
      footnotetext{it's trivial.}


      which works fine as long as I only use it once in the equation. If I try to use it twice, both of the footnotes get numbered with the bigger counter, like this:



      documentclass{article}
      usepackage{hyperref}
      begin{document}
      %
      begin{equation}
      1 stackrel{footnotemark}{=} 1 stackrel{footnotemark}{=} 1
      end{equation}
      footnotetext{is equal to}
      footnotetext{is the same as}
      %
      end{document}


      enter image description here



      In the accepted answer to Multiple footnotes in equations in stackrel/overset with hyperref, the workaround is using the stackon command from the stackengine package. However, this has some drawbacks:



      1) the hyperref links don't work;



      2) the following counter doesn't have the right number, as shown in this example:



      begin{equation}
      1 stackon[1pt]{=}{Shortstack{footnotemark[1]}} 1 stackon[1pt]{=}{Shortstack{footnotemark[2]}} 1
      end{equation}
      footnotetext[1]{is equal to}
      footnotetext[2]{is the same as}
      %
      footnote{a third footnote, with the wrong counter.}


      3) the spaces before and after the equal sign are removed:



      enter image description here



      So my question is: is there a way to solve this problem while still using stackrel?







      footnotes






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 57 mins ago









      noibenoibe

      596113




      596113






















          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%2f488142%2fusing-footnotes-inside-stackrel-multiple-times-in-a-single-equation%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%2f488142%2fusing-footnotes-inside-stackrel-multiple-times-in-a-single-equation%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

          Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

          (1602) Indiana Índice Designación y nombre Características orbitales Véase...

          Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...