Table mislabeled as figureTable caption not appearing in PNAS document classProblem with figure and table captionFormatting table and figure number and title separatelyChange autoref and caption name for only one figureAdd figure caption in tableStyle figure captions and table captions differentlyFigure and table captions in capital lettersref jumps not to the right figure in appendixWhy table reference numbers are incorrect?Can I change caption of a figure from “Figure” to “Table”

How do I handle a potential work/personal life conflict as the manager of one of my friends?

What does the expression "A Mann!" means

Arrow those variables!

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

Can my sorcerer use a spellbook only to collect spells and scribe scrolls, not cast?

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

One verb to replace 'be a member of' a club

Do scales need to be in alphabetical order?

How to Recreate this in LaTeX? (Unsure What the Notation is Called)

How do I deal with an unproductive colleague in a small company?

Assassin's bullet with mercury

Is it inappropriate for a student to attend their mentor's dissertation defense?

Size of subfigure fitting its content (tikzpicture)

Am I breaking OOP practice with this architecture?

Reverse dictionary where values are lists

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

How much of data wrangling is a data scientist's job?

How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)

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

How to show a landlord what we have in savings?

What killed these X2 caps?

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

Detention in 1997

Is there a hemisphere-neutral way of specifying a season?



Table mislabeled as figure


Table caption not appearing in PNAS document classProblem with figure and table captionFormatting table and figure number and title separatelyChange autoref and caption name for only one figureAdd figure caption in tableStyle figure captions and table captions differentlyFigure and table captions in capital lettersref jumps not to the right figure in appendixWhy table reference numbers are incorrect?Can I change caption of a figure from “Figure” to “Table”













0















I have an image and a table and they need to appear in the same page. The way I'm doing that right now is by wrapping them both in a figure. The problem I'm having is I'm trying to reference the table and LaTex keeps on labeling it as a figure.



documentclass[12pt]article
usepackage[margin=1in]geometry
usepackage[colorlinks]hyperref
usepackage[singlelinecheck=false]caption
usepackagebooktabs
usepackagethreeparttable
usepackagegraphicx
graphicspath ./images/

begindocument

stuff stuff autoreftable:nmr_nitro blah blah.

beginfigure
includegraphics[scale=0.4]3-nitrobenzonitrile.png
captionoffigure3-Nitrobenzonitrile with hydrogens assignments
labelfigure:nmr_fig_nitro

beginthreeparttable
addtocounterfootnote1
captionoftableNMR of 3-nitrobenzonitrile
labeltable:nmr_nitro

begintabular c c
toprule
textbfSome Data & textbfAssignment \
midrule
8.542; 2.0 (2H); m; & A, B \
7.960; 2.1 (2H); m; & C, D \
bottomrule
endtabular
endthreeparttable

endfigure

enddocument


enter image description here



I found two solutions-ish to this problem. The first is to use manual instead of autoref and just manually label all my links. The other is to put captionsetuptype=table above my table caption but this seems like a hack. Is there any builtin, smooth way to do this?









share







