numbering subfigures The 2019 Stack Overflow Developer Survey Results Are InTypographic conventions for free space between subfigures?How to justify subfig subfloats?Aligning Images in a grid styleAdding multiple images in a LaTeX document in the same “area”Images and listings as non-floating figuresMultiple images and proper side-caption positioningForcing subfigures to have same height and take overall X% of linewidth in LaTeXHow to include 3 vertically aligned subfigures, while making them appear as 3 separate “Main” (and not sub-) figures?How to fix figures on specific pages at bottom over page width?Keep Figures RIGHT AFTER text
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
How can I autofill dates in Excel excluding Sunday?
Can someone be penalized for an "unlawful" act if no penalty is specified?
Can we generate random numbers using irrational numbers like π and e?
Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?
What is the closest word meaning "respect for time / mindful"
Are there any other methods to apply to solving simultaneous equations?
The difference between dialogue marks
Is this app Icon Browser Safe/Legit?
Am I thawing this London Broil safely?
Aging parents with no investments
If a Druid sees an animal’s corpse, can they wild shape into that animal?
How to support a colleague who finds meetings extremely tiring?
Is bread bad for ducks?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Delete all lines which don't have n characters before delimiter
Sci-fi book where a human is taken from Earth to help man an alien ship in a fight against other aliens and rises through the ranks to command
Output the Arecibo Message
How are Package `Private` variables accessed?
Is a "Democratic" Feudal System Possible?
Building a conditional check constraint
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
Resizing object distorts it (Illustrator CC 2018)
numbering subfigures
The 2019 Stack Overflow Developer Survey Results Are InTypographic conventions for free space between subfigures?How to justify subfig subfloats?Aligning Images in a grid styleAdding multiple images in a LaTeX document in the same “area”Images and listings as non-floating figuresMultiple images and proper side-caption positioningForcing subfigures to have same height and take overall X% of linewidth in LaTeXHow to include 3 vertically aligned subfigures, while making them appear as 3 separate “Main” (and not sub-) figures?How to fix figures on specific pages at bottom over page width?Keep Figures RIGHT AFTER text
I've got three figures that I place vertically on a half page.
beginfigure
includegraphics[width=0.4textwidth]images/fig1a.png
includegraphics[width=0.4textwidth]images/fig1b.png
includegraphics[width=0.4textwidth]images/fig1c.png
endfigure
I want to subnumber them and put the (a), (b) and (c) at the corners of the images. All three figures are of different resolutions and sizes. It's hard do that and get them vertically aligned in the resulted pdf. So, my question is if there is a proper tool or package to do this automatically?
Regards
Ilya
floats numbering
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I've got three figures that I place vertically on a half page.
beginfigure
includegraphics[width=0.4textwidth]images/fig1a.png
includegraphics[width=0.4textwidth]images/fig1b.png
includegraphics[width=0.4textwidth]images/fig1c.png
endfigure
I want to subnumber them and put the (a), (b) and (c) at the corners of the images. All three figures are of different resolutions and sizes. It's hard do that and get them vertically aligned in the resulted pdf. So, my question is if there is a proper tool or package to do this automatically?
Regards
Ilya
floats numbering
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
3
Welcome to TeX SX! Try thesubfigureenvironment, from thesubcaptionpackage.
– Bernard
Nov 9 '18 at 22:54
Which corner? Lower left is easiest.
– John Kormylo
Nov 10 '18 at 4:34
Ideally upper right or left.
– Ilya Bryukhanov
Nov 10 '18 at 6:44
add a comment |
I've got three figures that I place vertically on a half page.
beginfigure
includegraphics[width=0.4textwidth]images/fig1a.png
includegraphics[width=0.4textwidth]images/fig1b.png
includegraphics[width=0.4textwidth]images/fig1c.png
endfigure
I want to subnumber them and put the (a), (b) and (c) at the corners of the images. All three figures are of different resolutions and sizes. It's hard do that and get them vertically aligned in the resulted pdf. So, my question is if there is a proper tool or package to do this automatically?
Regards
Ilya
floats numbering
I've got three figures that I place vertically on a half page.
beginfigure
includegraphics[width=0.4textwidth]images/fig1a.png
includegraphics[width=0.4textwidth]images/fig1b.png
includegraphics[width=0.4textwidth]images/fig1c.png
endfigure
I want to subnumber them and put the (a), (b) and (c) at the corners of the images. All three figures are of different resolutions and sizes. It's hard do that and get them vertically aligned in the resulted pdf. So, my question is if there is a proper tool or package to do this automatically?
Regards
Ilya
floats numbering
floats numbering
asked Nov 9 '18 at 22:45
Ilya BryukhanovIlya Bryukhanov
1
1
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
3
Welcome to TeX SX! Try thesubfigureenvironment, from thesubcaptionpackage.
– Bernard
Nov 9 '18 at 22:54
Which corner? Lower left is easiest.
– John Kormylo
Nov 10 '18 at 4:34
Ideally upper right or left.
– Ilya Bryukhanov
Nov 10 '18 at 6:44
add a comment |
3
Welcome to TeX SX! Try thesubfigureenvironment, from thesubcaptionpackage.
– Bernard
Nov 9 '18 at 22:54
Which corner? Lower left is easiest.
– John Kormylo
Nov 10 '18 at 4:34
Ideally upper right or left.
– Ilya Bryukhanov
Nov 10 '18 at 6:44
3
3
Welcome to TeX SX! Try the
subfigure environment, from the subcaption package.– Bernard
Nov 9 '18 at 22:54
Welcome to TeX SX! Try the
subfigure environment, from the subcaption package.– Bernard
Nov 9 '18 at 22:54
Which corner? Lower left is easiest.
– John Kormylo
Nov 10 '18 at 4:34
Which corner? Lower left is easiest.
– John Kormylo
Nov 10 '18 at 4:34
Ideally upper right or left.
– Ilya Bryukhanov
Nov 10 '18 at 6:44
Ideally upper right or left.
– Ilya Bryukhanov
Nov 10 '18 at 6:44
add a comment |
2 Answers
2
active
oldest
votes
There are a few details which can be painful to discover, since some are from the caption manual. The blank lines (par) are needed to keep them from winding up side by side.
You said different sizes. Although the MWE uses known sizes, this will work for images with unknown sizes. subcaptionbox does this automatically (thank you Alex Sommerfelt for pointing this out), but it is no big deal. All subfigures are basically minipages with captions.
documentclassarticle
usepackage[singlelinecheck=off]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
usebox0
caption
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0
leavevmodellap(c)~% left
usebox0
(c)
endminipage
captionThere is usually one of these too.
endfigure
enddocument

