Footnotes in longtable captionsHow do I update my TeX distribution?longtable captions in marginparLocal footnotes with letters in longtablewhy in the second row, the second column is taller than the otherhow to have a caption on top of longtable?Pass from table to longtableLongtable caption nameFootnotes in longtable p column link to the last pageRemove horizontal line after caption in longtableConverting Table to LongtableIssues with footnotes using wrapping parbox with longtable, threeparttable and tablenotes

If I can solve Sudoku, can I solve the Travelling Salesman Problem (TSP)? If so, how?

Equivalents to the present tense

Aluminum electrolytic or ceramic capacitors for linear regulator input and output?

The German vowel “a” changes to the English “i”

Why did it take so long to abandon sail after steamships were demonstrated?

How to terminate ping <dest> &

Official degrees of earth’s rotation per day

Have the tides ever turned twice on any open problem?

Shortcut for setting origin to vertex

How do you talk to someone whose loved one is dying?

Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?

Is there a symmetric-key algorithm which we can use for creating a signature?

Why do newer 737s use two different styles of split winglets?

Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

Can I use USB data pins as power source

Meme-controlled people

Why no Iridium-level flares from other satellites?

Why do tuner card drivers fail to build after kernel update to 4.4.0-143-generic?

Bacteria contamination inside a thermos bottle

Recruiter wants very extensive technical details about all of my previous work

How to explain that I do not want to visit a country due to personal safety concern?

What options are left, if Britain cannot decide?

Book about superhumans hiding among normal humans

Are Roman Catholic priests ever addressed as pastor



Footnotes in longtable captions


How do I update my TeX distribution?longtable captions in marginparLocal footnotes with letters in longtablewhy in the second row, the second column is taller than the otherhow to have a caption on top of longtable?Pass from table to longtableLongtable caption nameFootnotes in longtable p column link to the last pageRemove horizontal line after caption in longtableConverting Table to LongtableIssues with footnotes using wrapping parbox with longtable, threeparttable and tablenotes













9















Is there a way to put a footnote in longtable caption?



documentclassbook
usepackagelongtable

begindocument

beginlongtablec
captionTable
% footnoteFootnote % Uncommenting results in error.
\
hline
Something \
hline
endlongtable

enddocument









