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”
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
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
New contributor
add a comment |
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
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
New contributor
add a comment |
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
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
New contributor
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
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
tables hyperref captions ref autoref
New contributor
New contributor
New contributor
asked 3 mins ago
FailureGodFailureGod
132
132
New contributor
New contributor
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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