Title overlapping page when using pdfpages
I'm trying to include a printed Google forms form as a part of an appendix using the following commands:
documentclass{report}
usepackage{pdfpages}
begin{document}
chapter{Chapter 1}
Some text here, maybe even a pagebreak
appendix
includepdf[pages={1}, scale=0.5,,pagecommand={thispagestyle{plain}chapter{Kysymyspatteri}}]{kysymyspatteri.pdf}
includepdf[pages={2}, scale=1,,pagecommand={thispagestyle{plain}}]{kysymyspatteri.pdf}
end{document}
On the first included page the chapter title overlaps the included page, which ends up looking like this:
Is there any way I could fix this. Scaling the page down does nothing, as it scales down the chapter title with the page, maintaining it on top of the page.
pdfpages appendix
add a comment |
I'm trying to include a printed Google forms form as a part of an appendix using the following commands:
documentclass{report}
usepackage{pdfpages}
begin{document}
chapter{Chapter 1}
Some text here, maybe even a pagebreak
appendix
includepdf[pages={1}, scale=0.5,,pagecommand={thispagestyle{plain}chapter{Kysymyspatteri}}]{kysymyspatteri.pdf}
includepdf[pages={2}, scale=1,,pagecommand={thispagestyle{plain}}]{kysymyspatteri.pdf}
end{document}
On the first included page the chapter title overlaps the included page, which ends up looking like this:
Is there any way I could fix this. Scaling the page down does nothing, as it scales down the chapter title with the page, maintaining it on top of the page.
pdfpages appendix
It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– samcarter
Jan 18 at 16:00
There, a MWE added. You do need a PDF document of your own, though.
– TheSodesa
Jan 18 at 17:22
Thanks for the MWE!
– samcarter
Jan 18 at 17:28
In case you can cut away the very top of the pdf where your browser printed the web address, you can probably increase the size a bit
– samcarter
Jan 18 at 17:34
Yeah, I might end up doing just that.
– TheSodesa
Jan 18 at 17:40
add a comment |
I'm trying to include a printed Google forms form as a part of an appendix using the following commands:
documentclass{report}
usepackage{pdfpages}
begin{document}
chapter{Chapter 1}
Some text here, maybe even a pagebreak
appendix
includepdf[pages={1}, scale=0.5,,pagecommand={thispagestyle{plain}chapter{Kysymyspatteri}}]{kysymyspatteri.pdf}
includepdf[pages={2}, scale=1,,pagecommand={thispagestyle{plain}}]{kysymyspatteri.pdf}
end{document}
On the first included page the chapter title overlaps the included page, which ends up looking like this:
Is there any way I could fix this. Scaling the page down does nothing, as it scales down the chapter title with the page, maintaining it on top of the page.
pdfpages appendix
I'm trying to include a printed Google forms form as a part of an appendix using the following commands:
documentclass{report}
usepackage{pdfpages}
begin{document}
chapter{Chapter 1}
Some text here, maybe even a pagebreak
appendix
includepdf[pages={1}, scale=0.5,,pagecommand={thispagestyle{plain}chapter{Kysymyspatteri}}]{kysymyspatteri.pdf}
includepdf[pages={2}, scale=1,,pagecommand={thispagestyle{plain}}]{kysymyspatteri.pdf}
end{document}
On the first included page the chapter title overlaps the included page, which ends up looking like this:
Is there any way I could fix this. Scaling the page down does nothing, as it scales down the chapter title with the page, maintaining it on top of the page.
pdfpages appendix
pdfpages appendix
edited Jan 19 at 12:07
TheSodesa
asked Jan 18 at 15:53
TheSodesaTheSodesa
1198
1198
It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– samcarter
Jan 18 at 16:00
There, a MWE added. You do need a PDF document of your own, though.
– TheSodesa
Jan 18 at 17:22
Thanks for the MWE!
– samcarter
Jan 18 at 17:28
In case you can cut away the very top of the pdf where your browser printed the web address, you can probably increase the size a bit
– samcarter
Jan 18 at 17:34
Yeah, I might end up doing just that.
– TheSodesa
Jan 18 at 17:40
add a comment |
It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– samcarter
Jan 18 at 16:00
There, a MWE added. You do need a PDF document of your own, though.
– TheSodesa
Jan 18 at 17:22
Thanks for the MWE!
– samcarter
Jan 18 at 17:28
In case you can cut away the very top of the pdf where your browser printed the web address, you can probably increase the size a bit
– samcarter
Jan 18 at 17:34
Yeah, I might end up doing just that.
– TheSodesa
Jan 18 at 17:40
It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– samcarter
Jan 18 at 16:00
It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– samcarter
Jan 18 at 16:00
There, a MWE added. You do need a PDF document of your own, though.
– TheSodesa
Jan 18 at 17:22
There, a MWE added. You do need a PDF document of your own, though.
– TheSodesa
Jan 18 at 17:22
Thanks for the MWE!
– samcarter
Jan 18 at 17:28
Thanks for the MWE!
– samcarter
Jan 18 at 17:28
In case you can cut away the very top of the pdf where your browser printed the web address, you can probably increase the size a bit
– samcarter
Jan 18 at 17:34
In case you can cut away the very top of the pdf where your browser printed the web address, you can probably increase the size a bit
– samcarter
Jan 18 at 17:34
Yeah, I might end up doing just that.
– TheSodesa
Jan 18 at 17:40
Yeah, I might end up doing just that.
– TheSodesa
Jan 18 at 17:40
add a comment |
1 Answer
1
active
oldest
votes
If your included document is still readable at a scale of 0.5, you could simply move it a bit down to be below the chapter title:
documentclass{report}
usepackage{pdfpages}
begin{document}
chapter{Chapter 1}
Some text here, maybe even a pagebreak
appendix
includepdf[
pages={1},
scale=0.5,
offset=0 -80,
pagecommand={thispagestyle{plain}chapter{Kysymyspatteri}}
]{example-image-a4-numbered.pdf}
end{document}
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%2f470725%2ftitle-overlapping-page-when-using-pdfpages%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If your included document is still readable at a scale of 0.5, you could simply move it a bit down to be below the chapter title:
documentclass{report}
usepackage{pdfpages}
begin{document}
chapter{Chapter 1}
Some text here, maybe even a pagebreak
appendix
includepdf[
pages={1},
scale=0.5,
offset=0 -80,
pagecommand={thispagestyle{plain}chapter{Kysymyspatteri}}
]{example-image-a4-numbered.pdf}
end{document}
add a comment |
If your included document is still readable at a scale of 0.5, you could simply move it a bit down to be below the chapter title:
documentclass{report}
usepackage{pdfpages}
begin{document}
chapter{Chapter 1}
Some text here, maybe even a pagebreak
appendix
includepdf[
pages={1},
scale=0.5,
offset=0 -80,
pagecommand={thispagestyle{plain}chapter{Kysymyspatteri}}
]{example-image-a4-numbered.pdf}
end{document}
add a comment |
If your included document is still readable at a scale of 0.5, you could simply move it a bit down to be below the chapter title:
documentclass{report}
usepackage{pdfpages}
begin{document}
chapter{Chapter 1}
Some text here, maybe even a pagebreak
appendix
includepdf[
pages={1},
scale=0.5,
offset=0 -80,
pagecommand={thispagestyle{plain}chapter{Kysymyspatteri}}
]{example-image-a4-numbered.pdf}
end{document}
If your included document is still readable at a scale of 0.5, you could simply move it a bit down to be below the chapter title:
documentclass{report}
usepackage{pdfpages}
begin{document}
chapter{Chapter 1}
Some text here, maybe even a pagebreak
appendix
includepdf[
pages={1},
scale=0.5,
offset=0 -80,
pagecommand={thispagestyle{plain}chapter{Kysymyspatteri}}
]{example-image-a4-numbered.pdf}
end{document}
answered Jan 18 at 17:26
samcartersamcarter
88.1k797283
88.1k797283
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%2f470725%2ftitle-overlapping-page-when-using-pdfpages%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
It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– samcarter
Jan 18 at 16:00
There, a MWE added. You do need a PDF document of your own, though.
– TheSodesa
Jan 18 at 17:22
Thanks for the MWE!
– samcarter
Jan 18 at 17:28
In case you can cut away the very top of the pdf where your browser printed the web address, you can probably increase the size a bit
– samcarter
Jan 18 at 17:34
Yeah, I might end up doing just that.
– TheSodesa
Jan 18 at 17:40