share|improve this question




























    9















    Is there a way to put a footnote in longtable caption?



    documentclassbook
    usepackagelongtable

    begindocument

    beginlongtablec
    captionTable
    % footnoteFootnote % Uncommenting results in error.
    \
    hline
    Something \
    hline
    endlongtable

    enddocument









    share|improve this question


























      9












      9








      9


      3






      Is there a way to put a footnote in longtable caption?



      documentclassbook
      usepackagelongtable

      begindocument

      beginlongtablec
      captionTable
      % footnoteFootnote % Uncommenting results in error.
      \
      hline
      Something \
      hline
      endlongtable

      enddocument









      share|improve this question
















      Is there a way to put a footnote in longtable caption?



      documentclassbook
      usepackagelongtable

      begindocument

      beginlongtablec
      captionTable
      % footnoteFootnote % Uncommenting results in error.
      \
      hline
      Something \
      hline
      endlongtable

      enddocument






      footnotes longtable






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 18 '17 at 9:00









      David Carlisle

      494k4111381885




      494k4111381885










      asked Mar 30 '12 at 23:27









      Ivan BychkovIvan Bychkov

      381411




      381411




















          2 Answers
          2






          active

          oldest

          votes


















          10














          From longtable documentation:




          Note however that footnote will not work in the ‘head’ or ‘foot’
          sections of the table. In order to put a footnote in those sections
          (e.g., inside a caption), use footnotemark at that point, and
          footnotetext anywhere in the table body that will fall on the same
          page.




          Hence the MWE will be



          documentclassarticle
          usepackagelongtable
          begindocument
          beginlongtablec
          caption[Table is very long]Table is very longprotectfootnotemark\ %<------footnote mark here
          hline
          Something footnotetextThis is a caption \ %<------footnote text here
          hline
          endlongtable
          enddocument


          Edit: Added short caption as per Gonzalo's suggestion. With short caption added, protect won't be necessary.



          enter image description here






          share|improve this answer




















          • 4





            It could be sensible to use the optional argument of caption, as in caption[Table is very long]Table is very longprotectfootnotemark to prevent the mark from having a wrong numbering in the text and from appearing also in a possible list of figures

            – Gonzalo Medina
            Mar 30 '12 at 23:52











          • @GonzaloMedina, Thanks, I have made the changes.

            – user11232
            Mar 30 '12 at 23:57











          • With the changes made, protect is unnecessary.

            – Ivan Bychkov
            Apr 1 '12 at 21:50











          • I am trying this as well. My documentclass is report. It returns errors if I don't use protect. It does not produce any notes either with protectfootnotetext or with protectfootnotemark.

            – Cost
            Aug 24 '12 at 8:49






          • 1





            @Costi: Refer How do I update my TeX distribution?

            – user11232
            Aug 24 '12 at 14:09


















          0














          You can keep the normal footnote command by using the footnotehyper package:



          documentclassbook
          usepackagelongtable
          usepackagefootnotehyper
          makesavenoteenvlongtable

          begindocument

          beginlongtablec
          caption[tab]TablefootnoteFootnote \
          hline
          Something \
          hline
          endlongtable

          enddocument





          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%2f50151%2ffootnotes-in-longtable-captions%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









            10














            From longtable documentation:




            Note however that footnote will not work in the ‘head’ or ‘foot’
            sections of the table. In order to put a footnote in those sections
            (e.g., inside a caption), use footnotemark at that point, and
            footnotetext anywhere in the table body that will fall on the same
            page.




            Hence the MWE will be



            documentclassarticle
            usepackagelongtable
            begindocument
            beginlongtablec
            caption[Table is very long]Table is very longprotectfootnotemark\ %<------footnote mark here
            hline
            Something footnotetextThis is a caption \ %<------footnote text here
            hline
            endlongtable
            enddocument


            Edit: Added short caption as per Gonzalo's suggestion. With short caption added, protect won't be necessary.



            enter image description here






            share|improve this answer




















            • 4





              It could be sensible to use the optional argument of caption, as in caption[Table is very long]Table is very longprotectfootnotemark to prevent the mark from having a wrong numbering in the text and from appearing also in a possible list of figures

              – Gonzalo Medina
              Mar 30 '12 at 23:52











            • @GonzaloMedina, Thanks, I have made the changes.

              – user11232
              Mar 30 '12 at 23:57











            • With the changes made, protect is unnecessary.

              – Ivan Bychkov
              Apr 1 '12 at 21:50











            • I am trying this as well. My documentclass is report. It returns errors if I don't use protect. It does not produce any notes either with protectfootnotetext or with protectfootnotemark.

              – Cost
              Aug 24 '12 at 8:49






            • 1





              @Costi: Refer How do I update my TeX distribution?

              – user11232
              Aug 24 '12 at 14:09















            10














            From longtable documentation:




            Note however that footnote will not work in the ‘head’ or ‘foot’
            sections of the table. In order to put a footnote in those sections
            (e.g., inside a caption), use footnotemark at that point, and
            footnotetext anywhere in the table body that will fall on the same
            page.




            Hence the MWE will be



            documentclassarticle
            usepackagelongtable
            begindocument
            beginlongtablec
            caption[Table is very long]Table is very longprotectfootnotemark\ %<------footnote mark here
            hline
            Something footnotetextThis is a caption \ %<------footnote text here
            hline
            endlongtable
            enddocument


            Edit: Added short caption as per Gonzalo's suggestion. With short caption added, protect won't be necessary.



            enter image description here






            share|improve this answer




















            • 4





              It could be sensible to use the optional argument of caption, as in caption[Table is very long]Table is very longprotectfootnotemark to prevent the mark from having a wrong numbering in the text and from appearing also in a possible list of figures

              – Gonzalo Medina
              Mar 30 '12 at 23:52











            • @GonzaloMedina, Thanks, I have made the changes.

              – user11232
              Mar 30 '12 at 23:57











            • With the changes made, protect is unnecessary.

              – Ivan Bychkov
              Apr 1 '12 at 21:50











            • I am trying this as well. My documentclass is report. It returns errors if I don't use protect. It does not produce any notes either with protectfootnotetext or with protectfootnotemark.

              – Cost
              Aug 24 '12 at 8:49






            • 1





              @Costi: Refer How do I update my TeX distribution?

              – user11232
              Aug 24 '12 at 14:09













            10












            10








            10







            From longtable documentation:




            Note however that footnote will not work in the ‘head’ or ‘foot’
            sections of the table. In order to put a footnote in those sections
            (e.g., inside a caption), use footnotemark at that point, and
            footnotetext anywhere in the table body that will fall on the same
            page.




            Hence the MWE will be



            documentclassarticle
            usepackagelongtable
            begindocument
            beginlongtablec
            caption[Table is very long]Table is very longprotectfootnotemark\ %<------footnote mark here
            hline
            Something footnotetextThis is a caption \ %<------footnote text here
            hline
            endlongtable
            enddocument


            Edit: Added short caption as per Gonzalo's suggestion. With short caption added, protect won't be necessary.



            enter image description here






            share|improve this answer















            From longtable documentation:




            Note however that footnote will not work in the ‘head’ or ‘foot’
            sections of the table. In order to put a footnote in those sections
            (e.g., inside a caption), use footnotemark at that point, and
            footnotetext anywhere in the table body that will fall on the same
            page.




            Hence the MWE will be



            documentclassarticle
            usepackagelongtable
            begindocument
            beginlongtablec
            caption[Table is very long]Table is very longprotectfootnotemark\ %<------footnote mark here
            hline
            Something footnotetextThis is a caption \ %<------footnote text here
            hline
            endlongtable
            enddocument


            Edit: Added short caption as per Gonzalo's suggestion. With short caption added, protect won't be necessary.



            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Aug 24 '12 at 12:59

























            answered Mar 30 '12 at 23:42







            user11232














            • 4





              It could be sensible to use the optional argument of caption, as in caption[Table is very long]Table is very longprotectfootnotemark to prevent the mark from having a wrong numbering in the text and from appearing also in a possible list of figures

              – Gonzalo Medina
              Mar 30 '12 at 23:52











            • @GonzaloMedina, Thanks, I have made the changes.

              – user11232
              Mar 30 '12 at 23:57











            • With the changes made, protect is unnecessary.

              – Ivan Bychkov
              Apr 1 '12 at 21:50











            • I am trying this as well. My documentclass is report. It returns errors if I don't use protect. It does not produce any notes either with protectfootnotetext or with protectfootnotemark.

              – Cost
              Aug 24 '12 at 8:49






            • 1





              @Costi: Refer How do I update my TeX distribution?

              – user11232
              Aug 24 '12 at 14:09












            • 4





              It could be sensible to use the optional argument of caption, as in caption[Table is very long]Table is very longprotectfootnotemark to prevent the mark from having a wrong numbering in the text and from appearing also in a possible list of figures

              – Gonzalo Medina
              Mar 30 '12 at 23:52











            • @GonzaloMedina, Thanks, I have made the changes.

              – user11232
              Mar 30 '12 at 23:57











            • With the changes made, protect is unnecessary.

              – Ivan Bychkov
              Apr 1 '12 at 21:50











            • I am trying this as well. My documentclass is report. It returns errors if I don't use protect. It does not produce any notes either with protectfootnotetext or with protectfootnotemark.

              – Cost
              Aug 24 '12 at 8:49






            • 1





              @Costi: Refer How do I update my TeX distribution?

              – user11232
              Aug 24 '12 at 14:09







            4




            4





            It could be sensible to use the optional argument of caption, as in caption[Table is very long]Table is very longprotectfootnotemark to prevent the mark from having a wrong numbering in the text and from appearing also in a possible list of figures

            – Gonzalo Medina
            Mar 30 '12 at 23:52





            It could be sensible to use the optional argument of caption, as in caption[Table is very long]Table is very longprotectfootnotemark to prevent the mark from having a wrong numbering in the text and from appearing also in a possible list of figures

            – Gonzalo Medina
            Mar 30 '12 at 23:52













            @GonzaloMedina, Thanks, I have made the changes.

            – user11232
            Mar 30 '12 at 23:57





            @GonzaloMedina, Thanks, I have made the changes.

            – user11232
            Mar 30 '12 at 23:57













            With the changes made, protect is unnecessary.

            – Ivan Bychkov
            Apr 1 '12 at 21:50





            With the changes made, protect is unnecessary.

            – Ivan Bychkov
            Apr 1 '12 at 21:50













            I am trying this as well. My documentclass is report. It returns errors if I don't use protect. It does not produce any notes either with protectfootnotetext or with protectfootnotemark.

            – Cost
            Aug 24 '12 at 8:49





            I am trying this as well. My documentclass is report. It returns errors if I don't use protect. It does not produce any notes either with protectfootnotetext or with protectfootnotemark.

            – Cost
            Aug 24 '12 at 8:49




            1




            1





            @Costi: Refer How do I update my TeX distribution?

            – user11232
            Aug 24 '12 at 14:09





            @Costi: Refer How do I update my TeX distribution?

            – user11232
            Aug 24 '12 at 14:09











            0














            You can keep the normal footnote command by using the footnotehyper package:



            documentclassbook
            usepackagelongtable
            usepackagefootnotehyper
            makesavenoteenvlongtable

            begindocument

            beginlongtablec
            caption[tab]TablefootnoteFootnote \
            hline
            Something \
            hline
            endlongtable

            enddocument





            share|improve this answer



























              0














              You can keep the normal footnote command by using the footnotehyper package:



              documentclassbook
              usepackagelongtable
              usepackagefootnotehyper
              makesavenoteenvlongtable

              begindocument

              beginlongtablec
              caption[tab]TablefootnoteFootnote \
              hline
              Something \
              hline
              endlongtable

              enddocument





              share|improve this answer

























                0












                0








                0







                You can keep the normal footnote command by using the footnotehyper package:



                documentclassbook
                usepackagelongtable
                usepackagefootnotehyper
                makesavenoteenvlongtable

                begindocument

                beginlongtablec
                caption[tab]TablefootnoteFootnote \
                hline
                Something \
                hline
                endlongtable

                enddocument





                share|improve this answer













                You can keep the normal footnote command by using the footnotehyper package:



                documentclassbook
                usepackagelongtable
                usepackagefootnotehyper
                makesavenoteenvlongtable

                begindocument

                beginlongtablec
                caption[tab]TablefootnoteFootnote \
                hline
                Something \
                hline
                endlongtable

                enddocument






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 21 mins ago









                Andrew DunningAndrew Dunning

                639316




                639316



























                    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%2f50151%2ffootnotes-in-longtable-captions%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

                    How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

                    152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

                    Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"