Printing Two Double-Sided Copies of an A5 Document on A4 PaperPrinting a double-sided A5 document on A4 paperHow to force output to a left (or right) page?Printing a double-sided A5 document on A4 paperHow do I make the first page double sided in a single sided LaTeX document?How can I use the layout and twoside options of the geometry package?Switch to one-sided mode in the appendix of a double-sided documentSwitch from two sided to one sided typeHow to make a pagebreak that goes to the next double sided page?How can I print index cards two-sided with multiple cards per page?Print A6 book on A4 double-sided in correct orderCreate two-page altenating 'front' and 'back' backgrounds

Insult for someone who "doesn't know anything"

How to educate team mate to take screenshots for bugs with out unwanted stuff

Sort array by month and year

Inorganic chemistry handbook with reaction lists

What is the orbit and expected lifetime of Crew Dragon trunk?

If nine coins are tossed, what is the probability that the number of heads is even?

I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Use Mercury as quenching liquid for swords?

Is this Paypal Github SDK reference really a dangerous site?

Generating a list with duplicate entries

Precision notation for voltmeters

Create chunks from an array

How do you make a gun that shoots melee weapons and/or swords?

The (Easy) Road to Code

Why does a car's steering wheel get lighter with increasing speed

What is Tony Stark injecting into himself in Iron Man 3?

How would an energy-based "projectile" blow up a spaceship?

Draw this image in the TIKZ package

What is the purpose of a disclaimer like "this is not legal advice"?

Unfamiliar notation in Diabelli's "Duet in D" for piano

Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?

Multi wire circuit or 2 separate 120V 20A dedicated circuits?

Why do we call complex numbers “numbers” but we don’t consider 2-vectors numbers?



Printing Two Double-Sided Copies of an A5 Document on A4 Paper


Printing a double-sided A5 document on A4 paperHow to force output to a left (or right) page?Printing a double-sided A5 document on A4 paperHow do I make the first page double sided in a single sided LaTeX document?How can I use the layout and twoside options of the geometry package?Switch to one-sided mode in the appendix of a double-sided documentSwitch from two sided to one sided typeHow to make a pagebreak that goes to the next double sided page?How can I print index cards two-sided with multiple cards per page?Print A6 book on A4 double-sided in correct orderCreate two-page altenating 'front' and 'back' backgrounds













4















I'm using LaTeX to write a quiz for the calculus class that I'm teaching, and I'm trying to save paper by using both sides of half a sheet of A4 paper (i.e., an A5 sheet) instead of one side of an A4 sheet. I'd like to print two double-sided copies of the quiz on a single sheet of A4 paper - i.e., the front side of the A4 sheet contains two copies of page 1, and the back side contains two copies of page 2. Is there a simple way to do this in LaTeX?










share|improve this question






















  • Other answers can be found here

    – Hafid Boukhoulda
    Sep 24 '18 at 9:08
















4















I'm using LaTeX to write a quiz for the calculus class that I'm teaching, and I'm trying to save paper by using both sides of half a sheet of A4 paper (i.e., an A5 sheet) instead of one side of an A4 sheet. I'd like to print two double-sided copies of the quiz on a single sheet of A4 paper - i.e., the front side of the A4 sheet contains two copies of page 1, and the back side contains two copies of page 2. Is there a simple way to do this in LaTeX?










share|improve this question






















  • Other answers can be found here

    – Hafid Boukhoulda
    Sep 24 '18 at 9:08














4












4








4


2






I'm using LaTeX to write a quiz for the calculus class that I'm teaching, and I'm trying to save paper by using both sides of half a sheet of A4 paper (i.e., an A5 sheet) instead of one side of an A4 sheet. I'd like to print two double-sided copies of the quiz on a single sheet of A4 paper - i.e., the front side of the A4 sheet contains two copies of page 1, and the back side contains two copies of page 2. Is there a simple way to do this in LaTeX?










share|improve this question














I'm using LaTeX to write a quiz for the calculus class that I'm teaching, and I'm trying to save paper by using both sides of half a sheet of A4 paper (i.e., an A5 sheet) instead of one side of an A4 sheet. I'd like to print two double-sided copies of the quiz on a single sheet of A4 paper - i.e., the front side of the A4 sheet contains two copies of page 1, and the back side contains two copies of page 2. Is there a simple way to do this in LaTeX?







page-breaking double-sided






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 24 '18 at 7:48









Mike PaulMike Paul

211




211












  • Other answers can be found here

    – Hafid Boukhoulda
    Sep 24 '18 at 9:08


















  • Other answers can be found here

    – Hafid Boukhoulda
    Sep 24 '18 at 9:08

















Other answers can be found here

– Hafid Boukhoulda
Sep 24 '18 at 9:08






Other answers can be found here

– Hafid Boukhoulda
Sep 24 '18 at 9:08











2 Answers
2






active

oldest

votes


















4














This may be achieved by using pgfpages package that provides pgfpageuselayout command to be put in the preambule of the document.



documentclass[a5paper]article
usepackagelipsum
usepackagepgfpages
pgfpagesuselayout2 on 1[a4paper,landscape]

begindocument
lipsum[1-5]
enddocument


enter image description here






