Placing subfig verticallyPlacing Subfigures verticallyLaTeX Error: File subfigure.sty not foundSubfloat: Label beside, caption belowsubcaption: `caption' package not loadedSubfigure label position and visibility in memoirPut image in subfig's subfloat captionbeginalltt inside subfigure in llncsProblem with figure using subfloat and amsmath alignHyperref for subfloats with subfig packageAnchors in hyperref with algorithm2e and subfigSubcaption environment failed. All figures containing a subfigure crashing all of a sudden

Multi tool use
Good for you! in Russian
String reversal in Python
Is Gradient Descent central to every optimizer?
Do Bugbears' arms literally get longer when it's their turn?
How strictly should I take "Candidates must be local"?
Make a transparent 448*448 image
Why does Captain Marvel assume the planet where she lands would recognize her credentials?
Word for a person who has no opinion about whether god exists
Force user to remove USB token
How much stiffer are 23c tires over 28c?
Should I take out a loan for a friend to invest on my behalf?
Virginia employer terminated employee and wants signing bonus returned
Grey hair or white hair
Do items de-spawn in Diablo?
Is there any way to damage Intellect Devourer(s) when already within a creature's skull?
Aliens englobed the Solar System: will we notice?
If the Captain's screens are out, does he switch seats with the co-pilot?
Low budget alien movie about the Earth being cooked
Single word request: Harming the benefactor
Upside Down Word Puzzle
What to do when during a meeting client people start to fight (even physically) with each others?
Space in array system equations
Accountant/ lawyer will not return my call
How much attack damage does the AC boost from a shield prevent on average?
Placing subfig vertically
Placing Subfigures verticallyLaTeX Error: File subfigure.sty not foundSubfloat: Label beside, caption belowsubcaption: `caption' package not loadedSubfigure label position and visibility in memoirPut image in subfig's subfloat captionbeginalltt inside subfigure in llncsProblem with figure using subfloat and amsmath alignHyperref for subfloats with subfig packageAnchors in hyperref with algorithm2e and subfigSubcaption environment failed. All figures containing a subfigure crashing all of a sudden
There is a beautiful post where it is explained more or less what I would like to do.
Actually, I am not using subfigure, but usepackagesubfig
. Therefore, I've tried to implement the example with the subfig
solution. My entire document is using subfig
, I would not change to subfigure now.
Here is the code I am using:
beginfigure[tb]
centering
sboxbigleftbox%
beginminipage[b].5textwidth
centering
vspace*fill
subfloat[Image 1]
includegraphics[height=5cm]%
images1%
labelimage1
endminipage%
useboxbigleftbox%
beginminipage[b][htbigleftbox][s].5textwidth
centering
subfloat[Image 2]
includegraphics[width=0.9linewidth]%
images2%
labelimage2
vfill
subfloat[Image 3]
includegraphics[width=0.9linewidth]%
images3%
labelimage3
endminipage
caption%
Figure
labelfigure
endfigure
In the attached picture I can see the result and it is not glorious.
I would not like to change the change the size of the picture. The size shall remain the same. The problem is that 1) the left picture is not vertically centered with respect with the two other images, 2) the caption of the figure is not at the bottom of the last picture, and 3) the title of the next section is entering the figure.
How is it possible to solve all these problems using subfig
and not subfigure
?
I would be very thankful for your help.
subfloats subfig sidesubfloat
add a comment |
There is a beautiful post where it is explained more or less what I would like to do.
Actually, I am not using subfigure, but usepackagesubfig
. Therefore, I've tried to implement the example with the subfig
solution. My entire document is using subfig
, I would not change to subfigure now.
Here is the code I am using:
beginfigure[tb]
centering
sboxbigleftbox%
beginminipage[b].5textwidth
centering
vspace*fill
subfloat[Image 1]
includegraphics[height=5cm]%
images1%
labelimage1
endminipage%
useboxbigleftbox%
beginminipage[b][htbigleftbox][s].5textwidth
centering
subfloat[Image 2]
includegraphics[width=0.9linewidth]%
images2%
labelimage2
vfill
subfloat[Image 3]
includegraphics[width=0.9linewidth]%
images3%
labelimage3
endminipage
caption%
Figure
labelfigure
endfigure
In the attached picture I can see the result and it is not glorious.
I would not like to change the change the size of the picture. The size shall remain the same. The problem is that 1) the left picture is not vertically centered with respect with the two other images, 2) the caption of the figure is not at the bottom of the last picture, and 3) the title of the next section is entering the figure.
How is it possible to solve all these problems using subfig
and not subfigure
?
I would be very thankful for your help.
subfloats subfig sidesubfloat
1
please extend your code snippet to complete document beginning withdocumentclass...
and ending withenddocument
.
– Zarko
9 hours ago
Usingsubfig
and insisting in it in combination of thesavebox
an and theminipages
makes the result and your demand really strange. If you really are open to useminipages
, than thesubcaption
package should be enough for your approach and thesubfig
could not help somehere.
– koleygr
8 hours ago
In my above comment, I had understood that you expect the caption of the left figure aligned with the caption of the lower right figure and thus could not find a way thatsubfig
package could be used for it (doesn't really use it often but if this was the case thesubcaption
package and theminipages
should be enough). Commenting just to explain the above comment and to suggest to to have a look (whenever you find time) at thesubcaption
package that is better cooperating withminipages
and such cases as this one.
– koleygr
7 hours ago
1
@koleygr Hi. Thanks a lot for the feedback. My entire document uses 'subfig'. Changing everything to 'subcaption' might take a bit of time. I will try to use 'subcaption' for my next documents.
– Elfo2285
6 hours ago
add a comment |
There is a beautiful post where it is explained more or less what I would like to do.
Actually, I am not using subfigure, but usepackagesubfig
. Therefore, I've tried to implement the example with the subfig
solution. My entire document is using subfig
, I would not change to subfigure now.
Here is the code I am using:
beginfigure[tb]
centering
sboxbigleftbox%
beginminipage[b].5textwidth
centering
vspace*fill
subfloat[Image 1]
includegraphics[height=5cm]%
images1%
labelimage1
endminipage%
useboxbigleftbox%
beginminipage[b][htbigleftbox][s].5textwidth
centering
subfloat[Image 2]
includegraphics[width=0.9linewidth]%
images2%
labelimage2
vfill
subfloat[Image 3]
includegraphics[width=0.9linewidth]%
images3%
labelimage3
endminipage
caption%
Figure
labelfigure
endfigure
In the attached picture I can see the result and it is not glorious.
I would not like to change the change the size of the picture. The size shall remain the same. The problem is that 1) the left picture is not vertically centered with respect with the two other images, 2) the caption of the figure is not at the bottom of the last picture, and 3) the title of the next section is entering the figure.
How is it possible to solve all these problems using subfig
and not subfigure
?
I would be very thankful for your help.
subfloats subfig sidesubfloat
There is a beautiful post where it is explained more or less what I would like to do.
Actually, I am not using subfigure, but usepackagesubfig
. Therefore, I've tried to implement the example with the subfig
solution. My entire document is using subfig
, I would not change to subfigure now.
Here is the code I am using:
beginfigure[tb]
centering
sboxbigleftbox%
beginminipage[b].5textwidth
centering
vspace*fill
subfloat[Image 1]
includegraphics[height=5cm]%
images1%
labelimage1
endminipage%
useboxbigleftbox%
beginminipage[b][htbigleftbox][s].5textwidth
centering
subfloat[Image 2]
includegraphics[width=0.9linewidth]%
images2%
labelimage2
vfill
subfloat[Image 3]
includegraphics[width=0.9linewidth]%
images3%
labelimage3
endminipage
caption%
Figure
labelfigure
endfigure
In the attached picture I can see the result and it is not glorious.
I would not like to change the change the size of the picture. The size shall remain the same. The problem is that 1) the left picture is not vertically centered with respect with the two other images, 2) the caption of the figure is not at the bottom of the last picture, and 3) the title of the next section is entering the figure.
How is it possible to solve all these problems using subfig
and not subfigure
?
I would be very thankful for your help.
subfloats subfig sidesubfloat
subfloats subfig sidesubfloat
asked 9 hours ago
Elfo2285Elfo2285
425
425
1
please extend your code snippet to complete document beginning withdocumentclass...
and ending withenddocument
.
– Zarko
9 hours ago
Usingsubfig
and insisting in it in combination of thesavebox
an and theminipages
makes the result and your demand really strange. If you really are open to useminipages
, than thesubcaption
package should be enough for your approach and thesubfig
could not help somehere.
– koleygr
8 hours ago
In my above comment, I had understood that you expect the caption of the left figure aligned with the caption of the lower right figure and thus could not find a way thatsubfig
package could be used for it (doesn't really use it often but if this was the case thesubcaption
package and theminipages
should be enough). Commenting just to explain the above comment and to suggest to to have a look (whenever you find time) at thesubcaption
package that is better cooperating withminipages
and such cases as this one.
– koleygr
7 hours ago
1
@koleygr Hi. Thanks a lot for the feedback. My entire document uses 'subfig'. Changing everything to 'subcaption' might take a bit of time. I will try to use 'subcaption' for my next documents.
– Elfo2285
6 hours ago
add a comment |
1
please extend your code snippet to complete document beginning withdocumentclass...
and ending withenddocument
.
– Zarko
9 hours ago
Usingsubfig
and insisting in it in combination of thesavebox
an and theminipages
makes the result and your demand really strange. If you really are open to useminipages
, than thesubcaption
package should be enough for your approach and thesubfig
could not help somehere.
– koleygr
8 hours ago
In my above comment, I had understood that you expect the caption of the left figure aligned with the caption of the lower right figure and thus could not find a way thatsubfig
package could be used for it (doesn't really use it often but if this was the case thesubcaption
package and theminipages
should be enough). Commenting just to explain the above comment and to suggest to to have a look (whenever you find time) at thesubcaption
package that is better cooperating withminipages
and such cases as this one.
– koleygr
7 hours ago
1
@koleygr Hi. Thanks a lot for the feedback. My entire document uses 'subfig'. Changing everything to 'subcaption' might take a bit of time. I will try to use 'subcaption' for my next documents.
– Elfo2285
6 hours ago
1
1
please extend your code snippet to complete document beginning with
documentclass...
and ending with enddocument
.– Zarko
9 hours ago
please extend your code snippet to complete document beginning with
documentclass...
and ending with enddocument
.– Zarko
9 hours ago
Using
subfig
and insisting in it in combination of the savebox
an and the minipages
makes the result and your demand really strange. If you really are open to use minipages
, than the subcaption
package should be enough for your approach and the subfig
could not help somehere.– koleygr
8 hours ago
Using
subfig
and insisting in it in combination of the savebox
an and the minipages
makes the result and your demand really strange. If you really are open to use minipages
, than the subcaption
package should be enough for your approach and the subfig
could not help somehere.– koleygr
8 hours ago
In my above comment, I had understood that you expect the caption of the left figure aligned with the caption of the lower right figure and thus could not find a way that
subfig
package could be used for it (doesn't really use it often but if this was the case the subcaption
package and the minipages
should be enough). Commenting just to explain the above comment and to suggest to to have a look (whenever you find time) at the subcaption
package that is better cooperating with minipages
and such cases as this one.– koleygr
7 hours ago
In my above comment, I had understood that you expect the caption of the left figure aligned with the caption of the lower right figure and thus could not find a way that
subfig
package could be used for it (doesn't really use it often but if this was the case the subcaption
package and the minipages
should be enough). Commenting just to explain the above comment and to suggest to to have a look (whenever you find time) at the subcaption
package that is better cooperating with minipages
and such cases as this one.– koleygr
7 hours ago
1
1
@koleygr Hi. Thanks a lot for the feedback. My entire document uses 'subfig'. Changing everything to 'subcaption' might take a bit of time. I will try to use 'subcaption' for my next documents.
– Elfo2285
6 hours ago
@koleygr Hi. Thanks a lot for the feedback. My entire document uses 'subfig'. Changing everything to 'subcaption' might take a bit of time. I will try to use 'subcaption' for my next documents.
– Elfo2285
6 hours ago
add a comment |
3 Answers
3
active
oldest
votes
Your problem is different, as you don't have to measure anything.
In order to align the two parts at the top, you can use raisebox-height...
.
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
raisebox-height%
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
qquad
raisebox-height%
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular%
captionFigure
labelfigure
endfigure
enddocument
If you want to vertically center the left image:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
begintabular@c@
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
endtabularqquad
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular
captionFigure
labelfigure
endfigure
enddocument
Using the tabular solution solved my problem. It makes the result I would like. Thanks a lot!
– Elfo2285
8 hours ago
add a comment |
see if the following example can help you:
documentclassarticle
usepackagemultirow,tabularx
usepackage[export, demo]adjustbox
usepackagesubfig
newsaveboxbigleftbox
begindocument
beginfigure[tb]
centering
begintabularxlinewidthXX
multirow[t]2=subfloat[Image 1 labelimage1]%
includegraphics[height=5cm, valign=t]images1%
& subfloat[Image 2 labelimage2]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=t]images1 \
& subfloat[Image 3 labelimage3]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=b]images1 \
endtabularx
captionFigure
labelfigure
add a comment |
Here is a variant using minipages:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure
centering
beginminipage[c]0.3textwidth
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
endminipage
beginminipage[c]0.4textwidth
subfloat[Image 2]%
includegraphics[width=textwidth]example-image%
labelimage2%
subfloat[Image 3]%
includegraphics[width=textwidth]example-image%
labelimage3%
endminipage
captionFigure
labelfigure
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');
);
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%2f479147%2fplacing-subfig-vertically%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
Your problem is different, as you don't have to measure anything.
In order to align the two parts at the top, you can use raisebox-height...
.
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
raisebox-height%
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
qquad
raisebox-height%
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular%
captionFigure
labelfigure
endfigure
enddocument
If you want to vertically center the left image:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
begintabular@c@
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
endtabularqquad
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular
captionFigure
labelfigure
endfigure
enddocument
Using the tabular solution solved my problem. It makes the result I would like. Thanks a lot!
– Elfo2285
8 hours ago
add a comment |
Your problem is different, as you don't have to measure anything.
In order to align the two parts at the top, you can use raisebox-height...
.
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
raisebox-height%
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
qquad
raisebox-height%
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular%
captionFigure
labelfigure
endfigure
enddocument
If you want to vertically center the left image:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
begintabular@c@
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
endtabularqquad
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular
captionFigure
labelfigure
endfigure
enddocument
Using the tabular solution solved my problem. It makes the result I would like. Thanks a lot!
– Elfo2285
8 hours ago
add a comment |
Your problem is different, as you don't have to measure anything.
In order to align the two parts at the top, you can use raisebox-height...
.
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
raisebox-height%
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
qquad
raisebox-height%
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular%
captionFigure
labelfigure
endfigure
enddocument
If you want to vertically center the left image:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
begintabular@c@
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
endtabularqquad
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular
captionFigure
labelfigure
endfigure
enddocument
Your problem is different, as you don't have to measure anything.
In order to align the two parts at the top, you can use raisebox-height...
.
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
raisebox-height%
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
qquad
raisebox-height%
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular%
captionFigure
labelfigure
endfigure
enddocument
If you want to vertically center the left image:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure[tbp]
centering
begintabular@c@
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
%
endtabularqquad
begintabular@c@
subfloat[Image 2]%
includegraphics[width=0.4textwidth]example-image%
labelimage2%
\
subfloat[Image 3]%
includegraphics[width=0.4textwidth]example-image%
labelimage3%
endtabular
captionFigure
labelfigure
endfigure
enddocument
edited 9 hours ago
answered 9 hours ago