These solutions puts the subcaption at the upper right corner.
documentclassarticle
usepackage[singlelinecheck=off,justification=raggedleft,position=top]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
caption
usebox0
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0% in case you want to align side by side
strutmakebox[wd0][r](c)par% above
usebox0%
rlapraiseboxdimexpr ht0-topskip(c)% right
endminipage
captionThere is usually one of these too.
endfigure
enddocument

You write "The subfig package does this automatically". This is true, but thesubcaptionpackage does this automatically, too, whensubcaptionboxis used instead of thesubfigureenvironment.
– Axel Sommerfeldt
Nov 10 '18 at 21:11
@AxelSommerfeldt - Ah yes. An even better reason to stop using subfig.
– John Kormylo
Nov 11 '18 at 14:43
add a comment |
I think the simplest of all methods is to use the subfigure package, that adjusts to the desired dimensions of your images, althought it has problems with tikz, so I avoid it, but it works wonderfully with imported graphics
documentclassarticle
usepackagegraphicx,subfigure
begindocument
beginfigure
centering
subfigure[Subcaption a.]includegraphics[width=.6textwidth]example-image-a
subfigure[Subcaption b.]includegraphics[width=.6textwidth]example-image-b
subfigure[Subcaption c.]includegraphics[width=.6textwidth]example-image-c
captionCaption
endfigure
enddocument

subfigureis obsolete package. instead of it is suggested to use thesubfigpackage.
– Zarko
Dec 11 '18 at 22:51
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');
);
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%2f459226%2fnumbering-subfigures%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
There are a few details which can be painful to discover, since some are from the caption manual. The blank lines (par) are needed to keep them from winding up side by side.
You said different sizes. Although the MWE uses known sizes, this will work for images with unknown sizes. subcaptionbox does this automatically (thank you Alex Sommerfelt for pointing this out), but it is no big deal. All subfigures are basically minipages with captions.
documentclassarticle
usepackage[singlelinecheck=off]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
usebox0
caption
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0
leavevmodellap(c)~% left
usebox0
(c)
endminipage
captionThere is usually one of these too.
endfigure
enddocument

These solutions puts the subcaption at the upper right corner.
documentclassarticle
usepackage[singlelinecheck=off,justification=raggedleft,position=top]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
caption
usebox0
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0% in case you want to align side by side
strutmakebox[wd0][r](c)par% above
usebox0%
rlapraiseboxdimexpr ht0-topskip(c)% right
endminipage
captionThere is usually one of these too.
endfigure
enddocument

