Re: plain TeX double-page layout?
Rodolfo Medina <[email protected]> Mon, 08 Sep 2025 11:03:03 +0000
| Newsgroups | gmane.comp.tex.texhax |
|---|---|
| Message-ID | <87ms751a1k.fsf@lenovo> |
Rodolfo Medina <[email protected]> writes: > I suppose it's easy in LaTeX but wonder if it's possible in plain TeX to have > a double-page layout, i.e. a big page with same height and double width of > the original which contains two pages together, one aside the other, of the > original file. I'm sure it must be possible in plain TeX but can't have an > idea of how. Thanks for any suggestion. Otherwise, I'll have to get what I > want on the final PDF using some tools like qpdf or similar... but > preserving the internal links of the PDF. ...This could maybe easily be achieved playing with \hoffset and \ifodd\pageno... I'm trying. Rodolfo