egregegreg
726k8819193228
726k8819193228
Using the tabular solution solved my problem. It makes the result I would like. Thanks a lot!
– Elfo2285
8 hours ago
add a comment |
Using the tabular solution solved my problem. It makes the result I would like. Thanks a lot!
– Elfo2285
8 hours ago
Using the tabular solution solved my problem. It makes the result I would like. Thanks a lot!
– Elfo2285
8 hours ago
Using the tabular solution solved my problem. It makes the result I would like. Thanks a lot!
– Elfo2285
8 hours ago
add a comment |
see if the following example can help you:
documentclassarticle
usepackagemultirow,tabularx
usepackage[export, demo]adjustbox
usepackagesubfig
newsaveboxbigleftbox
begindocument
beginfigure[tb]
centering
begintabularxlinewidthXX
multirow[t]2=subfloat[Image 1 labelimage1]%
includegraphics[height=5cm, valign=t]images1%
& subfloat[Image 2 labelimage2]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=t]images1 \
& subfloat[Image 3 labelimage3]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=b]images1 \
endtabularx
captionFigure
labelfigure
add a comment |
see if the following example can help you:
documentclassarticle
usepackagemultirow,tabularx
usepackage[export, demo]adjustbox
usepackagesubfig
newsaveboxbigleftbox
begindocument
beginfigure[tb]
centering
begintabularxlinewidthXX
multirow[t]2=subfloat[Image 1 labelimage1]%
includegraphics[height=5cm, valign=t]images1%
& subfloat[Image 2 labelimage2]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=t]images1 \
& subfloat[Image 3 labelimage3]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=b]images1 \
endtabularx
captionFigure
labelfigure
add a comment |
see if the following example can help you:
documentclassarticle
usepackagemultirow,tabularx
usepackage[export, demo]adjustbox
usepackagesubfig
newsaveboxbigleftbox
begindocument
beginfigure[tb]
centering
begintabularxlinewidthXX
multirow[t]2=subfloat[Image 1 labelimage1]%
includegraphics[height=5cm, valign=t]images1%
& subfloat[Image 2 labelimage2]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=t]images1 \
& subfloat[Image 3 labelimage3]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=b]images1 \
endtabularx
captionFigure
labelfigure
see if the following example can help you:
documentclassarticle
usepackagemultirow,tabularx
usepackage[export, demo]adjustbox
usepackagesubfig
newsaveboxbigleftbox
begindocument
beginfigure[tb]
centering
begintabularxlinewidthXX
multirow[t]2=subfloat[Image 1 labelimage1]%
includegraphics[height=5cm, valign=t]images1%
& subfloat[Image 2 labelimage2]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=t]images1 \
& subfloat[Image 3 labelimage3]%
includegraphics[height=dimexpr2.5 cm-baselineskip, valign=b]images1 \
endtabularx
captionFigure
labelfigure
answered 9 hours ago
ZarkoZarko
127k868166
127k868166
add a comment |
add a comment |
Here is a variant using minipages:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure
centering
beginminipage[c]0.3textwidth
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
endminipage
beginminipage[c]0.4textwidth
subfloat[Image 2]%
includegraphics[width=textwidth]example-image%
labelimage2%
subfloat[Image 3]%
includegraphics[width=textwidth]example-image%
labelimage3%
endminipage
captionFigure
labelfigure
endfigure
enddocument
add a comment |
Here is a variant using minipages:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure
centering
beginminipage[c]0.3textwidth
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
endminipage
beginminipage[c]0.4textwidth
subfloat[Image 2]%
includegraphics[width=textwidth]example-image%
labelimage2%
subfloat[Image 3]%
includegraphics[width=textwidth]example-image%
labelimage3%
endminipage
captionFigure
labelfigure
endfigure
enddocument
add a comment |
Here is a variant using minipages:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure
centering
beginminipage[c]0.3textwidth
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
endminipage
beginminipage[c]0.4textwidth
subfloat[Image 2]%
includegraphics[width=textwidth]example-image%
labelimage2%
subfloat[Image 3]%
includegraphics[width=textwidth]example-image%
labelimage3%
endminipage
captionFigure
labelfigure
endfigure
enddocument
Here is a variant using minipages:
documentclassarticle
usepackagegraphicx,subfig
begindocument
beginfigure
centering
beginminipage[c]0.3textwidth
subfloat[Image 1]%
includegraphics[height=5cm]example-image-9x16%
labelimage1%
endminipage
beginminipage[c]0.4textwidth
subfloat[Image 2]%
includegraphics[width=textwidth]example-image%
labelimage2%
subfloat[Image 3]%
includegraphics[width=textwidth]example-image%
labelimage3%
endminipage
captionFigure
labelfigure
endfigure
enddocument
answered 9 hours ago


