Hello, I'm looking for a way to produce a doublesided document with text on the odd pages only and floats on the even pages. Can somebody guide me in the right direction? Will something like \doifoddpageelse {typsettext} {\page} work? Thanks Michael
On 9/6/2016 5:48 PM, Michael Eidenbenz wrote:
Hello,
I'm looking for a way to produce a doublesided document with text on the odd pages only and floats on the even pages.
Can somebody guide me in the right direction?
Will something like \doifoddpageelse {typsettext} {\page} work?
\setuppagenumbering [alternative=doublesided] \starttext \newtoks \SavedFloats \appendtoks \the\SavedFloats \global\SavedFloats\emptytoks \page \to \everybeforeoutput \page[right] \dorecurse{100}{ \input tufte \par \appendtoks \placefigure[here]{}{} \to \SavedFloats \input ward \par } \stoptext better is to hook it into the otr (flush spreads) and collect floats differently so that the output routine can flush only as much as can be on one page i can't make time now to write that (can be a quick hack but that's not ideal) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
thanks a lot. I definitely have to look at the basics of TeX sooner or later. michael
On 09 Sep 2016, at 08:10, Hans Hagen
wrote: On 9/6/2016 5:48 PM, Michael Eidenbenz wrote:
Hello,
I'm looking for a way to produce a doublesided document with text on the odd pages only and floats on the even pages.
Can somebody guide me in the right direction?
Will something like \doifoddpageelse {typsettext} {\page} work?
\setuppagenumbering [alternative=doublesided]
\starttext
\newtoks \SavedFloats
\appendtoks \the\SavedFloats \global\SavedFloats\emptytoks \page \to \everybeforeoutput
\page[right]
\dorecurse{100}{ \input tufte \par \appendtoks \placefigure[here]{}{} \to \SavedFloats \input ward \par }
\stoptext
better is to hook it into the otr (flush spreads) and collect floats differently so that the output routine can flush only as much as can be on one page
i can't make time now to write that (can be a quick hack but that's not ideal)
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (2)
-
Hans Hagen
-
Michael Eidenbenz