How to change the font size of the image caption for different images?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I am searching for a way to adjust the size of the caption.
All the solution I have found deals with the caption package and uses something that changes the size globally.
I wish to adjust each of them differently.
For example, in the following image, I would like to keep shrimp as it is, dolphin a little bit bigger, and whale the largest. Is it possible?
Perhaps something like: change caption size globally, reset, change again, reset, change again, reset.
Here is the code:
documentclassarticle
usepackageamsmath
usepackageamsfonts
usepackagexcolor
usepackagegraphicx
begindocument
beginfigure
includegraphics[scale = 0.3]shrimp
captionshrimp
endfigure
beginfigure
includegraphicsDolphin
captiondolphin
endfigure
beginfigure
includegraphics[scale = 0.3]whale
captionwhale
endfigure
% or play with the following
beginfigure
captionshrimp
includegraphics[height=4cm,width=6cm]shrimp
hfill
captiondolphin
includegraphics[height=4cm,width=6cm]Dolphin
hfill
captionwhale
includegraphics[height=4cm,width=6cm]whale
endfigure
enddocument
fonts graphics captions fontsize size
add a comment |Â
up vote
1
down vote
favorite
I am searching for a way to adjust the size of the caption.
All the solution I have found deals with the caption package and uses something that changes the size globally.
I wish to adjust each of them differently.
For example, in the following image, I would like to keep shrimp as it is, dolphin a little bit bigger, and whale the largest. Is it possible?
Perhaps something like: change caption size globally, reset, change again, reset, change again, reset.
Here is the code:
documentclassarticle
usepackageamsmath
usepackageamsfonts
usepackagexcolor
usepackagegraphicx
begindocument
beginfigure
includegraphics[scale = 0.3]shrimp
captionshrimp
endfigure
beginfigure
includegraphicsDolphin
captiondolphin
endfigure
beginfigure
includegraphics[scale = 0.3]whale
captionwhale
endfigure
% or play with the following
beginfigure
captionshrimp
includegraphics[height=4cm,width=6cm]shrimp
hfill
captiondolphin
includegraphics[height=4cm,width=6cm]Dolphin
hfill
captionwhale
includegraphics[height=4cm,width=6cm]whale
endfigure
enddocument
fonts graphics captions fontsize size
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am searching for a way to adjust the size of the caption.
All the solution I have found deals with the caption package and uses something that changes the size globally.
I wish to adjust each of them differently.
For example, in the following image, I would like to keep shrimp as it is, dolphin a little bit bigger, and whale the largest. Is it possible?
Perhaps something like: change caption size globally, reset, change again, reset, change again, reset.
Here is the code:
documentclassarticle
usepackageamsmath
usepackageamsfonts
usepackagexcolor
usepackagegraphicx
begindocument
beginfigure
includegraphics[scale = 0.3]shrimp
captionshrimp
endfigure
beginfigure
includegraphicsDolphin
captiondolphin
endfigure
beginfigure
includegraphics[scale = 0.3]whale
captionwhale
endfigure
% or play with the following
beginfigure
captionshrimp
includegraphics[height=4cm,width=6cm]shrimp
hfill
captiondolphin
includegraphics[height=4cm,width=6cm]Dolphin
hfill
captionwhale
includegraphics[height=4cm,width=6cm]whale
endfigure
enddocument
fonts graphics captions fontsize size
I am searching for a way to adjust the size of the caption.
All the solution I have found deals with the caption package and uses something that changes the size globally.
I wish to adjust each of them differently.
For example, in the following image, I would like to keep shrimp as it is, dolphin a little bit bigger, and whale the largest. Is it possible?
Perhaps something like: change caption size globally, reset, change again, reset, change again, reset.
Here is the code:
documentclassarticle
usepackageamsmath
usepackageamsfonts
usepackagexcolor
usepackagegraphicx
begindocument
beginfigure
includegraphics[scale = 0.3]shrimp
captionshrimp
endfigure
beginfigure
includegraphicsDolphin
captiondolphin
endfigure
beginfigure
includegraphics[scale = 0.3]whale
captionwhale
endfigure
% or play with the following
beginfigure
captionshrimp
includegraphics[height=4cm,width=6cm]shrimp
hfill
captiondolphin
includegraphics[height=4cm,width=6cm]Dolphin
hfill
captionwhale
includegraphics[height=4cm,width=6cm]whale
endfigure
enddocument
fonts graphics captions fontsize size
fonts graphics captions fontsize size
asked 6 hours ago


The man of your dream
1234
1234
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
You can load the caption
package to your preamble, and then just write like this
caption*large Figure 2: FigName
caption*Huge Figure 3: Blah Blah
See full code here.
You can also customize the font size to whatever you want by the fontsize
command.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
You can load the caption
package to your preamble, and then just write like this
caption*large Figure 2: FigName
caption*Huge Figure 3: Blah Blah
See full code here.
You can also customize the font size to whatever you want by the fontsize
command.
add a comment |Â
up vote
3
down vote
You can load the caption
package to your preamble, and then just write like this
caption*large Figure 2: FigName
caption*Huge Figure 3: Blah Blah
See full code here.
You can also customize the font size to whatever you want by the fontsize
command.
add a comment |Â
up vote
3
down vote
up vote
3
down vote
You can load the caption
package to your preamble, and then just write like this
caption*large Figure 2: FigName
caption*Huge Figure 3: Blah Blah
See full code here.
You can also customize the font size to whatever you want by the fontsize
command.
You can load the caption
package to your preamble, and then just write like this
caption*large Figure 2: FigName
caption*Huge Figure 3: Blah Blah
See full code here.
You can also customize the font size to whatever you want by the fontsize
command.
edited 3 hours ago
answered 4 hours ago
Vũ Văn Dũng
1456
1456
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f458132%2fhow-to-change-the-font-size-of-the-image-caption-for-different-images%23new-answer', 'question_page');
);
Post as a guest
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
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
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