No caption number for figures and tablesSkip figure counterPositioning list in list of figuresCustomizing caption in side-by-side figureselsarticle table and figure captionFigures captionTwo figures side by side caption issueequation number to captionlist of figures reference to image, caption on another pagefigure number/caption separator: colon instead of dashPer-chapter counter for floats not workingTwo caption names for tablesIs the caption too long?
Air travel with refrigerated insulin
Is this saw blade faulty?
Do native speakers use "ultima" and "proxima" frequently in spoken English?
Not hide and seek
Writing in a Christian voice
Should a narrator ever describe things based on a character's view instead of facts?
What is this high flying aircraft over Pennsylvania?
Why didn’t Eve recognize the little cockroach as a living organism?
I keep switching characters, how do I stop?
Calculate Pi using Monte Carlo
Does capillary rise violate hydrostatic paradox?
How do you say "Trust your struggle." in French?
Hashing password to increase entropy
Why is implicit conversion not ambiguous for non-primitive types?
Extract substring according to regexp with sed or grep
Turning a hard to access nut?
Is there a distance limit for minecart tracks?
Why do Radio Buttons not fill the entire outer circle?
Weird lines in Microsoft Word
Can you describe someone as luxurious? As in someone who likes luxurious things?
Output visual diagram of picture
How do I prevent inappropriate ads from appearing in my game?
How to split IPA spelling into syllables
What can I do if I am asked to learn different programming languages very frequently?
No caption number for figures and tables
Skip figure counterPositioning list in list of figuresCustomizing caption in side-by-side figureselsarticle table and figure captionFigures captionTwo figures side by side caption issueequation number to captionlist of figures reference to image, caption on another pagefigure number/caption separator: colon instead of dashPer-chapter counter for floats not workingTwo caption names for tablesIs the caption too long?
I want to make some of my figures just without a number.
Instead of Fig. 1: Caption. I want simply Caption.
I tried to do caption*
, but it doesn't work for me even after using the caption
package upgrade.
Maybe there are another ways to do this?
floats captions
add a comment |
I want to make some of my figures just without a number.
Instead of Fig. 1: Caption. I want simply Caption.
I tried to do caption*
, but it doesn't work for me even after using the caption
package upgrade.
Maybe there are another ways to do this?
floats captions
add a comment |
I want to make some of my figures just without a number.
Instead of Fig. 1: Caption. I want simply Caption.
I tried to do caption*
, but it doesn't work for me even after using the caption
package upgrade.
Maybe there are another ways to do this?
floats captions
I want to make some of my figures just without a number.
Instead of Fig. 1: Caption. I want simply Caption.
I tried to do caption*
, but it doesn't work for me even after using the caption
package upgrade.
Maybe there are another ways to do this?
floats captions
floats captions
edited Jan 14 '16 at 17:14
Null
1,09831223
1,09831223
asked Sep 3 '14 at 1:19
Mihail KondratyevMihail Kondratyev
139118
139118
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
You could use captionsetup
from the package caption
that way:
documentclassarticle
usepackagecaption
usepackagegraphicx
begindocument
beginfigure[h!]
centering
includegraphics[height=2cm]figure
captionUne figure.
endfigure
beginfigure[h!]
centering
includegraphics[height=2cm]figure1
captionsetuplabelformat=empty
captionUne figure.
endfigure
enddocument
This gives:
Thanks for quick answer. But it doesn't help. I see Fig.1: before the caption whether I usecaptionsetup
or not.
– Mihail Kondratyev
Sep 3 '14 at 2:25
I got it. I used caption2 instead of caption. Now it works. Thanks.
– Mihail Kondratyev
Sep 3 '14 at 2:58
4
With this setup, the next (numbered)figure
will be numbered3
rather than2
. To counteract this presumably unwanted effect, you could typeaddtocounterfigure-1
before the start of the nextfigure
environment.
– Mico
Sep 3 '14 at 7:54
add a comment |
You can also use caption*
when using the caption
package which keeps only the caption title.
You may do something else what did not work, but this example works as desired:
documentclassarticle
usepackagecaption
usepackage[demo]graphicx
begindocument
beginfigure[ht]
centering
includegraphicsfigure1
caption*Caption.
endfigure
enddocument
add a comment |
I think the simplest way is to enter the caption not enclosed in the caption
command.
MWE
documentclassarticle
usepackagegraphicx
begindocument
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.png
captionThis with float name and number
endfigure
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.pngpar
This with just the caption
endfigure
enddocument
add a comment |
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
);
);
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%2f199207%2fno-caption-number-for-figures-and-tables%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You could use captionsetup
from the package caption
that way:
documentclassarticle
usepackagecaption
usepackagegraphicx
begindocument
beginfigure[h!]
centering
includegraphics[height=2cm]figure
captionUne figure.
endfigure
beginfigure[h!]
centering
includegraphics[height=2cm]figure1
captionsetuplabelformat=empty
captionUne figure.
endfigure
enddocument
This gives:
Thanks for quick answer. But it doesn't help. I see Fig.1: before the caption whether I usecaptionsetup
or not.
– Mihail Kondratyev
Sep 3 '14 at 2:25
I got it. I used caption2 instead of caption. Now it works. Thanks.
– Mihail Kondratyev
Sep 3 '14 at 2:58
4
With this setup, the next (numbered)figure
will be numbered3
rather than2
. To counteract this presumably unwanted effect, you could typeaddtocounterfigure-1
before the start of the nextfigure
environment.
– Mico
Sep 3 '14 at 7:54
add a comment |
You could use captionsetup
from the package caption
that way:
documentclassarticle
usepackagecaption
usepackagegraphicx
begindocument
beginfigure[h!]
centering
includegraphics[height=2cm]figure
captionUne figure.
endfigure
beginfigure[h!]
centering
includegraphics[height=2cm]figure1
captionsetuplabelformat=empty
captionUne figure.
endfigure
enddocument
This gives:
Thanks for quick answer. But it doesn't help. I see Fig.1: before the caption whether I usecaptionsetup
or not.
– Mihail Kondratyev
Sep 3 '14 at 2:25
I got it. I used caption2 instead of caption. Now it works. Thanks.
– Mihail Kondratyev
Sep 3 '14 at 2:58
4
With this setup, the next (numbered)figure
will be numbered3
rather than2
. To counteract this presumably unwanted effect, you could typeaddtocounterfigure-1
before the start of the nextfigure
environment.
– Mico
Sep 3 '14 at 7:54
add a comment |
You could use captionsetup
from the package caption
that way:
documentclassarticle
usepackagecaption
usepackagegraphicx
begindocument
beginfigure[h!]
centering
includegraphics[height=2cm]figure
captionUne figure.
endfigure
beginfigure[h!]
centering
includegraphics[height=2cm]figure1
captionsetuplabelformat=empty
captionUne figure.
endfigure
enddocument
This gives:
You could use captionsetup
from the package caption
that way:
documentclassarticle
usepackagecaption
usepackagegraphicx
begindocument
beginfigure[h!]
centering
includegraphics[height=2cm]figure
captionUne figure.
endfigure
beginfigure[h!]
centering
includegraphics[height=2cm]figure1
captionsetuplabelformat=empty
captionUne figure.
endfigure
enddocument
This gives:
edited May 15 '15 at 8:39
Will Vousden
350212
350212
answered Sep 3 '14 at 1:30
MelianMelian
653612
653612
Thanks for quick answer. But it doesn't help. I see Fig.1: before the caption whether I usecaptionsetup
or not.
– Mihail Kondratyev
Sep 3 '14 at 2:25
I got it. I used caption2 instead of caption. Now it works. Thanks.
– Mihail Kondratyev
Sep 3 '14 at 2:58
4
With this setup, the next (numbered)figure
will be numbered3
rather than2
. To counteract this presumably unwanted effect, you could typeaddtocounterfigure-1
before the start of the nextfigure
environment.
– Mico
Sep 3 '14 at 7:54
add a comment |
Thanks for quick answer. But it doesn't help. I see Fig.1: before the caption whether I usecaptionsetup
or not.
– Mihail Kondratyev
Sep 3 '14 at 2:25
I got it. I used caption2 instead of caption. Now it works. Thanks.
– Mihail Kondratyev
Sep 3 '14 at 2:58
4
With this setup, the next (numbered)figure
will be numbered3
rather than2
. To counteract this presumably unwanted effect, you could typeaddtocounterfigure-1
before the start of the nextfigure
environment.
– Mico
Sep 3 '14 at 7:54
Thanks for quick answer. But it doesn't help. I see Fig.1: before the caption whether I use
captionsetup
or not.– Mihail Kondratyev
Sep 3 '14 at 2:25
Thanks for quick answer. But it doesn't help. I see Fig.1: before the caption whether I use
captionsetup
or not.– Mihail Kondratyev
Sep 3 '14 at 2:25
I got it. I used caption2 instead of caption. Now it works. Thanks.
– Mihail Kondratyev
Sep 3 '14 at 2:58
I got it. I used caption2 instead of caption. Now it works. Thanks.
– Mihail Kondratyev
Sep 3 '14 at 2:58
4
4
With this setup, the next (numbered)
figure
will be numbered 3
rather than 2
. To counteract this presumably unwanted effect, you could type addtocounterfigure-1
before the start of the next figure
environment.– Mico
Sep 3 '14 at 7:54
With this setup, the next (numbered)
figure
will be numbered 3
rather than 2
. To counteract this presumably unwanted effect, you could type addtocounterfigure-1
before the start of the next figure
environment.– Mico
Sep 3 '14 at 7:54
add a comment |
You can also use caption*
when using the caption
package which keeps only the caption title.
You may do something else what did not work, but this example works as desired:
documentclassarticle
usepackagecaption
usepackage[demo]graphicx
begindocument
beginfigure[ht]
centering
includegraphicsfigure1
caption*Caption.
endfigure
enddocument
add a comment |
You can also use caption*
when using the caption
package which keeps only the caption title.
You may do something else what did not work, but this example works as desired:
documentclassarticle
usepackagecaption
usepackage[demo]graphicx
begindocument
beginfigure[ht]
centering
includegraphicsfigure1
caption*Caption.
endfigure
enddocument
add a comment |
You can also use caption*
when using the caption
package which keeps only the caption title.
You may do something else what did not work, but this example works as desired:
documentclassarticle
usepackagecaption
usepackage[demo]graphicx
begindocument
beginfigure[ht]
centering
includegraphicsfigure1
caption*Caption.
endfigure
enddocument
You can also use caption*
when using the caption
package which keeps only the caption title.
You may do something else what did not work, but this example works as desired:
documentclassarticle
usepackagecaption
usepackage[demo]graphicx
begindocument
beginfigure[ht]
centering
includegraphicsfigure1
caption*Caption.
endfigure
enddocument
edited Jan 15 '16 at 11:40
Stefan Kottwitz♦
178k65572761
178k65572761
answered Jan 14 '16 at 16:48
suppysuppy
13112
13112
add a comment |
add a comment |
I think the simplest way is to enter the caption not enclosed in the caption
command.
MWE
documentclassarticle
usepackagegraphicx
begindocument
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.png
captionThis with float name and number
endfigure
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.pngpar
This with just the caption
endfigure
enddocument
add a comment |
I think the simplest way is to enter the caption not enclosed in the caption
command.
MWE
documentclassarticle
usepackagegraphicx
begindocument
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.png
captionThis with float name and number
endfigure
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.pngpar
This with just the caption
endfigure
enddocument
add a comment |
I think the simplest way is to enter the caption not enclosed in the caption
command.
MWE
documentclassarticle
usepackagegraphicx
begindocument
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.png
captionThis with float name and number
endfigure
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.pngpar
This with just the caption
endfigure
enddocument
I think the simplest way is to enter the caption not enclosed in the caption
command.
MWE
documentclassarticle
usepackagegraphicx
begindocument
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.png
captionThis with float name and number
endfigure
beginfigure
centering
includegraphics[width=0.5textwidth]Fig_test.pngpar
This with just the caption
endfigure
enddocument
answered 18 mins ago
Marco StamazzaMarco Stamazza
20624
20624
add a comment |
add a comment |
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%2f199207%2fno-caption-number-for-figures-and-tables%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