How to include pdf without it always starting on a new page
When including a pdf in my document I use:
includepdf[pages=-]{myfile.pdf}
For some reason every time that I do this it wants to start the pdf on a new page. I would like to start it without going to a new page. Is this possible in LaTeX?
pdf pdfpages
add a comment |
When including a pdf in my document I use:
includepdf[pages=-]{myfile.pdf}
For some reason every time that I do this it wants to start the pdf on a new page. I would like to start it without going to a new page. Is this possible in LaTeX?
pdf pdfpages
see tex.stackexchange.com/a/453497/170109
– KJO
Feb 10 at 23:54
4
Welcome to TeX.SX. Suppose that you are at the middle of a page when you entered your commandincludepdf[pages=-]{myfile.pdf}
, would you like LaTeX to put 1.5 pages into 1 page or start the included document at a new page? I see the second option to be logical. If you really need to insert the first page of the document at that very location, useincludegraphics
instead for the first page, then include the rest of pages.
– AboAmmar
Feb 11 at 0:01
add a comment |
When including a pdf in my document I use:
includepdf[pages=-]{myfile.pdf}
For some reason every time that I do this it wants to start the pdf on a new page. I would like to start it without going to a new page. Is this possible in LaTeX?
pdf pdfpages
When including a pdf in my document I use:
includepdf[pages=-]{myfile.pdf}
For some reason every time that I do this it wants to start the pdf on a new page. I would like to start it without going to a new page. Is this possible in LaTeX?
pdf pdfpages
pdf pdfpages
edited Feb 11 at 0:18
Kurt
37.9k847162
37.9k847162
asked Feb 10 at 23:30
Greg HillGreg Hill
111
111
see tex.stackexchange.com/a/453497/170109
– KJO
Feb 10 at 23:54
4
Welcome to TeX.SX. Suppose that you are at the middle of a page when you entered your commandincludepdf[pages=-]{myfile.pdf}
, would you like LaTeX to put 1.5 pages into 1 page or start the included document at a new page? I see the second option to be logical. If you really need to insert the first page of the document at that very location, useincludegraphics
instead for the first page, then include the rest of pages.
– AboAmmar
Feb 11 at 0:01
add a comment |
see tex.stackexchange.com/a/453497/170109
– KJO
Feb 10 at 23:54
4
Welcome to TeX.SX. Suppose that you are at the middle of a page when you entered your commandincludepdf[pages=-]{myfile.pdf}
, would you like LaTeX to put 1.5 pages into 1 page or start the included document at a new page? I see the second option to be logical. If you really need to insert the first page of the document at that very location, useincludegraphics
instead for the first page, then include the rest of pages.
– AboAmmar
Feb 11 at 0:01
see tex.stackexchange.com/a/453497/170109
– KJO
Feb 10 at 23:54
see tex.stackexchange.com/a/453497/170109
– KJO
Feb 10 at 23:54
4
4
Welcome to TeX.SX. Suppose that you are at the middle of a page when you entered your command
includepdf[pages=-]{myfile.pdf}
, would you like LaTeX to put 1.5 pages into 1 page or start the included document at a new page? I see the second option to be logical. If you really need to insert the first page of the document at that very location, use includegraphics
instead for the first page, then include the rest of pages.– AboAmmar
Feb 11 at 0:01
Welcome to TeX.SX. Suppose that you are at the middle of a page when you entered your command
includepdf[pages=-]{myfile.pdf}
, would you like LaTeX to put 1.5 pages into 1 page or start the included document at a new page? I see the second option to be logical. If you really need to insert the first page of the document at that very location, use includegraphics
instead for the first page, then include the rest of pages.– AboAmmar
Feb 11 at 0:01
add a comment |
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
});
}
});
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%2f474253%2fhow-to-include-pdf-without-it-always-starting-on-a-new-page%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
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%2f474253%2fhow-to-include-pdf-without-it-always-starting-on-a-new-page%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
see tex.stackexchange.com/a/453497/170109
– KJO
Feb 10 at 23:54
4
Welcome to TeX.SX. Suppose that you are at the middle of a page when you entered your command
includepdf[pages=-]{myfile.pdf}
, would you like LaTeX to put 1.5 pages into 1 page or start the included document at a new page? I see the second option to be logical. If you really need to insert the first page of the document at that very location, useincludegraphics
instead for the first page, then include the rest of pages.– AboAmmar
Feb 11 at 0:01