You write "The subfig package does this automatically". This is true, but thesubcaptionpackage does this automatically, too, whensubcaptionboxis used instead of thesubfigureenvironment.
– Axel Sommerfeldt
Nov 10 '18 at 21:11
@AxelSommerfeldt - Ah yes. An even better reason to stop using subfig.
– John Kormylo
Nov 11 '18 at 14:43
add a comment |
There are a few details which can be painful to discover, since some are from the caption manual. The blank lines (par) are needed to keep them from winding up side by side.
You said different sizes. Although the MWE uses known sizes, this will work for images with unknown sizes. subcaptionbox does this automatically (thank you Alex Sommerfelt for pointing this out), but it is no big deal. All subfigures are basically minipages with captions.
documentclassarticle
usepackage[singlelinecheck=off]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
usebox0
caption
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0
leavevmodellap(c)~% left
usebox0
(c)
endminipage
captionThere is usually one of these too.
endfigure
enddocument

These solutions puts the subcaption at the upper right corner.
documentclassarticle
usepackage[singlelinecheck=off,justification=raggedleft,position=top]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
caption
usebox0
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0% in case you want to align side by side
strutmakebox[wd0][r](c)par% above
usebox0%
rlapraiseboxdimexpr ht0-topskip(c)% right
endminipage
captionThere is usually one of these too.
endfigure
enddocument

You write "The subfig package does this automatically". This is true, but thesubcaptionpackage does this automatically, too, whensubcaptionboxis used instead of thesubfigureenvironment.
– Axel Sommerfeldt
Nov 10 '18 at 21:11
@AxelSommerfeldt - Ah yes. An even better reason to stop using subfig.
– John Kormylo
Nov 11 '18 at 14:43
add a comment |
There are a few details which can be painful to discover, since some are from the caption manual. The blank lines (par) are needed to keep them from winding up side by side.
You said different sizes. Although the MWE uses known sizes, this will work for images with unknown sizes. subcaptionbox does this automatically (thank you Alex Sommerfelt for pointing this out), but it is no big deal. All subfigures are basically minipages with captions.
documentclassarticle
usepackage[singlelinecheck=off]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
usebox0
caption
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0
leavevmodellap(c)~% left
usebox0
(c)
endminipage
captionThere is usually one of these too.
endfigure
enddocument

These solutions puts the subcaption at the upper right corner.
documentclassarticle
usepackage[singlelinecheck=off,justification=raggedleft,position=top]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
caption
usebox0
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0% in case you want to align side by side
strutmakebox[wd0][r](c)par% above
usebox0%
rlapraiseboxdimexpr ht0-topskip(c)% right
endminipage
captionThere is usually one of these too.
endfigure
enddocument

There are a few details which can be painful to discover, since some are from the caption manual. The blank lines (par) are needed to keep them from winding up side by side.
You said different sizes. Although the MWE uses known sizes, this will work for images with unknown sizes. subcaptionbox does this automatically (thank you Alex Sommerfelt for pointing this out), but it is no big deal. All subfigures are basically minipages with captions.
documentclassarticle
usepackage[singlelinecheck=off]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
usebox0
caption
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0
leavevmodellap(c)~% left
usebox0
(c)
endminipage
captionThere is usually one of these too.
endfigure
enddocument

These solutions puts the subcaption at the upper right corner.
documentclassarticle
usepackage[singlelinecheck=off,justification=raggedleft,position=top]subcaption
usepackagegraphicx
begindocument
beginfigure
centering
subcaptionboxincludegraphics[width=0.4textwidth]example-image-a
sbox0includegraphics[width=0.4textwidth]example-image-b% measure width
beginsubfigurewd0
caption
usebox0
endsubfigure
sbox0includegraphics[width=0.4textwidth]example-image-c% DIY caption
beginminipagewd0% in case you want to align side by side
strutmakebox[wd0][r](c)par% above
usebox0%
rlapraiseboxdimexpr ht0-topskip(c)% right
endminipage
captionThere is usually one of these too.
endfigure
enddocument