share|improve this answer






























    0














    I've written an extension of pgfpages imaginatively called pgfmorepages which can handle repeating pages. The following code has two pages and each is repeated. Printing them out will give you two A5 double-sided copies.



    documentclass[a5paper]article
    %urlhttps://tex.stackexchange.com/q/452197/86
    usepackagelipsum
    usepackagepgfmorepages
    pgfmorepagesloadextralayouts

    pgfpagesuselayoutrepeated 2-up[a4paper]

    begindocument
    lipsum[1-5]
    enddocument


    The resulting pages look like this:



    first page



    second page



    You need both pgfmorepages.sty and pgfmorepageslayouts.code.tex from the github page.






    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%2f452197%2fprinting-two-double-sided-copies-of-an-a5-document-on-a4-paper%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









      4














      This may be achieved by using pgfpages package that provides pgfpageuselayout command to be put in the preambule of the document.



      documentclass[a5paper]article
      usepackagelipsum
      usepackagepgfpages
      pgfpagesuselayout2 on 1[a4paper,landscape]

      begindocument
      lipsum[1-5]
      enddocument


      enter image description here






      share|improve this answer



























        4














        This may be achieved by using pgfpages package that provides pgfpageuselayout command to be put in the preambule of the document.



        documentclass[a5paper]article
        usepackagelipsum
        usepackagepgfpages
        pgfpagesuselayout2 on 1[a4paper,landscape]

        begindocument
        lipsum[1-5]
        enddocument


        enter image description here






        share|improve this answer

























          4












          4








          4







          This may be achieved by using pgfpages package that provides pgfpageuselayout command to be put in the preambule of the document.



          documentclass[a5paper]article
          usepackagelipsum
          usepackagepgfpages
          pgfpagesuselayout2 on 1[a4paper,landscape]

          begindocument
          lipsum[1-5]
          enddocument


          enter image description here






          share|improve this answer













          This may be achieved by using pgfpages package that provides pgfpageuselayout command to be put in the preambule of the document.



          documentclass[a5paper]article
          usepackagelipsum
          usepackagepgfpages
          pgfpagesuselayout2 on 1[a4paper,landscape]

          begindocument
          lipsum[1-5]
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 24 '18 at 8:54









          Hafid BoukhouldaHafid Boukhoulda

          4,5541625




          4,5541625





















              0














              I've written an extension of pgfpages imaginatively called pgfmorepages which can handle repeating pages. The following code has two pages and each is repeated. Printing them out will give you two A5 double-sided copies.



              documentclass[a5paper]article
              %urlhttps://tex.stackexchange.com/q/452197/86
              usepackagelipsum
              usepackagepgfmorepages
              pgfmorepagesloadextralayouts

              pgfpagesuselayoutrepeated 2-up[a4paper]

              begindocument
              lipsum[1-5]
              enddocument


              The resulting pages look like this:



              first page



              second page



              You need both pgfmorepages.sty and pgfmorepageslayouts.code.tex from the github page.






              share|improve this answer



























                0














                I've written an extension of pgfpages imaginatively called pgfmorepages which can handle repeating pages. The following code has two pages and each is repeated. Printing them out will give you two A5 double-sided copies.



                documentclass[a5paper]article
                %urlhttps://tex.stackexchange.com/q/452197/86
                usepackagelipsum
                usepackagepgfmorepages
                pgfmorepagesloadextralayouts

                pgfpagesuselayoutrepeated 2-up[a4paper]

                begindocument
                lipsum[1-5]
                enddocument


                The resulting pages look like this:



                first page



                second page



                You need both pgfmorepages.sty and pgfmorepageslayouts.code.tex from the github page.






                share|improve this answer

























                  0












                  0








                  0







                  I've written an extension of pgfpages imaginatively called pgfmorepages which can handle repeating pages. The following code has two pages and each is repeated. Printing them out will give you two A5 double-sided copies.



                  documentclass[a5paper]article
                  %urlhttps://tex.stackexchange.com/q/452197/86
                  usepackagelipsum
                  usepackagepgfmorepages
                  pgfmorepagesloadextralayouts

                  pgfpagesuselayoutrepeated 2-up[a4paper]

                  begindocument
                  lipsum[1-5]
                  enddocument


                  The resulting pages look like this:



                  first page



                  second page



                  You need both pgfmorepages.sty and pgfmorepageslayouts.code.tex from the github page.






                  share|improve this answer













                  I've written an extension of pgfpages imaginatively called pgfmorepages which can handle repeating pages. The following code has two pages and each is repeated. Printing them out will give you two A5 double-sided copies.



                  documentclass[a5paper]article
                  %urlhttps://tex.stackexchange.com/q/452197/86
                  usepackagelipsum
                  usepackagepgfmorepages
                  pgfmorepagesloadextralayouts

                  pgfpagesuselayoutrepeated 2-up[a4paper]

                  begindocument
                  lipsum[1-5]
                  enddocument


                  The resulting pages look like this:



                  first page



                  second page



                  You need both pgfmorepages.sty and pgfmorepageslayouts.code.tex from the github page.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 1 hour ago









                  Loop SpaceLoop Space

                  112k29306608




                  112k29306608



























                      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%2f452197%2fprinting-two-double-sided-copies-of-an-a5-document-on-a4-paper%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

                      Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

                      Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

                      Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm