Hi, i there some easy way, that i would create one tex file with more documents in it. Here i mean complete documents everyone with papir config, starttext, stoptext. As result i would like to have one pdf with all this documents. I generating tex files programical so i want to speed up some work ( to open and print each pdf) Only solution i know at the moment is to concatenate pdfs (i dont like it) BTW1: what is ConTeXt command to change A4 papir to landscape. Thx, Jan -- Macs are for those who don't want to know why their computer works. Linux is for those who want to know why their computer works. DOS is for those who want to know why their computer doesn't work. Windows is for those who don't want to know why their computer doesn't work.
On Mon, Aug 11, 2008 at 1:30 PM, PChot
Hi,
i there some easy way, that i would create one tex file with more documents in it. Here i mean complete documents everyone with papir config, starttext, stoptext. As result i would like to have one pdf with all this documents. I generating tex files programical so i want to speed up some work ( to open and print each pdf)
No.
Only solution i know at the moment is to concatenate pdfs (i dont like it)
You could use a batch or make file, ctx files are another way to do this without external tools, ruby is also possible (used for the beginners manual).
BTW1: what is ConTeXt command to change A4 papir to landscape.
\setuppapersize[A4,landscape][A4,landscape] Wolfgang
Hi
On Mon, Aug 11, 2008 at 7:30 PM, PChot
Hi,
i there some easy way, that i would create one tex file with more documents in it. Here i mean complete documents everyone with papir config, starttext, stoptext. As result i would like to have one pdf with all this documents. I generating tex files programical so i want to speed up some work ( to open and print each pdf) Only solution i know at the moment is to concatenate pdfs (i dont like it)
Maybe you should use \let to redefine starttext/stoptext make stoptext ship the final page of a document, and make starttext to begin a new page.
BTW1: what is ConTeXt command to change A4 papir to landscape.
\setuppagersize Yue Wang
participants (3)
-
PChot
-
Wolfgang Schuster
-
Yue Wang