Page Layout ⇒ Duplex Printing with same back page on all documents
Duplex Printing with same back page on all documents
Very new LaTeX user and I was given an assignment at work to try and print a duplex document that has the same back page on all of the documents.
The document is a form that has a table as part of the first page, depending on the number of items in the table, it will occasionally spill onto subsequent pages.
The back of all the pages should have a legal statement.
I haven't started on the document yet but was wondering if there was a way to break the table as a section, insert a page break and then continue with the section on the following pages?
Thanks in advance.
Bryan
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Duplex Printing with same back page on all documents
You could create two documents, one with our content and table, and the other one with the single back page. Then a third document can be made that uses

Stefan
Duplex Printing with same back page on all documents
That looks like it could work. Thank you for the link and I'll try to get it working. I may check back with you if I run into any issues.
Thanks again.