Section on one page with includepdf [landscape] The 2019 Stack Overflow Developer Survey...

What do you call a plan that's an alternative plan in case your initial plan fails?

Is there a writing software that you can sort scenes like slides in PowerPoint?

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

Are my PIs rude or am I just being too sensitive?

Sort list of array linked objects by keys and values

What information about me do stores get via my credit card?

Did the new image of black hole confirm the general theory of relativity?

How to pronounce 1ターン?

Difference between "generating set" and free product?

How many people can fit inside Mordenkainen's Magnificent Mansion?

Why did all the guest students take carriages to the Yule Ball?

Does Parliament hold absolute power in the UK?

Road tyres vs "Street" tyres for charity ride on MTB Tandem

Does the AirPods case need to be around while listening via an iOS Device?

Who or what is the being for whom Being is a question for Heidegger?

What is special about square numbers here?

What are these Gizmos at Izaña Atmospheric Research Center in Spain?

Didn't get enough time to take a Coding Test - what to do now?

Can smartphones with the same camera sensor have different image quality?

University's motivation for having tenure-track positions

I could not break this equation. Please help me

Python - Fishing Simulator

Would an alien lifeform be able to achieve space travel if lacking in vision?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?



Section on one page with includepdf [landscape]



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to translate and rotate the heading of landscaped pages?Avoid pagebreak in landscapeDisplay PDF page with sidewaysfigure in landscapeIncludePDF with Landscape - No new pageLandscape mode makes landscape page too smallLandscape page, PDF section title floatSection title above table in landscape modeAppendix numbering and includepdfText underneath pdf when using includepdfLandscape Wrong Way Around?Landscape table on portrait page












1















I want to include a PDF in landscape (its a table in PDF form)
with include PDF. I want a section on the same side, but when I use this command, the section heading is not on top (of that landscape page).



includepdf[landscape=true, page=1,pagecommand=section{Section Heading}]{table.pdf}


enter image description here



As you can see. B Section Heading is on the right. But i want it on top.










share|improve this question
















bumped to the homepage by Community 23 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Could you provide a image of your current result or desired result? Because compiling your code I get what I'd expect... the section gets rotated with the inserted content.

    – G. Bay
    May 18 '18 at 2:00











  • i added a picture

    – ziT
    May 18 '18 at 5:03
















1















I want to include a PDF in landscape (its a table in PDF form)
with include PDF. I want a section on the same side, but when I use this command, the section heading is not on top (of that landscape page).



includepdf[landscape=true, page=1,pagecommand=section{Section Heading}]{table.pdf}


enter image description here



As you can see. B Section Heading is on the right. But i want it on top.










share|improve this question
















bumped to the homepage by Community 23 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Could you provide a image of your current result or desired result? Because compiling your code I get what I'd expect... the section gets rotated with the inserted content.

    – G. Bay
    May 18 '18 at 2:00











  • i added a picture

    – ziT
    May 18 '18 at 5:03














1












1








1








I want to include a PDF in landscape (its a table in PDF form)
with include PDF. I want a section on the same side, but when I use this command, the section heading is not on top (of that landscape page).



includepdf[landscape=true, page=1,pagecommand=section{Section Heading}]{table.pdf}


enter image description here



As you can see. B Section Heading is on the right. But i want it on top.










share|improve this question
















I want to include a PDF in landscape (its a table in PDF form)
with include PDF. I want a section on the same side, but when I use this command, the section heading is not on top (of that landscape page).



includepdf[landscape=true, page=1,pagecommand=section{Section Heading}]{table.pdf}


enter image description here



As you can see. B Section Heading is on the right. But i want it on top.







pdf pdfpages include landscape






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 18 '18 at 5:03







ziT

















asked May 17 '18 at 21:05









ziTziT

233




233





bumped to the homepage by Community 23 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 23 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Could you provide a image of your current result or desired result? Because compiling your code I get what I'd expect... the section gets rotated with the inserted content.

    – G. Bay
    May 18 '18 at 2:00











  • i added a picture

    – ziT
    May 18 '18 at 5:03



















  • Could you provide a image of your current result or desired result? Because compiling your code I get what I'd expect... the section gets rotated with the inserted content.

    – G. Bay
    May 18 '18 at 2:00











  • i added a picture

    – ziT
    May 18 '18 at 5:03

















Could you provide a image of your current result or desired result? Because compiling your code I get what I'd expect... the section gets rotated with the inserted content.

– G. Bay
May 18 '18 at 2:00





Could you provide a image of your current result or desired result? Because compiling your code I get what I'd expect... the section gets rotated with the inserted content.

– G. Bay
May 18 '18 at 2:00













i added a picture

– ziT
May 18 '18 at 5:03





i added a picture

– ziT
May 18 '18 at 5:03










2 Answers
2






active

oldest

votes


















0














There could be multiple reasons for this. I suspect that pdfpages still uses the "portrait coordinate system" for pages included in landscape, thus "LaTeX" does not know that you are in landscape mode. You've just rotated the one PDF-page.



If you use e.g. the pdflscape-package to tell LaTeX that you are in landscape mode first, it seems to work fine:



documentclass{article}
usepackage{pdflscape}
usepackage{pdfpages}
begin{document}
begin{landscape}
includepdf[landscape=true, pagecommand=section{Section Heading}]{table.pdf}
end{landscape}
end{document}





