Title overlapping page when using pdfpages












1















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:



enter image description here



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.










share|improve this question

























  • 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
















1















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:



enter image description here



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.










share|improve this question

























  • 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














1












1








1








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:



enter image description here



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.










share|improve this question
















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:



enter image description here



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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) 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



















  • 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

















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










1 Answer
1






active

oldest

votes


















1














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}


enter image description here






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    1














    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}


    enter image description here






    share|improve this answer




























      1














      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}


      enter image description here






      share|improve this answer


























        1












        1








        1







        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}


        enter image description here






        share|improve this answer













        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}


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 18 at 17:26









        samcartersamcarter

        88.1k797283




        88.1k797283






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?