How to set a defined horizontal padding between includegraphics images
How can I set a fixed horizontal padding between my images?
I'm using (in my master file):
usepackage[export]{adjustbox}
With this in my included file:
newcommand{vastehoogte}[1]{includegraphics[height=1textheight,keepaspectratio]{#1}}
to insert images this way:
begin{adjustbox}{max width=1textwidth}
vastehoogte{1.JPG}
vastehoogte{2.JPG}
vastehoogte{3.JPG}
vastehoogte{4.JPG}
vastehoogte{7.JPG}
vastehoogte{8.JPG}
end{adjustbox}
par}
However I cannot seem to get a few mm's of padding between the images with vspace or something else. Can someone help me?
spacing graphics horizontal-alignment horizontal
add a comment |
How can I set a fixed horizontal padding between my images?
I'm using (in my master file):
usepackage[export]{adjustbox}
With this in my included file:
newcommand{vastehoogte}[1]{includegraphics[height=1textheight,keepaspectratio]{#1}}
to insert images this way:
begin{adjustbox}{max width=1textwidth}
vastehoogte{1.JPG}
vastehoogte{2.JPG}
vastehoogte{3.JPG}
vastehoogte{4.JPG}
vastehoogte{7.JPG}
vastehoogte{8.JPG}
end{adjustbox}
par}
However I cannot seem to get a few mm's of padding between the images with vspace or something else. Can someone help me?
spacing graphics horizontal-alignment horizontal
Did you try some horizontal space? Likethinspace
orquad
?
– Thruston
Oct 12 at 22:12
Yes, I triedquad
in multiple places/formattings (I have to admit, I'm very very new to Latex) and it worked. But when I zoomed in on my PDF, I noticed there was thisquad
in text on the PDF (at 100% zoom it just looked like a small line).
– Dimi Mett
Oct 12 at 22:23
2
whatever you could see would not be fromquad
as that just makes a space. Your question would be a lot clearer if you had shown what you had done rather than say you added some unspecified commands in unspecified places which didn't work. You appear to be wanting horizontal space but you said you triedvspace
which is for vertical space? Also it is not clear what is the intent of the outer adjustbox. Try to useexample-image
as the inage (as that is generally available for this sort of test) and make an example that is not spaced as you expect, then someone can fix it.
– David Carlisle
Oct 12 at 23:27
add a comment |
How can I set a fixed horizontal padding between my images?
I'm using (in my master file):
usepackage[export]{adjustbox}
With this in my included file:
newcommand{vastehoogte}[1]{includegraphics[height=1textheight,keepaspectratio]{#1}}
to insert images this way:
begin{adjustbox}{max width=1textwidth}
vastehoogte{1.JPG}
vastehoogte{2.JPG}
vastehoogte{3.JPG}
vastehoogte{4.JPG}
vastehoogte{7.JPG}
vastehoogte{8.JPG}
end{adjustbox}
par}
However I cannot seem to get a few mm's of padding between the images with vspace or something else. Can someone help me?
spacing graphics horizontal-alignment horizontal
How can I set a fixed horizontal padding between my images?
I'm using (in my master file):
usepackage[export]{adjustbox}
With this in my included file:
newcommand{vastehoogte}[1]{includegraphics[height=1textheight,keepaspectratio]{#1}}
to insert images this way:
begin{adjustbox}{max width=1textwidth}
vastehoogte{1.JPG}
vastehoogte{2.JPG}
vastehoogte{3.JPG}
vastehoogte{4.JPG}
vastehoogte{7.JPG}
vastehoogte{8.JPG}
end{adjustbox}
par}
However I cannot seem to get a few mm's of padding between the images with vspace or something else. Can someone help me?
spacing graphics horizontal-alignment horizontal
spacing graphics horizontal-alignment horizontal
edited 4 mins ago
Martin Scharrer♦
198k45632814
198k45632814
asked Oct 12 at 22:10
Dimi Mett
62
62
Did you try some horizontal space? Likethinspace
orquad
?
– Thruston
Oct 12 at 22:12
Yes, I triedquad
in multiple places/formattings (I have to admit, I'm very very new to Latex) and it worked. But when I zoomed in on my PDF, I noticed there was thisquad
in text on the PDF (at 100% zoom it just looked like a small line).
– Dimi Mett
Oct 12 at 22:23
2
whatever you could see would not be fromquad
as that just makes a space. Your question would be a lot clearer if you had shown what you had done rather than say you added some unspecified commands in unspecified places which didn't work. You appear to be wanting horizontal space but you said you triedvspace
which is for vertical space? Also it is not clear what is the intent of the outer adjustbox. Try to useexample-image
as the inage (as that is generally available for this sort of test) and make an example that is not spaced as you expect, then someone can fix it.
– David Carlisle
Oct 12 at 23:27
add a comment |
Did you try some horizontal space? Likethinspace
orquad
?
– Thruston
Oct 12 at 22:12
Yes, I triedquad
in multiple places/formattings (I have to admit, I'm very very new to Latex) and it worked. But when I zoomed in on my PDF, I noticed there was thisquad
in text on the PDF (at 100% zoom it just looked like a small line).
– Dimi Mett
Oct 12 at 22:23
2
whatever you could see would not be fromquad
as that just makes a space. Your question would be a lot clearer if you had shown what you had done rather than say you added some unspecified commands in unspecified places which didn't work. You appear to be wanting horizontal space but you said you triedvspace
which is for vertical space? Also it is not clear what is the intent of the outer adjustbox. Try to useexample-image
as the inage (as that is generally available for this sort of test) and make an example that is not spaced as you expect, then someone can fix it.
– David Carlisle
Oct 12 at 23:27
Did you try some horizontal space? Like
thinspace
or quad
?– Thruston
Oct 12 at 22:12
Did you try some horizontal space? Like
thinspace
or quad
?– Thruston
Oct 12 at 22:12
Yes, I tried
quad
in multiple places/formattings (I have to admit, I'm very very new to Latex) and it worked. But when I zoomed in on my PDF, I noticed there was this quad
in text on the PDF (at 100% zoom it just looked like a small line).– Dimi Mett
Oct 12 at 22:23
Yes, I tried
quad
in multiple places/formattings (I have to admit, I'm very very new to Latex) and it worked. But when I zoomed in on my PDF, I noticed there was this quad
in text on the PDF (at 100% zoom it just looked like a small line).– Dimi Mett
Oct 12 at 22:23
2
2
whatever you could see would not be from
quad
as that just makes a space. Your question would be a lot clearer if you had shown what you had done rather than say you added some unspecified commands in unspecified places which didn't work. You appear to be wanting horizontal space but you said you tried vspace
which is for vertical space? Also it is not clear what is the intent of the outer adjustbox. Try to use example-image
as the inage (as that is generally available for this sort of test) and make an example that is not spaced as you expect, then someone can fix it.– David Carlisle
Oct 12 at 23:27
whatever you could see would not be from
quad
as that just makes a space. Your question would be a lot clearer if you had shown what you had done rather than say you added some unspecified commands in unspecified places which didn't work. You appear to be wanting horizontal space but you said you tried vspace
which is for vertical space? Also it is not clear what is the intent of the outer adjustbox. Try to use example-image
as the inage (as that is generally available for this sort of test) and make an example that is not spaced as you expect, then someone can fix it.– David Carlisle
Oct 12 at 23:27
add a comment |
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
});
}
});
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%2f454983%2fhow-to-set-a-defined-horizontal-padding-between-includegraphics-images%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f454983%2fhow-to-set-a-defined-horizontal-padding-between-includegraphics-images%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
Did you try some horizontal space? Like
thinspace
orquad
?– Thruston
Oct 12 at 22:12
Yes, I tried
quad
in multiple places/formattings (I have to admit, I'm very very new to Latex) and it worked. But when I zoomed in on my PDF, I noticed there was thisquad
in text on the PDF (at 100% zoom it just looked like a small line).– Dimi Mett
Oct 12 at 22:23
2
whatever you could see would not be from
quad
as that just makes a space. Your question would be a lot clearer if you had shown what you had done rather than say you added some unspecified commands in unspecified places which didn't work. You appear to be wanting horizontal space but you said you triedvspace
which is for vertical space? Also it is not clear what is the intent of the outer adjustbox. Try to useexample-image
as the inage (as that is generally available for this sort of test) and make an example that is not spaced as you expect, then someone can fix it.– David Carlisle
Oct 12 at 23:27