share|improve this answer































    0














    Here is a different approach, based on this answer.
    I have rotated the headings using textblock and rotated the included pdf again.



    turned page with rotated heading



    documentclass[a4paper]{report}
    usepackage{pdfpages}
    usepackage{pdflscape}
    usepackage{textpos}
    begin{document}
    begin{landscape}
    begin{textblock}{20}(-17,-2.5){rotatebox{90}{leftmark}}
    section{Section Heading}

    begin{figure}[]
    includegraphics[,angle=-90,origin=c]{document_test.pdf}
    end{figure}
    end{textblock}
    end{landscape}
    end{document}





    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%2f432153%2fsection-on-one-page-with-includepdf-landscape%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      There could be multiple reasons for this. I suspect that pdfpages still uses the "portrait coordinate system" for pages included in landscape, thus "LaTeX" does not know that you are in landscape mode. You've just rotated the one PDF-page.



      If you use e.g. the pdflscape-package to tell LaTeX that you are in landscape mode first, it seems to work fine:



      documentclass{article}
      usepackage{pdflscape}
      usepackage{pdfpages}
      begin{document}
      begin{landscape}
      includepdf[landscape=true, pagecommand=section{Section Heading}]{table.pdf}
      end{landscape}
      end{document}





      share|improve this answer




























        0














        There could be multiple reasons for this. I suspect that pdfpages still uses the "portrait coordinate system" for pages included in landscape, thus "LaTeX" does not know that you are in landscape mode. You've just rotated the one PDF-page.



        If you use e.g. the pdflscape-package to tell LaTeX that you are in landscape mode first, it seems to work fine:



        documentclass{article}
        usepackage{pdflscape}
        usepackage{pdfpages}
        begin{document}
        begin{landscape}
        includepdf[landscape=true, pagecommand=section{Section Heading}]{table.pdf}
        end{landscape}
        end{document}





        share|improve this answer


























          0












          0








          0







          There could be multiple reasons for this. I suspect that pdfpages still uses the "portrait coordinate system" for pages included in landscape, thus "LaTeX" does not know that you are in landscape mode. You've just rotated the one PDF-page.



          If you use e.g. the pdflscape-package to tell LaTeX that you are in landscape mode first, it seems to work fine:



          documentclass{article}
          usepackage{pdflscape}
          usepackage{pdfpages}
          begin{document}
          begin{landscape}
          includepdf[landscape=true, pagecommand=section{Section Heading}]{table.pdf}
          end{landscape}
          end{document}





          share|improve this answer













          There could be multiple reasons for this. I suspect that pdfpages still uses the "portrait coordinate system" for pages included in landscape, thus "LaTeX" does not know that you are in landscape mode. You've just rotated the one PDF-page.



          If you use e.g. the pdflscape-package to tell LaTeX that you are in landscape mode first, it seems to work fine:



          documentclass{article}
          usepackage{pdflscape}
          usepackage{pdfpages}
          begin{document}
          begin{landscape}
          includepdf[landscape=true, pagecommand=section{Section Heading}]{table.pdf}
          end{landscape}
          end{document}






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 18 '18 at 7:16









          Andreas Storvik StraumanAndreas Storvik Strauman

          2,598418




          2,598418























              0














              Here is a different approach, based on this answer.
              I have rotated the headings using textblock and rotated the included pdf again.



              turned page with rotated heading



              documentclass[a4paper]{report}
              usepackage{pdfpages}
              usepackage{pdflscape}
              usepackage{textpos}
              begin{document}
              begin{landscape}
              begin{textblock}{20}(-17,-2.5){rotatebox{90}{leftmark}}
              section{Section Heading}

              begin{figure}[]
              includegraphics[,angle=-90,origin=c]{document_test.pdf}
              end{figure}
              end{textblock}
              end{landscape}
              end{document}





              share|improve this answer




























                0














                Here is a different approach, based on this answer.
                I have rotated the headings using textblock and rotated the included pdf again.



                turned page with rotated heading



                documentclass[a4paper]{report}
                usepackage{pdfpages}
                usepackage{pdflscape}
                usepackage{textpos}
                begin{document}
                begin{landscape}
                begin{textblock}{20}(-17,-2.5){rotatebox{90}{leftmark}}
                section{Section Heading}

                begin{figure}[]
                includegraphics[,angle=-90,origin=c]{document_test.pdf}
                end{figure}
                end{textblock}
                end{landscape}
                end{document}





                share|improve this answer


























                  0












                  0








                  0







                  Here is a different approach, based on this answer.
                  I have rotated the headings using textblock and rotated the included pdf again.



                  turned page with rotated heading



                  documentclass[a4paper]{report}
                  usepackage{pdfpages}
                  usepackage{pdflscape}
                  usepackage{textpos}
                  begin{document}
                  begin{landscape}
                  begin{textblock}{20}(-17,-2.5){rotatebox{90}{leftmark}}
                  section{Section Heading}

                  begin{figure}[]
                  includegraphics[,angle=-90,origin=c]{document_test.pdf}
                  end{figure}
                  end{textblock}
                  end{landscape}
                  end{document}





                  share|improve this answer













                  Here is a different approach, based on this answer.
                  I have rotated the headings using textblock and rotated the included pdf again.



                  turned page with rotated heading



                  documentclass[a4paper]{report}
                  usepackage{pdfpages}
                  usepackage{pdflscape}
                  usepackage{textpos}
                  begin{document}
                  begin{landscape}
                  begin{textblock}{20}(-17,-2.5){rotatebox{90}{leftmark}}
                  section{Section Heading}

                  begin{figure}[]
                  includegraphics[,angle=-90,origin=c]{document_test.pdf}
                  end{figure}
                  end{textblock}
                  end{landscape}
                  end{document}






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 18 '18 at 14:18









                  G. BayG. Bay

                  1,3601927




                  1,3601927






























                      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%2f432153%2fsection-on-one-page-with-includepdf-landscape%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

                      Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

                      How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

                      Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...