General ⇒ 4 pages in one sheet
4 pages in one sheet
does anyone knows how to print in .pdf, 4 pages in one sheet, from my .tex document? Thank you.
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
Re: 4 pages in one sheet
If you are running on linux there are a few ways to do this, psnup or a2ps and ps2pdf should do what you want.
4 pages in one sheet
There is something I don't get from your question. Do you want to print or make a portable document format? Because printing is normally done on paper, and then you would need to setup the printer options to get 4 pages in 1.tonguim wrote:does anyone knows how to print in .pdf,
Cheers
4 pages in one sheet
If you want just to take a normal PDF and print it that way, this has more to do with your software and printer capabilities, not LaTeX.
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: 4 pages in one sheet
I went through the package you recommended above and.. have another question. I have a simple text (an invitation) and I would like to generate a final pdf file where would be a four pages on one sheet. Basically 4 leaflets, format A5 on one sheet of A4 paper (easy to print out and cut..). I want to generate it from LaTeX directly - not from an external pdf file. Any Idea how to do that? I can do the invitation but was wondering if there is any command I can use to multiply what has been written and put it on one sheet with possibility do define margins, space between those 4 pages, etc.? Would be great....
Cheers
ak
Re: 4 pages in one sheet
All four are exactly the same? I guess you could define a command containing the text of the invitation and use that command inside of four minipages, but the above route seems simpler to me.
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
Re: 4 pages in one sheet
yeah all pages are same.. Just want to have four leaflets on one page with some little cut marks in between them...
Ok, I'll try to do it from single pdf files.
Cheers mate!
ak