edited Nov 11 '18 at 15:19
answered Nov 10 '18 at 4:53
John KormyloJohn Kormylo
46.6k22672
46.6k22672
You write "The subfig package does this automatically". This is true, but thesubcaptionpackage does this automatically, too, whensubcaptionboxis used instead of thesubfigureenvironment.
– Axel Sommerfeldt
Nov 10 '18 at 21:11
@AxelSommerfeldt - Ah yes. An even better reason to stop using subfig.
– John Kormylo
Nov 11 '18 at 14:43
add a comment |
You write "The subfig package does this automatically". This is true, but thesubcaptionpackage does this automatically, too, whensubcaptionboxis used instead of thesubfigureenvironment.
– Axel Sommerfeldt
Nov 10 '18 at 21:11
@AxelSommerfeldt - Ah yes. An even better reason to stop using subfig.
– John Kormylo
Nov 11 '18 at 14:43
You write "The subfig package does this automatically". This is true, but the
subcaption package does this automatically, too, when subcaptionbox is used instead of the subfigure environment.– Axel Sommerfeldt
Nov 10 '18 at 21:11
You write "The subfig package does this automatically". This is true, but the
subcaption package does this automatically, too, when subcaptionbox is used instead of the subfigure environment.– Axel Sommerfeldt
Nov 10 '18 at 21:11
@AxelSommerfeldt - Ah yes. An even better reason to stop using subfig.
– John Kormylo
Nov 11 '18 at 14:43
@AxelSommerfeldt - Ah yes. An even better reason to stop using subfig.
– John Kormylo
Nov 11 '18 at 14:43
add a comment |
I think the simplest of all methods is to use the subfigure package, that adjusts to the desired dimensions of your images, althought it has problems with tikz, so I avoid it, but it works wonderfully with imported graphics
documentclassarticle
usepackagegraphicx,subfigure
begindocument
beginfigure
centering
subfigure[Subcaption a.]includegraphics[width=.6textwidth]example-image-a
subfigure[Subcaption b.]includegraphics[width=.6textwidth]example-image-b
subfigure[Subcaption c.]includegraphics[width=.6textwidth]example-image-c
captionCaption
endfigure
enddocument

subfigureis obsolete package. instead of it is suggested to use thesubfigpackage.
– Zarko
Dec 11 '18 at 22:51
add a comment |
I think the simplest of all methods is to use the subfigure package, that adjusts to the desired dimensions of your images, althought it has problems with tikz, so I avoid it, but it works wonderfully with imported graphics
documentclassarticle
usepackagegraphicx,subfigure
begindocument
beginfigure
centering
subfigure[Subcaption a.]includegraphics[width=.6textwidth]example-image-a
subfigure[Subcaption b.]includegraphics[width=.6textwidth]example-image-b
subfigure[Subcaption c.]includegraphics[width=.6textwidth]example-image-c
captionCaption
endfigure
enddocument

subfigureis obsolete package. instead of it is suggested to use thesubfigpackage.
– Zarko
Dec 11 '18 at 22:51
add a comment |
I think the simplest of all methods is to use the subfigure package, that adjusts to the desired dimensions of your images, althought it has problems with tikz, so I avoid it, but it works wonderfully with imported graphics
documentclassarticle
usepackagegraphicx,subfigure
begindocument
beginfigure
centering
subfigure[Subcaption a.]includegraphics[width=.6textwidth]example-image-a
subfigure[Subcaption b.]includegraphics[width=.6textwidth]example-image-b
subfigure[Subcaption c.]includegraphics[width=.6textwidth]example-image-c
captionCaption
endfigure
enddocument

I think the simplest of all methods is to use the subfigure package, that adjusts to the desired dimensions of your images, althought it has problems with tikz, so I avoid it, but it works wonderfully with imported graphics
documentclassarticle
usepackagegraphicx,subfigure
begindocument
beginfigure
centering
subfigure[Subcaption a.]includegraphics[width=.6textwidth]example-image-a
subfigure[Subcaption b.]includegraphics[width=.6textwidth]example-image-b
subfigure[Subcaption c.]includegraphics[width=.6textwidth]example-image-c
captionCaption
endfigure
enddocument

answered Nov 11 '18 at 21:08
José Ignacio Cuevas BarrientosJosé Ignacio Cuevas Barrientos
211
211
subfigureis obsolete package. instead of it is suggested to use thesubfigpackage.
– Zarko
Dec 11 '18 at 22:51
add a comment |
subfigureis obsolete package. instead of it is suggested to use thesubfigpackage.
– Zarko
Dec 11 '18 at 22:51
subfigure is obsolete package. instead of it is suggested to use the subfig package.– Zarko
Dec 11 '18 at 22:51
subfigure is obsolete package. instead of it is suggested to use the subfig package.– Zarko
Dec 11 '18 at 22:51
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');
);
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%2f459226%2fnumbering-subfigures%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');
);
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');
);
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');
);
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
3
Welcome to TeX SX! Try the
subfigureenvironment, from thesubcaptionpackage.– Bernard
Nov 9 '18 at 22:54
Which corner? Lower left is easiest.
– John Kormylo
Nov 10 '18 at 4:34
Ideally upper right or left.
– Ilya Bryukhanov
Nov 10 '18 at 6:44