leandriisleandriis
9,9301531
9,9301531
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');
);
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%2f479147%2fplacing-subfig-vertically%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
x3TuoWg3g0tiL2G7P BnlkEO3v,cB3K t9,1RwFMJ8iqm,NF 6ZUYqpPL5b9sF tD,MqDDMOdFX7aCy6f Oc45qQITss,ZYd
1
please extend your code snippet to complete document beginning with
documentclass...
and ending withenddocument
.– Zarko
9 hours ago
Using
subfig
and insisting in it in combination of thesavebox
an and theminipages
makes the result and your demand really strange. If you really are open to useminipages
, than thesubcaption
package should be enough for your approach and thesubfig
could not help somehere.– koleygr
8 hours ago
In my above comment, I had understood that you expect the caption of the left figure aligned with the caption of the lower right figure and thus could not find a way that
subfig
package could be used for it (doesn't really use it often but if this was the case thesubcaption
package and theminipages
should be enough). Commenting just to explain the above comment and to suggest to to have a look (whenever you find time) at thesubcaption
package that is better cooperating withminipages
and such cases as this one.– koleygr
7 hours ago
1
@koleygr Hi. Thanks a lot for the feedback. My entire document uses 'subfig'. Changing everything to 'subcaption' might take a bit of time. I will try to use 'subcaption' for my next documents.
– Elfo2285
6 hours ago