Add multiple arguments to figureTrying to use sub-figures in a column on a tikzposterForce all floats to the...
Finding files for which a command fails
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Can a planet have a different gravitational pull depending on its location in orbit around its sun?
How would photo IDs work for shapeshifters?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
What does "enim et" mean?
Where to refill my bottle in India?
How can I add custom success page
A poker game description that does not feel gimmicky
Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore
Add an angle to a sphere
Why airport relocation isn't done gradually?
Symmetry in quantum mechanics
Is there a familial term for apples and pears?
Prime joint compound before latex paint?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
aging parents with no investments
Does a dangling wire really electrocute me if I'm standing in water?
Domain expired, GoDaddy holds it and is asking more money
Is every set a filtered colimit of finite sets?
I see my dog run
What is the command to reset a PC without deleting any files
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
Add multiple arguments to figure
Trying to use sub-figures in a column on a tikzposterForce all floats to the end of the document without using endfloatLandscape figure float obscuring textIncrease badness based on distance between float and referenceFull page floating figure with TikZ overlay in twocolumn document?Two-columns wide figure at the bottom of a page with RevtexNon break space between figure and caption for figure float hFloat appears many pages too late, even after new chapterKeep Figures RIGHT AFTER textUnderfull vboxes troubleshooting with here figuressuppress floats here on first page
I am placing a figure in my document using the following code:
begin{figure}[H]
centering
includegraphics{AlgorithmFlow.png}
caption{Caption}
label{fig:myLabel}
end{figure}
I am using the float
package to place the figure exactly in a specific part of the document. Nevertheless, it is also a pretty big figure so I want to resize it with the argument width=x
but I am unable to place both arguments in the command. I am fairly new to LaTeX and I did not find out a way to do it and my searching did not yield any results (probably because I am unable to search for the specific terms).
floats optional-arguments resize
New contributor
|
show 2 more comments
I am placing a figure in my document using the following code:
begin{figure}[H]
centering
includegraphics{AlgorithmFlow.png}
caption{Caption}
label{fig:myLabel}
end{figure}
I am using the float
package to place the figure exactly in a specific part of the document. Nevertheless, it is also a pretty big figure so I want to resize it with the argument width=x
but I am unable to place both arguments in the command. I am fairly new to LaTeX and I did not find out a way to do it and my searching did not yield any results (probably because I am unable to search for the specific terms).
floats optional-arguments resize
New contributor
What is wrong withincludegraphics[width=x]{AlgorithmFlow.png}
?
– JouleV
20 hours ago
I want to also use the[H]
argument in addition to the width argument.
– The Bosco
20 hours ago
3
no the two things are separate, you want to scale the image with the options toincludegraphics
and want to control the float position with[H]
onfigure
– David Carlisle
20 hours ago
Thefigure
environment resizes itself with the width of what it contains. Its options are only floating options, i.e.H
,h
,t
, etc.,width
is not among them. However,width
is an option ofincludegraphics
command.
– JouleV
20 hours ago
1
If it is a large figure (anything more than half a page)[H]
sounds rather unsuitable and the default float positioning likely to be better (or at least take far less manual adjustment to get a good page break)
– David Carlisle
20 hours ago
|
show 2 more comments
I am placing a figure in my document using the following code:
begin{figure}[H]
centering
includegraphics{AlgorithmFlow.png}
caption{Caption}
label{fig:myLabel}
end{figure}
I am using the float
package to place the figure exactly in a specific part of the document. Nevertheless, it is also a pretty big figure so I want to resize it with the argument width=x
but I am unable to place both arguments in the command. I am fairly new to LaTeX and I did not find out a way to do it and my searching did not yield any results (probably because I am unable to search for the specific terms).
floats optional-arguments resize
New contributor
I am placing a figure in my document using the following code:
begin{figure}[H]
centering
includegraphics{AlgorithmFlow.png}
caption{Caption}
label{fig:myLabel}
end{figure}
I am using the float
package to place the figure exactly in a specific part of the document. Nevertheless, it is also a pretty big figure so I want to resize it with the argument width=x
but I am unable to place both arguments in the command. I am fairly new to LaTeX and I did not find out a way to do it and my searching did not yield any results (probably because I am unable to search for the specific terms).
floats optional-arguments resize
floats optional-arguments resize
New contributor
New contributor
New contributor
asked 20 hours ago
The BoscoThe Bosco
101
101
New contributor
New contributor
What is wrong withincludegraphics[width=x]{AlgorithmFlow.png}
?
– JouleV
20 hours ago
I want to also use the[H]
argument in addition to the width argument.
– The Bosco
20 hours ago
3
no the two things are separate, you want to scale the image with the options toincludegraphics
and want to control the float position with[H]
onfigure
– David Carlisle
20 hours ago
Thefigure
environment resizes itself with the width of what it contains. Its options are only floating options, i.e.H
,h
,t
, etc.,width
is not among them. However,width
is an option ofincludegraphics
command.
– JouleV
20 hours ago
1
If it is a large figure (anything more than half a page)[H]
sounds rather unsuitable and the default float positioning likely to be better (or at least take far less manual adjustment to get a good page break)
– David Carlisle
20 hours ago
|
show 2 more comments
What is wrong withincludegraphics[width=x]{AlgorithmFlow.png}
?
– JouleV
20 hours ago
I want to also use the[H]
argument in addition to the width argument.
– The Bosco
20 hours ago
3
no the two things are separate, you want to scale the image with the options toincludegraphics
and want to control the float position with[H]
onfigure
– David Carlisle
20 hours ago
Thefigure
environment resizes itself with the width of what it contains. Its options are only floating options, i.e.H
,h
,t
, etc.,width
is not among them. However,width
is an option ofincludegraphics
command.
– JouleV
20 hours ago
1
If it is a large figure (anything more than half a page)[H]
sounds rather unsuitable and the default float positioning likely to be better (or at least take far less manual adjustment to get a good page break)
– David Carlisle
20 hours ago
What is wrong with
includegraphics[width=x]{AlgorithmFlow.png}
?– JouleV
20 hours ago
What is wrong with
includegraphics[width=x]{AlgorithmFlow.png}
?– JouleV
20 hours ago
I want to also use the
[H]
argument in addition to the width argument.– The Bosco
20 hours ago
I want to also use the
[H]
argument in addition to the width argument.– The Bosco
20 hours ago
3
3
no the two things are separate, you want to scale the image with the options to
includegraphics
and want to control the float position with [H]
on figure
– David Carlisle
20 hours ago
no the two things are separate, you want to scale the image with the options to
includegraphics
and want to control the float position with [H]
on figure
– David Carlisle
20 hours ago
The
figure
environment resizes itself with the width of what it contains. Its options are only floating options, i.e. H
, h
, t
, etc., width
is not among them. However, width
is an option of includegraphics
command.– JouleV
20 hours ago
The
figure
environment resizes itself with the width of what it contains. Its options are only floating options, i.e. H
, h
, t
, etc., width
is not among them. However, width
is an option of includegraphics
command.– JouleV
20 hours ago
1
1
If it is a large figure (anything more than half a page)
[H]
sounds rather unsuitable and the default float positioning likely to be better (or at least take far less manual adjustment to get a good page break)– David Carlisle
20 hours ago
If it is a large figure (anything more than half a page)
[H]
sounds rather unsuitable and the default float positioning likely to be better (or at least take far less manual adjustment to get a good page break)– David Carlisle
20 hours ago
|
show 2 more comments
0
active
oldest
votes
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
});
}
});
The Bosco 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');
});
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%2f483747%2fadd-multiple-arguments-to-figure%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
The Bosco is a new contributor. Be nice, and check out our Code of Conduct.
The Bosco is a new contributor. Be nice, and check out our Code of Conduct.
The Bosco is a new contributor. Be nice, and check out our Code of Conduct.
The Bosco 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');
});
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%2f483747%2fadd-multiple-arguments-to-figure%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
What is wrong with
includegraphics[width=x]{AlgorithmFlow.png}
?– JouleV
20 hours ago
I want to also use the
[H]
argument in addition to the width argument.– The Bosco
20 hours ago
3
no the two things are separate, you want to scale the image with the options to
includegraphics
and want to control the float position with[H]
onfigure
– David Carlisle
20 hours ago
The
figure
environment resizes itself with the width of what it contains. Its options are only floating options, i.e.H
,h
,t
, etc.,width
is not among them. However,width
is an option ofincludegraphics
command.– JouleV
20 hours ago
1
If it is a large figure (anything more than half a page)
[H]
sounds rather unsuitable and the default float positioning likely to be better (or at least take far less manual adjustment to get a good page break)– David Carlisle
20 hours ago