change numbering in subfigureChanging the subfigure caption by removing brackets & font of the subcaptionProblem with subfigure numbering using ContinuedFloatsubfigure numbering in subfigure environment (subcaption package)Trying to change from subfigure package to subcaptionsubfigure global counting captionNot changing subfigure numbering while using command only<>{ on beamerChange figure numberinglist of figures numberingsubfigures roman numberingWrap caption under subfigure with subfigures of different heightsUsing deprecated subfigure package and succeeding subfig package in parallel
What are these boxed doors outside store fronts in New York?
What's the point of deactivating Num Lock on login screens?
RSA: Danger of using p to create q
Why is consensus so controversial in Britain?
Are the number of citations and number of published articles the most important criteria for a tenure promotion?
"You are your self first supporter", a more proper way to say it
When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?
Why can't we play rap on piano?
Perform and show arithmetic with LuaLaTeX
What defenses are there against being summoned by the Gate spell?
What would happen to a modern skyscraper if it rains micro blackholes?
Java Casting: Java 11 throws LambdaConversionException while 1.8 does not
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Why doesn't H₄O²⁺ exist?
Cross compiling for RPi - error while loading shared libraries
How to format long polynomial?
Maximum likelihood parameters deviate from posterior distributions
What does the "remote control" for a QF-4 look like?
Paid for article while in US on F-1 visa?
Which country benefited the most from UN Security Council vetoes?
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
Does detail obscure or enhance action?
Why is 150k or 200k jobs considered good when there's 300k+ births a month?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
change numbering in subfigure
Changing the subfigure caption by removing brackets & font of the subcaptionProblem with subfigure numbering using ContinuedFloatsubfigure numbering in subfigure environment (subcaption package)Trying to change from subfigure package to subcaptionsubfigure global counting captionNot changing subfigure numbering while using command only<>{ on beamerChange figure numberinglist of figures numberingsubfigures roman numberingWrap caption under subfigure with subfigures of different heightsUsing deprecated subfigure package and succeeding subfig package in parallel
I use subfigure package, the numbering in the side-by-side figures is automatically (a), (b), (c)... I would like to change the numbering in one of the figures to (i), (ii), (iii)...This might be rather easy for the tex experts. If so, please drop me an advice, thanks! Yanting.
numbering subfloats
New contributor
add a comment |
I use subfigure package, the numbering in the side-by-side figures is automatically (a), (b), (c)... I would like to change the numbering in one of the figures to (i), (ii), (iii)...This might be rather easy for the tex experts. If so, please drop me an advice, thanks! Yanting.
numbering subfloats
New contributor
Related: tex.stackexchange.com/q/61612/156344
– JouleV
14 mins ago
thesubfigure
package is obsolete. it is replaced withsubfig
(subfloat[...]includegraphics<name>
). it would be even better to follow thesubcaption
package.
– Zarko
5 mins ago
add a comment |
I use subfigure package, the numbering in the side-by-side figures is automatically (a), (b), (c)... I would like to change the numbering in one of the figures to (i), (ii), (iii)...This might be rather easy for the tex experts. If so, please drop me an advice, thanks! Yanting.
numbering subfloats
New contributor
I use subfigure package, the numbering in the side-by-side figures is automatically (a), (b), (c)... I would like to change the numbering in one of the figures to (i), (ii), (iii)...This might be rather easy for the tex experts. If so, please drop me an advice, thanks! Yanting.
numbering subfloats
numbering subfloats
New contributor
New contributor
New contributor
asked 16 mins ago
YantingYanting
1
1
New contributor
New contributor
Related: tex.stackexchange.com/q/61612/156344
– JouleV
14 mins ago
thesubfigure
package is obsolete. it is replaced withsubfig
(subfloat[...]includegraphics<name>
). it would be even better to follow thesubcaption
package.
– Zarko
5 mins ago
add a comment |
Related: tex.stackexchange.com/q/61612/156344
– JouleV
14 mins ago
thesubfigure
package is obsolete. it is replaced withsubfig
(subfloat[...]includegraphics<name>
). it would be even better to follow thesubcaption
package.
– Zarko
5 mins ago
Related: tex.stackexchange.com/q/61612/156344
– JouleV
14 mins ago
Related: tex.stackexchange.com/q/61612/156344
– JouleV
14 mins ago
the
subfigure
package is obsolete. it is replaced with subfig
(subfloat[...]includegraphics<name>
). it would be even better to follow the subcaption
package.– Zarko
5 mins ago
the
subfigure
package is obsolete. it is replaced with subfig
(subfloat[...]includegraphics<name>
). it would be even better to follow the subcaption
package.– Zarko
5 mins ago
add a comment |
1 Answer
1
active
oldest
votes
documentclassarticle
usepackagesubfigure
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
subfigure[A subfigurelabela]includegraphics[width=.45textwidth]example-image-a quad
subfigure[Another subfigurelabelb]includegraphics[width=.45textwidth]example-image-b
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
However, subfigure
is obsolete. Use subcaption
instead:
documentclassarticle
usepackage[labelformat=simple]subcaption
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-a
captionA subfigure
labela
endsubfigurequad%
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-b
captionAnother subfigure
labelb
endsubfigure
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
(i) read my comment: don't encourage OP to use obsolete pacages (ii) using this package you already found answer for op question, so yours is duplicate.
– Zarko
1 min ago
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
);
);
Yanting 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%2f483461%2fchange-numbering-in-subfigure%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
documentclassarticle
usepackagesubfigure
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
subfigure[A subfigurelabela]includegraphics[width=.45textwidth]example-image-a quad
subfigure[Another subfigurelabelb]includegraphics[width=.45textwidth]example-image-b
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
However, subfigure
is obsolete. Use subcaption
instead:
documentclassarticle
usepackage[labelformat=simple]subcaption
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-a
captionA subfigure
labela
endsubfigurequad%
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-b
captionAnother subfigure
labelb
endsubfigure
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
(i) read my comment: don't encourage OP to use obsolete pacages (ii) using this package you already found answer for op question, so yours is duplicate.
– Zarko
1 min ago
add a comment |
documentclassarticle
usepackagesubfigure
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
subfigure[A subfigurelabela]includegraphics[width=.45textwidth]example-image-a quad
subfigure[Another subfigurelabelb]includegraphics[width=.45textwidth]example-image-b
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
However, subfigure
is obsolete. Use subcaption
instead:
documentclassarticle
usepackage[labelformat=simple]subcaption
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-a
captionA subfigure
labela
endsubfigurequad%
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-b
captionAnother subfigure
labelb
endsubfigure
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
(i) read my comment: don't encourage OP to use obsolete pacages (ii) using this package you already found answer for op question, so yours is duplicate.
– Zarko
1 min ago
add a comment |
documentclassarticle
usepackagesubfigure
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
subfigure[A subfigurelabela]includegraphics[width=.45textwidth]example-image-a quad
subfigure[Another subfigurelabelb]includegraphics[width=.45textwidth]example-image-b
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
However, subfigure
is obsolete. Use subcaption
instead:
documentclassarticle
usepackage[labelformat=simple]subcaption
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-a
captionA subfigure
labela
endsubfigurequad%
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-b
captionAnother subfigure
labelb
endsubfigure
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
documentclassarticle
usepackagesubfigure
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
subfigure[A subfigurelabela]includegraphics[width=.45textwidth]example-image-a quad
subfigure[Another subfigurelabelb]includegraphics[width=.45textwidth]example-image-b
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
However, subfigure
is obsolete. Use subcaption
instead:
documentclassarticle
usepackage[labelformat=simple]subcaption
usepackagegraphicx
renewcommandthesubfigure(romansubfigure)
begindocument
beginfigure
centering
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-a
captionA subfigure
labela
endsubfigurequad%
beginsubfigure.45textwidth
includegraphics[width=linewidth]example-image-b
captionAnother subfigure
labelb
endsubfigure
captionSome figureslabelmainfigure
endfigure
See Figures refa and refb.
enddocument
answered 3 mins ago
JouleVJouleV
10.9k22560
10.9k22560
(i) read my comment: don't encourage OP to use obsolete pacages (ii) using this package you already found answer for op question, so yours is duplicate.
– Zarko
1 min ago
add a comment |
(i) read my comment: don't encourage OP to use obsolete pacages (ii) using this package you already found answer for op question, so yours is duplicate.
– Zarko
1 min ago
(i) read my comment: don't encourage OP to use obsolete pacages (ii) using this package you already found answer for op question, so yours is duplicate.
– Zarko
1 min ago
(i) read my comment: don't encourage OP to use obsolete pacages (ii) using this package you already found answer for op question, so yours is duplicate.
– Zarko
1 min ago
add a comment |
Yanting is a new contributor. Be nice, and check out our Code of Conduct.
Yanting is a new contributor. Be nice, and check out our Code of Conduct.
Yanting is a new contributor. Be nice, and check out our Code of Conduct.
Yanting 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%2f483461%2fchange-numbering-in-subfigure%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
Related: tex.stackexchange.com/q/61612/156344
– JouleV
14 mins ago
the
subfigure
package is obsolete. it is replaced withsubfig
(subfloat[...]includegraphics<name>
). it would be even better to follow thesubcaption
package.– Zarko
5 mins ago