New contributor




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
























    0















    I have an image and a table and they need to appear in the same page. The way I'm doing that right now is by wrapping them both in a figure. The problem I'm having is I'm trying to reference the table and LaTex keeps on labeling it as a figure.



    documentclass[12pt]article
    usepackage[margin=1in]geometry
    usepackage[colorlinks]hyperref
    usepackage[singlelinecheck=false]caption
    usepackagebooktabs
    usepackagethreeparttable
    usepackagegraphicx
    graphicspath ./images/

    begindocument

    stuff stuff autoreftable:nmr_nitro blah blah.

    beginfigure
    includegraphics[scale=0.4]3-nitrobenzonitrile.png
    captionoffigure3-Nitrobenzonitrile with hydrogens assignments
    labelfigure:nmr_fig_nitro

    beginthreeparttable
    addtocounterfootnote1
    captionoftableNMR of 3-nitrobenzonitrile
    labeltable:nmr_nitro

    begintabular c c
    toprule
    textbfSome Data & textbfAssignment \
    midrule
    8.542; 2.0 (2H); m; & A, B \
    7.960; 2.1 (2H); m; & C, D \
    bottomrule
    endtabular
    endthreeparttable

    endfigure

    enddocument


    enter image description here



    I found two solutions-ish to this problem. The first is to use manual instead of autoref and just manually label all my links. The other is to put captionsetuptype=table above my table caption but this seems like a hack. Is there any builtin, smooth way to do this?









    share







    New contributor




    FailureGod 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 have an image and a table and they need to appear in the same page. The way I'm doing that right now is by wrapping them both in a figure. The problem I'm having is I'm trying to reference the table and LaTex keeps on labeling it as a figure.



      documentclass[12pt]article
      usepackage[margin=1in]geometry
      usepackage[colorlinks]hyperref
      usepackage[singlelinecheck=false]caption
      usepackagebooktabs
      usepackagethreeparttable
      usepackagegraphicx
      graphicspath ./images/

      begindocument

      stuff stuff autoreftable:nmr_nitro blah blah.

      beginfigure
      includegraphics[scale=0.4]3-nitrobenzonitrile.png
      captionoffigure3-Nitrobenzonitrile with hydrogens assignments
      labelfigure:nmr_fig_nitro

      beginthreeparttable
      addtocounterfootnote1
      captionoftableNMR of 3-nitrobenzonitrile
      labeltable:nmr_nitro

      begintabular c c
      toprule
      textbfSome Data & textbfAssignment \
      midrule
      8.542; 2.0 (2H); m; & A, B \
      7.960; 2.1 (2H); m; & C, D \
      bottomrule
      endtabular
      endthreeparttable

      endfigure

      enddocument


      enter image description here



      I found two solutions-ish to this problem. The first is to use manual instead of autoref and just manually label all my links. The other is to put captionsetuptype=table above my table caption but this seems like a hack. Is there any builtin, smooth way to do this?









      share







      New contributor




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












      I have an image and a table and they need to appear in the same page. The way I'm doing that right now is by wrapping them both in a figure. The problem I'm having is I'm trying to reference the table and LaTex keeps on labeling it as a figure.



      documentclass[12pt]article
      usepackage[margin=1in]geometry
      usepackage[colorlinks]hyperref
      usepackage[singlelinecheck=false]caption
      usepackagebooktabs
      usepackagethreeparttable
      usepackagegraphicx
      graphicspath ./images/

      begindocument

      stuff stuff autoreftable:nmr_nitro blah blah.

      beginfigure
      includegraphics[scale=0.4]3-nitrobenzonitrile.png
      captionoffigure3-Nitrobenzonitrile with hydrogens assignments
      labelfigure:nmr_fig_nitro

      beginthreeparttable
      addtocounterfootnote1
      captionoftableNMR of 3-nitrobenzonitrile
      labeltable:nmr_nitro

      begintabular c c
      toprule
      textbfSome Data & textbfAssignment \
      midrule
      8.542; 2.0 (2H); m; & A, B \
      7.960; 2.1 (2H); m; & C, D \
      bottomrule
      endtabular
      endthreeparttable

      endfigure

      enddocument


      enter image description here



      I found two solutions-ish to this problem. The first is to use manual instead of autoref and just manually label all my links. The other is to put captionsetuptype=table above my table caption but this seems like a hack. Is there any builtin, smooth way to do this?







      tables hyperref captions ref autoref





      share







      New contributor




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










      share







      New contributor




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








      share



      share






      New contributor




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









      asked 3 mins ago









      FailureGodFailureGod

      132




      132




      New contributor




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





      New contributor





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






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



          );






          FailureGod 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%2f483087%2ftable-mislabeled-as-figure%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








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









          draft saved

          draft discarded


















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












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











          FailureGod 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%2f483087%2ftable-mislabeled-as-figure%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"