Footnotes in a verbatim environment that also appear in (or just below) that environment The Next CEO of Stack OverflowVerbatim environment that can break long lines?Placing footnotes or endnotes at the end of the current paragraphDisplaying `beginverbatim…endverbatim` inside the environment verbatimVerbatim environment inside footnoteHow to place multiple tablenotes on appropriate page with longtable?Is there a way to allow footnotes to be displayed on a different (say, adjacent) page from the one where the marker appears?Roll my own footnote command for new environment based minipage/tabular/etcParacol package creates endcsname error with footnotesRecolor text, such that floats and footnotes are affected correctlyTrying to use MakePerPagefootnote kills the build of my LaTeX doc

How does the mv command work with external drives?

To not tell, not take, and not want

Would a completely good Muggle be able to use a wand?

Novel about a guy who is possessed by the divine essence and the world ends?

Why do variable in an inner function return nan when there is the same variable name at the inner function declared after log

What flight has the highest ratio of time difference to flight time?

What is the result of assigning to std::vector<T>::begin()?

How do I reset passwords on multiple websites easily?

Preparing Indesign booklet with .psd graphics for print

Interfacing a button to MCU (and PC) with 50m long cable

What was the first Unix version to run on a microcomputer?

What is the purpose of the Evocation wizard's Potent Cantrip feature?

Why do airplanes bank sharply to the right after air-to-air refueling?

Why am I allowed to create multiple unique pointers from a single object?

If the heap is initialized for security, then why is the stack uninitialized?

Can I equip Skullclamp on a creature I am sacrificing?

Can I run my washing machine drain line into a condensate pump so it drains better?

Why do we use the plural of movies in this phrase "We went to the movies last night."?

How do we know the LHC results are robust?

How to start emacs in "nothing" mode (`fundamental-mode`)

How to prevent changing the value of variable?

What does "Its cash flow is deeply negative" mean?

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

Why does the UK parliament need a vote on the political declaration?



Footnotes in a verbatim environment that also appear in (or just below) that environment



The Next CEO of Stack OverflowVerbatim environment that can break long lines?Placing footnotes or endnotes at the end of the current paragraphDisplaying `beginverbatim…endverbatim` inside the environment verbatimVerbatim environment inside footnoteHow to place multiple tablenotes on appropriate page with longtable?Is there a way to allow footnotes to be displayed on a different (say, adjacent) page from the one where the marker appears?Roll my own footnote command for new environment based minipage/tabular/etcParacol package creates endcsname error with footnotesRecolor text, such that floats and footnotes are affected correctlyTrying to use MakePerPagefootnote kills the build of my LaTeX doc










0















I require a verbatim like environment that allows footnotes and, in addition, displays the footnote text in that environment (as opposed to the page) or just below the environment floating with it.



I have got the following.



documentclass[a4paper,10pt]book
usepackageverbatim
usepackagefancyvrb
usepackagebera

newenvironmentMyVerb[1]
defheaderS#1Verbatim[label=header, frame=single, commandchars=@]
endVerbatim

begindocument

An apple a day....

beginMyVerbBlah
Blah.
Blah@footnoteBlah. blah.
Blah.
endMyVerb

...keeps the doctor away.

enddocument


The footnote numbers appear but the footnote text appears neither on the page nor in the environment. I would like the footnote bodies to appear inside the "boxed" verbatim environment (as opposed to the page).



The footnotes need not be verbatim nor even appear directly in the verbatim environment itself, but they must appear at the bottom of the box around the verbatim.










share|improve this question









New contributor




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
























    0















    I require a verbatim like environment that allows footnotes and, in addition, displays the footnote text in that environment (as opposed to the page) or just below the environment floating with it.



    I have got the following.



    documentclass[a4paper,10pt]book
    usepackageverbatim
    usepackagefancyvrb
    usepackagebera

    newenvironmentMyVerb[1]
    defheaderS#1Verbatim[label=header, frame=single, commandchars=@]
    endVerbatim

    begindocument

    An apple a day....

    beginMyVerbBlah
    Blah.
    Blah@footnoteBlah. blah.
    Blah.
    endMyVerb

    ...keeps the doctor away.

    enddocument


    The footnote numbers appear but the footnote text appears neither on the page nor in the environment. I would like the footnote bodies to appear inside the "boxed" verbatim environment (as opposed to the page).



    The footnotes need not be verbatim nor even appear directly in the verbatim environment itself, but they must appear at the bottom of the box around the verbatim.










    share|improve this question









    New contributor




    fundagain 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 require a verbatim like environment that allows footnotes and, in addition, displays the footnote text in that environment (as opposed to the page) or just below the environment floating with it.



      I have got the following.



      documentclass[a4paper,10pt]book
      usepackageverbatim
      usepackagefancyvrb
      usepackagebera

      newenvironmentMyVerb[1]
      defheaderS#1Verbatim[label=header, frame=single, commandchars=@]
      endVerbatim

      begindocument

      An apple a day....

      beginMyVerbBlah
      Blah.
      Blah@footnoteBlah. blah.
      Blah.
      endMyVerb

      ...keeps the doctor away.

      enddocument


      The footnote numbers appear but the footnote text appears neither on the page nor in the environment. I would like the footnote bodies to appear inside the "boxed" verbatim environment (as opposed to the page).



      The footnotes need not be verbatim nor even appear directly in the verbatim environment itself, but they must appear at the bottom of the box around the verbatim.










      share|improve this question









      New contributor




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












      I require a verbatim like environment that allows footnotes and, in addition, displays the footnote text in that environment (as opposed to the page) or just below the environment floating with it.



      I have got the following.



      documentclass[a4paper,10pt]book
      usepackageverbatim
      usepackagefancyvrb
      usepackagebera

      newenvironmentMyVerb[1]
      defheaderS#1Verbatim[label=header, frame=single, commandchars=@]
      endVerbatim

      begindocument

      An apple a day....

      beginMyVerbBlah
      Blah.
      Blah@footnoteBlah. blah.
      Blah.
      endMyVerb

      ...keeps the doctor away.

      enddocument


      The footnote numbers appear but the footnote text appears neither on the page nor in the environment. I would like the footnote bodies to appear inside the "boxed" verbatim environment (as opposed to the page).



      The footnotes need not be verbatim nor even appear directly in the verbatim environment itself, but they must appear at the bottom of the box around the verbatim.







      footnotes verbatim






      share|improve this question









      New contributor




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











      share|improve this question









      New contributor




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









      share|improve this question




      share|improve this question








      edited 12 hours ago







      fundagain













      New contributor




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









      asked 12 hours ago









      fundagainfundagain

      1012




      1012




      New contributor




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





      New contributor





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






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



          );






          fundagain 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%2f482153%2ffootnotes-in-a-verbatim-environment-that-also-appear-in-or-just-below-that-env%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








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









          draft saved

          draft discarded


















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












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











          fundagain 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%2f482153%2ffootnotes-in-a-verbatim-environment-that-also-appear-in-or-just-below-that-env%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

          Wikipedia:Contact us Navigation menu Navigation menuLeave a Reply Cancel reply Post navigationRecent PostsRecent CommentsArchivesCategoriesMeta

          Farafra Inhaltsverzeichnis Geschichte | Badr-Museum Farafra | Nationalpark Weiße Wüste (as-Sahra al-baida) | Literatur | Weblinks | Navigationsmenü27° 3′ N, 27° 58′ OCommons: Farafra

          Tórshavn Kliima | Partnerstääden | Luke uk diar | Nawigatsjuun62° 1′ N, 6° 46′ W62° 1′ 0″ N, 6° 46′ 0″ WWMOTórshavn