numbering subfigures The 2019 Stack Overflow Developer Survey Results Are InTypographic...
Is three citations per paragraph excessive for undergraduate research paper?
Right tool to dig six foot holes?
How to support a colleague who finds meetings extremely tiring?
Multiply Two Integer Polynomials
Statement true because not provable
Why is my custom API endpoint not working?
Geography at the pixel level
Is flight data recorder erased after every flight?
FPGA - DIY Programming
I see my dog run
Identify boardgame from Big movie
Deal with toxic manager when you can't quit
Can you compress metal and what would be the consequences?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Can someone be penalized for an "unlawful" act if no penalty is specified?
Worn-tile Scrabble
Write faster on AT24C32
How to deal with fear of taking dependencies
Did Section 31 appear in Star Trek: The Next Generation?
Do these rules for Critical Successes and Critical Failures seem Fair?
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
Aging parents with no investments
Is a "Democratic" Feudal System Possible?
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.
begin{figure}
includegraphics[width=0.4textwidth]{images/fig1a.png}
includegraphics[width=0.4textwidth]{images/fig1b.png}
includegraphics[width=0.4textwidth]{images/fig1c.png}
end{figure}
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♦ 6 mins 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.
begin{figure}
includegraphics[width=0.4textwidth]{images/fig1a.png}
includegraphics[width=0.4textwidth]{images/fig1b.png}
includegraphics[width=0.4textwidth]{images/fig1c.png}
end{figure}
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♦ 6 mins 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.
begin{figure}
includegraphics[width=0.4textwidth]{images/fig1a.png}
includegraphics[width=0.4textwidth]{images/fig1b.png}
includegraphics[width=0.4textwidth]{images/fig1c.png}
end{figure}
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.
begin{figure}
includegraphics[width=0.4textwidth]{images/fig1a.png}
includegraphics[width=0.4textwidth]{images/fig1b.png}
includegraphics[width=0.4textwidth]{images/fig1c.png}
end{figure}
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♦ 6 mins 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♦ 6 mins 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.
documentclass{article}
usepackage[singlelinecheck=off]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
usebox0
caption{}
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}
leavevmodellap{(c)~}% left
usebox0
(c)
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

These solutions puts the subcaption at the upper right corner.
documentclass{article}
usepackage[singlelinecheck=off,justification=raggedleft,position=top]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
caption{}
usebox0
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}% in case you want to align side by side
strutmakebox[wd0][r]{(c)}par% above
usebox0%
rlap{raisebox{dimexpr ht0-topskip}{(c)}}% right
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

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
documentclass{article}
usepackage{graphicx,subfigure}
begin{document}
begin{figure}
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}}
caption{Caption}
end{figure}
end{document}

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.
documentclass{article}
usepackage[singlelinecheck=off]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
usebox0
caption{}
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}
leavevmodellap{(c)~}% left
usebox0
(c)
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

These solutions puts the subcaption at the upper right corner.
documentclass{article}
usepackage[singlelinecheck=off,justification=raggedleft,position=top]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
caption{}
usebox0
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}% in case you want to align side by side
strutmakebox[wd0][r]{(c)}par% above
usebox0%
rlap{raisebox{dimexpr ht0-topskip}{(c)}}% right
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

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.
documentclass{article}
usepackage[singlelinecheck=off]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
usebox0
caption{}
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}
leavevmodellap{(c)~}% left
usebox0
(c)
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

These solutions puts the subcaption at the upper right corner.
documentclass{article}
usepackage[singlelinecheck=off,justification=raggedleft,position=top]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
caption{}
usebox0
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}% in case you want to align side by side
strutmakebox[wd0][r]{(c)}par% above
usebox0%
rlap{raisebox{dimexpr ht0-topskip}{(c)}}% right
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

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.
documentclass{article}
usepackage[singlelinecheck=off]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
usebox0
caption{}
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}
leavevmodellap{(c)~}% left
usebox0
(c)
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

These solutions puts the subcaption at the upper right corner.
documentclass{article}
usepackage[singlelinecheck=off,justification=raggedleft,position=top]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
caption{}
usebox0
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}% in case you want to align side by side
strutmakebox[wd0][r]{(c)}par% above
usebox0%
rlap{raisebox{dimexpr ht0-topskip}{(c)}}% right
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

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.
documentclass{article}
usepackage[singlelinecheck=off]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
usebox0
caption{}
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}
leavevmodellap{(c)~}% left
usebox0
(c)
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

These solutions puts the subcaption at the upper right corner.
documentclass{article}
usepackage[singlelinecheck=off,justification=raggedleft,position=top]{subcaption}
usepackage{graphicx}
begin{document}
begin{figure}
centering
subcaptionbox{}{includegraphics[width=0.4textwidth]{example-image-a}}
sbox0{includegraphics[width=0.4textwidth]{example-image-b}}% measure width
begin{subfigure}{wd0}
caption{}
usebox0
end{subfigure}
sbox0{includegraphics[width=0.4textwidth]{example-image-c}}% DIY caption
begin{minipage}{wd0}% in case you want to align side by side
strutmakebox[wd0][r]{(c)}par% above
usebox0%
rlap{raisebox{dimexpr ht0-topskip}{(c)}}% right
end{minipage}
caption{There is usually one of these too.}
end{figure}
end{document}

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
documentclass{article}
usepackage{graphicx,subfigure}
begin{document}
begin{figure}
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}}
caption{Caption}
end{figure}
end{document}

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
documentclass{article}
usepackage{graphicx,subfigure}
begin{document}
begin{figure}
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}}
caption{Caption}
end{figure}
end{document}

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
documentclass{article}
usepackage{graphicx,subfigure}
begin{document}
begin{figure}
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}}
caption{Caption}
end{figure}
end{document}

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
documentclass{article}
usepackage{graphicx,subfigure}
begin{document}
begin{figure}
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}}
caption{Caption}
end{figure}
end{document}

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