Command/startpostponing

From Wiki
< Command
Revision as of 16:17, 14 September 2023 by Taco (talk | contribs) (Created page with "Documentation for \startpostponing ... \stoppostponing")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


\startpostponing ... \stoppostponing

Summary

The environment \startpostponing ... \stoppostponing is used to postpone typesetting something

Settings

\startpostponing[...] ... \stoppostponing
[...][+-]number

Description

The contents of the block are not typeset immediately, but are inserted into the stream on a specific page (e.g. \startpostponing[2]) or a specific number of pages after the current one (e.g. \startpostponing[+2]). Most commonly used for figures or tables that one wishes to put on the next page.


Examples

Example from Hans

% arranging setup for demonstration purposes
\setuppapersize[A7][A5] \showframe
\setuppaper[nx=2,ny=2]
\setuparranging[XY]

\startpostponing[2]
  PAGE 2 \blank
\stoppostponing

\startpostponing[+1]
  PAGE +1 \blank
\stoppostponing

\startpostponing[+2]
  PAGE +2 \blank
\stoppostponing

\starttext\dorecurse{4}{\input tufte \page} \stoptext

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: